From 31640bb6a691fa4e67157ef6ae947d78630716c4 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: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4646 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/configs/lm3s6965-ek/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nuttx/configs/lm3s6965-ek') diff --git a/nuttx/configs/lm3s6965-ek/Kconfig b/nuttx/configs/lm3s6965-ek/Kconfig index ae2bf3130..809ae2fe6 100644 --- a/nuttx/configs/lm3s6965-ek/Kconfig +++ b/nuttx/configs/lm3s6965-ek/Kconfig @@ -2,3 +2,12 @@ # For a description of the syntax of this configuration file, # see misc/tools/kconfig-language.txt. # + +if ARCH_BOARD_LM3S6965EK +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