summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 12:55:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-09 12:55:13 +0000
commit6afb58c74e1b0bbfe3306e1a3a00d31462c598fa (patch)
tree9c78e5873d7cf77b3479315a96d18fabfa86f718 /nuttx/arch/arm/src/lm/Kconfig
parentba1189436af1c941497484d199f383ffc64dc38f (diff)
downloadnuttx-6afb58c74e1b0bbfe3306e1a3a00d31462c598fa.tar.gz
nuttx-6afb58c74e1b0bbfe3306e1a3a00d31462c598fa.tar.bz2
nuttx-6afb58c74e1b0bbfe3306e1a3a00d31462c598fa.zip
Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lm/Kconfig')
-rw-r--r--nuttx/arch/arm/src/lm/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/arch/arm/src/lm/Kconfig b/nuttx/arch/arm/src/lm/Kconfig
index 74d1712f3..2d2504c7e 100644
--- a/nuttx/arch/arm/src/lm/Kconfig
+++ b/nuttx/arch/arm/src/lm/Kconfig
@@ -60,7 +60,7 @@ config LM3S_DFU
bool "DFU"
default y
-menu "Select LM3S Peripheral Support"
+menu "Stellaris Peripheral Support"
config LM3S_UART0
bool "UART0"
@@ -86,10 +86,10 @@ config LM3S_UART2
default n
config LM3S_ETHERNET
- bool "LM3S Ethernet"
+ bool "Stellaris Ethernet"
default n
---help---
- This must be set (along with NET) to build the LM3S Ethernet driver.
+ This must be set (along with NET) to build the Stellaris Ethernet driver.
endmenu
@@ -134,7 +134,7 @@ config LM3S_DISABLE_GPIOJ_IRQS
endmenu
if LM3S_ETHERNET
-menu "LM3S Ethernet Configuration"
+menu "Stellaris Ethernet Configuration"
config LM3S_ETHLEDS
bool "Ethernet LEDs"
@@ -199,7 +199,7 @@ endmenu
endif
if !SSI0_DISABLE || !SSI1_DISABLE
-menu "LM3S SSI Configuration"
+menu "Stellaris SSI Configuration"
config SSI_POLLWAIT
bool "Poll Wait (No-Interrupt) Mode"