aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-02-19 05:30:29 -0500
committerNicolas Ferre <nicolas.ferre@atmel.com>2013-03-13 12:18:00 -0400
commit4afcd1db8214890a8f655a1d07d8445812e72932 (patch)
tree67726849bf2e24846abef764675eae56dc2a1586 /arch/arm/mach-at91/Kconfig
parent3ae8dbdcfaaf29719a122c6939b7554aaf0bf08e (diff)
ARM: at91: rename board-dt to more specific name board-dt-sam9
We will produce a board-dt file per SoC core type. That will ease code readability and will prevent from including superfluous code for supporting machines that will never be compiled together (particularly the ARM9 and C-A5 upcoming SoCs). Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> [nicolas.ferre@atmel.com: modify commit message] Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r--arch/arm/mach-at91/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 98c2e054bc8b..440682b708f3 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -108,7 +108,7 @@ config MACH_AT91RM9200_DT
108 Select this if you want to experiment device-tree with 108 Select this if you want to experiment device-tree with
109 an Atmel RM9200 Evaluation Kit. 109 an Atmel RM9200 Evaluation Kit.
110 110
111config MACH_AT91SAM_DT 111config MACH_AT91SAM9_DT
112 bool "Atmel AT91SAM Evaluation Kits with device-tree support" 112 bool "Atmel AT91SAM Evaluation Kits with device-tree support"
113 depends on SOC_AT91SAM9 113 depends on SOC_AT91SAM9
114 select USE_OF 114 select USE_OF