Skip to content

Commit cd2d0d4

Browse files
committed
ARM: pxa: enable PXA310/PXA320 for DT-only build
After commit b5aaaa6 ("ARM: pxa: add Kconfig dependencies for ATAGS based boards"), the default PXA build no longer includes support for the board files that are considered unused. As a side-effect of this, the PXA310 and PXA320 support is not built into the kernel any more, even though it should work in principle as long as the symbols are enabled. As Robert points out, there are dts files for zylonite and cm-x300, though those have not made it into the mainline kernel. Link: https://lore.kernel.org/linux-arm-kernel/[email protected]/ Reported-by: Robert Jarzmik <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 1b929c0 commit cd2d0d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/mach-pxa/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ config MACH_PXA27X_DT
4545
config MACH_PXA3XX_DT
4646
bool "Support PXA3xx platforms from device tree"
4747
select CPU_PXA300
48+
select CPU_PXA310
49+
select CPU_PXA320
4850
select PINCTRL
4951
select POWER_SUPPLY
5052
select PXA3xx

0 commit comments

Comments
 (0)