summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
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