diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2016-04-10 21:29:59 +0200 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2016-08-09 08:16:59 +0200 |
commit | d9edae44d76a20d1b999070d911e58dca53f9906 (patch) | |
tree | 3b84d131e86096219618485b3019be3b1c7cc761 /arch/arm/mach-pxa/Kconfig | |
parent | ca5be4c678a402b7a35b2ce9a1a480b79d53f36e (diff) | |
download | op-kernel-dev-d9edae44d76a20d1b999070d911e58dca53f9906.zip op-kernel-dev-d9edae44d76a20d1b999070d911e58dca53f9906.tar.gz |
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 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index cd894d6..76fbc11 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 |