diff options
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 22484670e7ba..4b59d96e1cd8 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -442,6 +442,17 @@ endif | |||
442 | 442 | ||
443 | # ---------------------------------------------------------- | 443 | # ---------------------------------------------------------- |
444 | 444 | ||
445 | comment "Generic Board Type" | ||
446 | |||
447 | config MACH_AT91SAM_DT | ||
448 | bool "Atmel AT91SAM Evaluation Kits with device-tree support" | ||
449 | select USE_OF | ||
450 | help | ||
451 | Select this if you want to experiment device-tree with | ||
452 | an Atmel Evaluation Kit. | ||
453 | |||
454 | # ---------------------------------------------------------- | ||
455 | |||
445 | comment "AT91 Board Options" | 456 | comment "AT91 Board Options" |
446 | 457 | ||
447 | config MTD_AT91_DATAFLASH_CARD | 458 | config MTD_AT91_DATAFLASH_CARD |