summaryrefslogtreecommitdiff
path: root/nuttx/configs/shenzhou/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/shenzhou/Kconfig')
-rw-r--r--nuttx/configs/shenzhou/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/nuttx/configs/shenzhou/Kconfig b/nuttx/configs/shenzhou/Kconfig
new file mode 100644
index 000000000..c6be48870
--- /dev/null
+++ b/nuttx/configs/shenzhou/Kconfig
@@ -0,0 +1,19 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+if ARCH_BOARD_SHENZHOU
+config ARCH_LEDS
+ bool "NuttX LED support"
+ default n
+ ---help---
+ "Support control of board LEDs by NuttX to indicate system state"
+
+config ARCH_BUTTONS
+ bool "Button support"
+ default n
+ ---help---
+ "Support interfaces to use buttons provided by the board."
+
+endif