summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-12 21:27:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-12 21:27:51 +0000
commitef68b800bb88f5226ab778d5f434c9b746a2e930 (patch)
treeb5d90776974c595a3bd29fef9c694a24b033158c /nuttx/arch/Kconfig
parentc278caf8a84f8a5b2861a2240be7eccd10e6160b (diff)
downloadpx4-nuttx-ef68b800bb88f5226ab778d5f434c9b746a2e930.tar.gz
px4-nuttx-ef68b800bb88f5226ab778d5f434c9b746a2e930.tar.bz2
px4-nuttx-ef68b800bb88f5226ab778d5f434c9b746a2e930.zip
Add LED, button definition, and more EMC logic for the LPC1788
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5646 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index c0f235c5d..c7771e9c8 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -172,6 +172,22 @@ config ARCH_EXTDRAMSIZE
---help---
Size of the external SDRAM in bytes.
+choice
+ prompt "SDRAM Width Selection"
+ default ARCH_CHIP_STM32F103ZET6
+ depends on ARCH_CHIP_STM32
+
+config ARCH_SDRAM_8BIT
+ bool "8-bit"
+
+config ARCH_SDRAM_16BIT
+ bool "16-bit"
+
+config ARCH_SDRAM_32BIT
+ bool "32-bit"
+
+endchoice
+
config ARCH_EXTDRAMHEAP
bool "Add external SDRAM to the heap"
default y