aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2016-04-10 21:29:59 +0200
committerRobert Jarzmik <robert.jarzmik@free.fr>2016-08-09 08:16:59 +0200
commitd9edae44d76a20d1b999070d911e58dca53f9906 (patch)
tree3b84d131e86096219618485b3019be3b1c7cc761 /arch/arm/mach-pxa/Kconfig
parentARM: pxa: prepare pxa25x interrupts for device-tree platforms (diff)
downloadlinux-dev-d9edae44d76a20d1b999070d911e58dca53f9906.tar.xz
linux-dev-d9edae44d76a20d1b999070d911e58dca53f9906.zip
ARM: pxa: add pxa25x device-tree support
Add a device-tree machine entry (DT_MACHINE_START) for pxa25x based platforms. Take the opportunity to sort the file machine descriptions by alphabetical order. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-pxa/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index cd894d69e766..76fbc115ec33 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -4,6 +4,17 @@ menu "Intel PXA2xx/PXA3xx Implementations"
comment "Intel/Marvell Dev Platforms (sorted by hardware release time)"
+config MACH_PXA25X_DT
+ bool "Support PXA25x platforms from device tree"
+ select PINCTRL
+ select POWER_SUPPLY
+ select PXA25x
+ select USE_OF
+ help
+ Include support for Marvell PXA25x based platforms using
+ the device tree. Needn't select any other machine while
+ MACH_PXA25x_DT is enabled.
+
config MACH_PXA27X_DT
bool "Support PXA27x platforms from device tree"
select PINCTRL