aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r--arch/arm/mach-ux500/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index 52af00446a63..afb3706bab2a 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -28,6 +28,7 @@ config MACH_U8500
28 bool "U8500 Development platform" 28 bool "U8500 Development platform"
29 depends on UX500_SOC_DB8500 29 depends on UX500_SOC_DB8500
30 select TPS6105X 30 select TPS6105X
31 select SOC_BUS
31 help 32 help
32 Include support for the mop500 development platform. 33 Include support for the mop500 development platform.
33 34
@@ -49,6 +50,12 @@ config MACH_U5500
49 depends on UX500_SOC_DB5500 50 depends on UX500_SOC_DB5500
50 help 51 help
51 Include support for the U5500 development platform. 52 Include support for the U5500 development platform.
53
54config MACH_UX500_DT
55 bool "Generic U8500 support using device tree"
56 depends on MACH_U8500
57 select USE_OF
58
52endmenu 59endmenu
53 60
54config UX500_DEBUG_UART 61config UX500_DEBUG_UART