Browse Source

[ARM] pxa/littleton: select CPU_PXA300 and CPU_PXA310

This has to be selected, otherwise some peripherals don't get initialized.

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Marek Vasut 15 years ago
parent
commit
9a8a0c46de
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/mach-pxa/Kconfig

+ 2 - 0
arch/arm/mach-pxa/Kconfig

@@ -37,6 +37,8 @@ config MACH_ZYLONITE320
 config MACH_LITTLETON
 	bool "PXA3xx Form Factor Platform (aka Littleton)"
 	select PXA3xx
+	select CPU_PXA300
+	select CPU_PXA310
 	select PXA_SSP
 
 config MACH_TAVOREVB