diff options
author | Joachim Eastwood <manabian@gmail.com> | 2012-10-28 14:31:09 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-11-18 18:51:09 -0500 |
commit | 397f8c3ca3fec5906d82656ca23a841763196f22 (patch) | |
tree | 9b136a4cd7b0a209d6fa04c69725ec8b7855950e /arch/arm/mach-at91/Kconfig | |
parent | 0ac433a719c344bcf29506e2e3f3766ff910b89a (diff) |
ARM: AT91: Add AT91RM9200 DT board
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 6d4de486df88..d37dd5c2c64f 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -500,6 +500,14 @@ endif | |||
500 | 500 | ||
501 | comment "Generic Board Type" | 501 | comment "Generic Board Type" |
502 | 502 | ||
503 | config MACH_AT91RM9200_DT | ||
504 | bool "Atmel AT91RM9200 Evaluation Kits with device-tree support" | ||
505 | depends on SOC_AT91RM9200 | ||
506 | select USE_OF | ||
507 | help | ||
508 | Select this if you want to experiment device-tree with | ||
509 | an Atmel RM9200 Evaluation Kit. | ||
510 | |||
503 | config MACH_AT91SAM_DT | 511 | config MACH_AT91SAM_DT |
504 | bool "Atmel AT91SAM Evaluation Kits with device-tree support" | 512 | bool "Atmel AT91SAM Evaluation Kits with device-tree support" |
505 | depends on SOC_AT91SAM9 | 513 | depends on SOC_AT91SAM9 |