diff options
Diffstat (limited to 'arch/arm/mach-versatile/Kconfig')
-rw-r--r-- | arch/arm/mach-versatile/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-versatile/Kconfig b/arch/arm/mach-versatile/Kconfig index 63d8e9f81b99..1dba3688275f 100644 --- a/arch/arm/mach-versatile/Kconfig +++ b/arch/arm/mach-versatile/Kconfig | |||
@@ -25,4 +25,9 @@ config MACH_VERSATILE_DT | |||
25 | Include support for the ARM(R) Versatile/PB platform, | 25 | Include support for the ARM(R) Versatile/PB platform, |
26 | using the device tree for discovery | 26 | using the device tree for discovery |
27 | 27 | ||
28 | config MACH_VERSATILE_AUTO | ||
29 | def_bool y | ||
30 | depends on !ARCH_VERSATILE_PB && !MACH_VERSATILE_AB | ||
31 | select MACH_VERSATILE_DT | ||
32 | |||
28 | endmenu | 33 | endmenu |