diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2010-02-26 14:04:15 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-02-26 14:06:24 -0500 |
commit | a7790532f5b7358c33a6b1834dc2b318de209f31 (patch) | |
tree | 0ceb9e24b3f54cb5c8453fb5a218e2a94a0f1cce /arch/arm/mach-pxa/Kconfig | |
parent | 2764fb4244cc1bc08df3667924ca4a972e90ac70 (diff) | |
parent | 60b341b778cc2929df16c0a504c91621b3c6a4ad (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
The SmartMedia FTL code depends on new kfifo bits from 2.6.33
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index e6d8e10ae5d1..dee92182749b 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -37,6 +37,8 @@ config MACH_ZYLONITE320 | |||
37 | config MACH_LITTLETON | 37 | config MACH_LITTLETON |
38 | bool "PXA3xx Form Factor Platform (aka Littleton)" | 38 | bool "PXA3xx Form Factor Platform (aka Littleton)" |
39 | select PXA3xx | 39 | select PXA3xx |
40 | select CPU_PXA300 | ||
41 | select CPU_PXA310 | ||
40 | select PXA_SSP | 42 | select PXA_SSP |
41 | 43 | ||
42 | config MACH_TAVOREVB | 44 | config MACH_TAVOREVB |
@@ -110,6 +112,8 @@ config MACH_CM_X300 | |||
110 | bool "CompuLab CM-X300 modules" | 112 | bool "CompuLab CM-X300 modules" |
111 | select PXA3xx | 113 | select PXA3xx |
112 | select CPU_PXA300 | 114 | select CPU_PXA300 |
115 | select CPU_PXA310 | ||
116 | select HAVE_PWM | ||
113 | 117 | ||
114 | config ARCH_GUMSTIX | 118 | config ARCH_GUMSTIX |
115 | bool "Gumstix XScale 255 boards" | 119 | bool "Gumstix XScale 255 boards" |
@@ -240,7 +244,6 @@ config MACH_COLIBRI300 | |||
240 | select PXA3xx | 244 | select PXA3xx |
241 | select CPU_PXA300 | 245 | select CPU_PXA300 |
242 | select CPU_PXA310 | 246 | select CPU_PXA310 |
243 | select HAVE_PWM | ||
244 | 247 | ||
245 | config MACH_COLIBRI320 | 248 | config MACH_COLIBRI320 |
246 | bool "Toradex Colibri PXA320" | 249 | bool "Toradex Colibri PXA320" |