diff options
Diffstat (limited to 'src/app/uart-to-dmx/Kconfig')
-rw-r--r-- | src/app/uart-to-dmx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/uart-to-dmx/Kconfig b/src/app/uart-to-dmx/Kconfig new file mode 100644 index 0000000..6fec582 --- /dev/null +++ b/src/app/uart-to-dmx/Kconfig @@ -0,0 +1,6 @@ +# Copyright 2020 Daniel Friesel +# +# SPDX-License-Identifier: CC0-1.0 + +prompt "UART to DMX gateway" +depends on !loop && !wakeup && meta_driver_dmx && meta_driver_stdin && meta_driver_timer |