diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-12-02 04:32:52 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-12-02 10:58:58 -0500 |
commit | e093d7cf37ec9ff24b0631b0a2e405a7cf7574db (patch) | |
tree | cc3a3656eba97961a63f82a558acb8f21f04a59c | |
parent | 4a109c50d1958a2783df01980b55508fe47bb79c (diff) |
ARM: at91/Kconfig: select board files automatically
An explicit selection option is not needed for board files so now we select the
board from SoC option.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[nicolas.ferre@atmel.com: remove option's comments; split patch]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 231893d71658..2395c68b3e32 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -174,21 +174,11 @@ config SOC_AT91SAM9N12 | |||
174 | # ---------------------------------------------------------- | 174 | # ---------------------------------------------------------- |
175 | endif # SOC_SAM_V4_V5 | 175 | endif # SOC_SAM_V4_V5 |
176 | 176 | ||
177 | comment "Generic Board Type" | ||
178 | |||
179 | config MACH_AT91RM9200_DT | 177 | config MACH_AT91RM9200_DT |
180 | bool "Atmel AT91RM9200 Evaluation Kits with device-tree support" | 178 | def_bool SOC_AT91RM9200 |
181 | depends on SOC_AT91RM9200 | ||
182 | help | ||
183 | Select this if you want to experiment device-tree with | ||
184 | an Atmel RM9200 Evaluation Kit. | ||
185 | 179 | ||
186 | config MACH_AT91SAM9_DT | 180 | config MACH_AT91SAM9_DT |
187 | bool "Atmel AT91SAM Evaluation Kits with device-tree support" | 181 | def_bool SOC_AT91SAM9 |
188 | depends on SOC_AT91SAM9 | ||
189 | help | ||
190 | Select this if you want to experiment device-tree with | ||
191 | an Atmel Evaluation Kit. | ||
192 | 182 | ||
193 | # ---------------------------------------------------------- | 183 | # ---------------------------------------------------------- |
194 | 184 | ||