summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lm/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-25 17:33:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-25 17:33:41 +0000
commit27c3eb5b66089e278ebace37fe2392a190f8edde (patch)
tree0b7f8e8de7f36736f82b89b3b40f92bdaa7ed547 /nuttx/arch/arm/src/lm/Kconfig
parent0f0ce3d8b2dfd3d7a8642c203f249dcd38738592 (diff)
downloadnuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.tar.gz
nuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.tar.bz2
nuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.zip
convert Kwikstik K40 configurations to use kconfig-frontends tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5784 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lm/Kconfig')
-rw-r--r--nuttx/arch/arm/src/lm/Kconfig40
1 files changed, 35 insertions, 5 deletions
diff --git a/nuttx/arch/arm/src/lm/Kconfig b/nuttx/arch/arm/src/lm/Kconfig
index b2786c265..676773d69 100644
--- a/nuttx/arch/arm/src/lm/Kconfig
+++ b/nuttx/arch/arm/src/lm/Kconfig
@@ -73,6 +73,41 @@ config LM_UART1
select ARCH_HAVE_UART1
default n
+config LM_UART2
+ bool "UART2"
+ select ARCH_HAVE_UART2
+ default n
+
+config LM_UART3
+ bool "UART3"
+ default n
+ depends on ARCH_CHIP_LM4F
+ select ARCH_HAVE_UART3
+
+config LM_UART4
+ bool "UART4"
+ default n
+ depends on ARCH_CHIP_LM4F
+ select ARCH_HAVE_UART4
+
+config LM_UART5
+ bool "UART5"
+ default n
+ depends on ARCH_CHIP_LM4F
+ select ARCH_HAVE_UART5
+
+config LM_UART6
+ bool "UART6"
+ default n
+ depends on ARCH_CHIP_LM4F
+ select ARCH_HAVE_UART6
+
+config LM_UART7
+ bool "UART7"
+ default n
+ depends on ARCH_CHIP_LM4F
+ select ARCH_HAVE_UART7
+
config SSI0_DISABLE
bool "Disable SSI0"
default y
@@ -81,11 +116,6 @@ config SSI1_DISABLE
bool "Disable SSI1"
default y
-config LM_UART2
- bool "UART2"
- select ARCH_HAVE_UART2
- default n
-
config LM_ETHERNET
bool "Stellaris Ethernet"
default n