aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91rm9200/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91rm9200/Kconfig')
-rw-r--r--arch/arm/mach-at91rm9200/Kconfig30
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/mach-at91rm9200/Kconfig b/arch/arm/mach-at91rm9200/Kconfig
index 8d4432647894..9f11db8af233 100644
--- a/arch/arm/mach-at91rm9200/Kconfig
+++ b/arch/arm/mach-at91rm9200/Kconfig
@@ -92,6 +92,13 @@ if ARCH_AT91SAM9260
92 92
93comment "AT91SAM9260 Board Type" 93comment "AT91SAM9260 Board Type"
94 94
95config MACH_AT91SAM9260EK
96 bool "Atmel AT91SAM9260-EK Evaluation Kit"
97 depends on ARCH_AT91SAM9260
98 help
99 Select this if you are using Atmel's AT91SAM9260-EK Evaluation Kit.
100 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
101
95endif 102endif
96 103
97# ---------------------------------------------------------- 104# ----------------------------------------------------------
@@ -100,8 +107,31 @@ if ARCH_AT91SAM9261
100 107
101comment "AT91SAM9261 Board Type" 108comment "AT91SAM9261 Board Type"
102 109
110config MACH_AT91SAM9261EK
111 bool "Atmel AT91SAM9261-EK Evaluation Kit"
112 depends on ARCH_AT91SAM9261
113 help
114 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
115 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
116
103endif 117endif
104 118
119# ----------------------------------------------------------
120
121comment "AT91 Board Options"
122
123config MTD_AT91_DATAFLASH_CARD
124 bool "Enable DataFlash Card support"
125 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK)
126 help
127 Enable support for the DataFlash card.
128
129config MTD_NAND_AT91_BUSWIDTH_16
130 bool "Enable 16-bit data bus interface to NAND flash"
131 depends on (MACH_AT91SAM9261EK || MACH_AT91SAM9260EK)
132 help
133 On AT91SAM926x boards both types of NAND flash can be present
134 (8 and 16 bit data bus width).
105 135
106# ---------------------------------------------------------- 136# ----------------------------------------------------------
107 137