diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-12-02 17:07:40 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-12-02 17:07:40 -0500 |
commit | c5b84b3bb0c055d70dc9f1b5e900378bc9d059ea (patch) | |
tree | bd5b0b4efb552bacd812f9e6e08a29bae70c0da1 /arch/arm/mach-pxa/Kconfig | |
parent | d281bc9d8a22419abc254f86a7fc268bb99914e1 (diff) | |
parent | bc2fd1c09c226ea47ab8301cde6dbcf9e5c78b73 (diff) |
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel
Conflicts:
arch/arm/mach-pxa/pxa25x.c
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 740f0a382bac..6755c7d6bb31 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -19,6 +19,9 @@ config CPU_PXA320 | |||
19 | config CPU_PXA930 | 19 | config CPU_PXA930 |
20 | bool "PXA930 (codename Tavor-P)" | 20 | bool "PXA930 (codename Tavor-P)" |
21 | 21 | ||
22 | config CPU_PXA935 | ||
23 | bool "PXA935 (codename Tavor-P65)" | ||
24 | |||
22 | endmenu | 25 | endmenu |
23 | 26 | ||
24 | endif | 27 | endif |
@@ -199,6 +202,10 @@ config MACH_E800 | |||
199 | config TRIZEPS_PXA | 202 | config TRIZEPS_PXA |
200 | bool "PXA based Keith und Koep Trizeps DIMM-Modules" | 203 | bool "PXA based Keith und Koep Trizeps DIMM-Modules" |
201 | 204 | ||
205 | config MACH_H5000 | ||
206 | bool "HP iPAQ h5000" | ||
207 | select PXA25x | ||
208 | |||
202 | config MACH_TRIZEPS4 | 209 | config MACH_TRIZEPS4 |
203 | bool "Keith und Koep Trizeps4 DIMM-Module" | 210 | bool "Keith und Koep Trizeps4 DIMM-Module" |
204 | depends on TRIZEPS_PXA | 211 | depends on TRIZEPS_PXA |
@@ -283,7 +290,6 @@ config MACH_MIOA701 | |||
283 | bool "Mitac Mio A701 Support" | 290 | bool "Mitac Mio A701 Support" |
284 | select PXA27x | 291 | select PXA27x |
285 | select IWMMXT | 292 | select IWMMXT |
286 | select LEDS_GPIO | ||
287 | select HAVE_PWM | 293 | select HAVE_PWM |
288 | select GPIO_SYSFS | 294 | select GPIO_SYSFS |
289 | help | 295 | help |
@@ -396,6 +402,12 @@ config PXA27x | |||
396 | help | 402 | help |
397 | Select code specific to PXA27x variants | 403 | Select code specific to PXA27x variants |
398 | 404 | ||
405 | config CPU_PXA26x | ||
406 | bool | ||
407 | select PXA25x | ||
408 | help | ||
409 | Select code specific to PXA26x (codename Dalhart) | ||
410 | |||
399 | config PXA3xx | 411 | config PXA3xx |
400 | bool | 412 | bool |
401 | select CPU_XSC3 | 413 | select CPU_XSC3 |