Commit e27fc6cf authored by Lee Jones's avatar Lee Jones Committed by Arnd Bergmann

ARM: ux500: CONFIG: Enable Device Tree support for future endeavours

Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent ab2f75ce
...@@ -13,6 +13,7 @@ CONFIG_UX500_SOC_DB8500=y ...@@ -13,6 +13,7 @@ CONFIG_UX500_SOC_DB8500=y
CONFIG_MACH_HREFV60=y CONFIG_MACH_HREFV60=y
CONFIG_MACH_SNOWBALL=y CONFIG_MACH_SNOWBALL=y
CONFIG_MACH_U5500=y CONFIG_MACH_U5500=y
CONFIG_MACH_UX500_DT=y
CONFIG_NO_HZ=y CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y CONFIG_HIGH_RES_TIMERS=y
CONFIG_SMP=y CONFIG_SMP=y
......
...@@ -50,6 +50,12 @@ config MACH_U5500 ...@@ -50,6 +50,12 @@ config MACH_U5500
depends on UX500_SOC_DB5500 depends on UX500_SOC_DB5500
help help
Include support for the U5500 development platform. Include support for the U5500 development platform.
config MACH_UX500_DT
bool "Generic U8500 support using device tree"
depends on MACH_U8500
select USE_OF
endmenu endmenu
config UX500_DEBUG_UART config UX500_DEBUG_UART
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment