diff options
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 e6690a44917d..83efe914bf7d 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -4,6 +4,17 @@ menu "Intel PXA2xx/PXA3xx Implementations" | |||
4 | 4 | ||
5 | comment "Intel/Marvell Dev Platforms (sorted by hardware release time)" | 5 | comment "Intel/Marvell Dev Platforms (sorted by hardware release time)" |
6 | 6 | ||
7 | config MACH_PXA27X_DT | ||
8 | bool "Support PXA27x platforms from device tree" | ||
9 | select CPU_PXA27x | ||
10 | select POWER_SUPPLY | ||
11 | select PXA27x | ||
12 | select USE_OF | ||
13 | help | ||
14 | Include support for Marvell PXA27x based platforms using | ||
15 | the device tree. Needn't select any other machine while | ||
16 | MACH_PXA27X_DT is enabled. | ||
17 | |||
7 | config MACH_PXA3XX_DT | 18 | config MACH_PXA3XX_DT |
8 | bool "Support PXA3xx platforms from device tree" | 19 | bool "Support PXA3xx platforms from device tree" |
9 | select CPU_PXA300 | 20 | select CPU_PXA300 |