diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-01-16 18:34:30 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-01-16 18:34:30 +0100 |
commit | 84f2392ec92f63963912f18726d16e87d0d0925f (patch) | |
tree | 4a6517742e5c629e8c1614621c40dab58f6a6d43 /src/app/uart-to-dmx/Kconfig | |
parent | 7205332a95fad57d5f68885a3834319ecd48e457 (diff) |
Add UART→DMX app
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 |