From 942bbb7ad67be9b4117e752fcb4bcac280452f9f Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 23 Apr 2012 19:55:32 +0000 Subject: Kconfig updated + NFS update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4646 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/nucleus2g/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nuttx/configs/nucleus2g') diff --git a/nuttx/configs/nucleus2g/Kconfig b/nuttx/configs/nucleus2g/Kconfig index ae2bf3130..32a7fae76 100644 --- a/nuttx/configs/nucleus2g/Kconfig +++ b/nuttx/configs/nucleus2g/Kconfig @@ -2,3 +2,12 @@ # For a description of the syntax of this configuration file, # see misc/tools/kconfig-language.txt. # + +if ARCH_BOARD_NUCLEUS2G +config ARCH_LEDS + bool "NuttX LED support" + default n + ---help--- + "Support control of board LEDs by NuttX to indicate system state" + +endif -- cgit v1.2.3