2005-04-17 02:20:36 +04:00
if ARCH_PXA
2007-09-12 06:13:17 +04:00
menu "Intel PXA2xx/PXA3xx Implementations"
if PXA3xx
menu "Supported PXA3xx Processor Variants"
config CPU_PXA300
bool "PXA300 (codename Monahans-L)"
config CPU_PXA310
bool "PXA310 (codename Monahans-LV)"
select CPU_PXA300
config CPU_PXA320
bool "PXA320 (codename Monahans-P)"
2008-07-11 08:45:39 +04:00
config CPU_PXA930
bool "PXA930 (codename Tavor-P)"
2007-09-12 06:13:17 +04:00
endmenu
endif
2005-04-17 02:20:36 +04:00
2008-03-15 07:11:07 +03:00
config ARCH_GUMSTIX
bool "Gumstix XScale boards"
help
Say Y here if you intend to run this kernel on a
Gumstix Full Function Minature Computer.
2008-07-02 16:50:09 +04:00
config MACH_GUMSTIX_F
bool "Basix, Connex, ws-200ax, ws-400ax systems"
depends on ARCH_GUMSTIX
select PXA25x
2005-04-17 02:20:36 +04:00
config ARCH_LUBBOCK
bool "Intel DBPXA250 Development Platform"
select PXA25x
select SA1111
2008-08-22 14:09:38 +04:00
select PXA_HAVE_BOARD_IRQS
2005-04-17 02:20:36 +04:00
2006-03-29 00:08:13 +04:00
config MACH_LOGICPD_PXA270
bool "LogicPD PXA270 Card Engine Development Platform"
select PXA27x
2008-05-18 16:11:02 +04:00
select HAVE_PWM
2008-08-22 14:09:38 +04:00
select PXA_HAVE_BOARD_IRQS
2006-03-29 00:08:13 +04:00
2005-04-17 02:20:36 +04:00
config MACH_MAINSTONE
bool "Intel HCDDBBVA0 Development Platform"
select PXA27x
2008-04-14 00:47:01 +04:00
select HAVE_PWM
2008-08-22 14:09:38 +04:00
select PXA_HAVE_BOARD_IRQS
2005-04-17 02:20:36 +04:00
config ARCH_PXA_IDP
bool "Accelent Xscale IDP"
select PXA25x
config PXA_SHARPSL
2005-09-13 12:25:34 +04:00
bool "SHARP Zaurus SL-5600, SL-C7xx and SL-Cxx00 Models"
2005-04-17 02:20:36 +04:00
select SHARP_SCOOP
select SHARP_PARAM
help
Say Y here if you intend to run this kernel on a
2005-09-13 12:25:34 +04:00
Sharp Zaurus SL-5600 (Poodle), SL-C700 (Corgi),
SL-C750 (Shepherd), SL-C760 (Husky), SL-C1000 (Akita),
2005-11-06 17:27:52 +03:00
SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
handheld computer.
2005-04-17 02:20:36 +04:00
2008-07-01 18:45:10 +04:00
config MACH_POODLE
bool "Enable Sharp SL-5600 (Poodle) Support"
depends on PXA_SHARPSL
select PXA25x
select SHARP_LOCOMO
select PXA_SSP
config MACH_CORGI
bool "Enable Sharp SL-C700 (Corgi) Support"
depends on PXA_SHARPSL
select PXA25x
select PXA_SHARP_C7xx
config MACH_SHEPHERD
bool "Enable Sharp SL-C750 (Shepherd) Support"
depends on PXA_SHARPSL
select PXA25x
select PXA_SHARP_C7xx
config MACH_HUSKY
bool "Enable Sharp SL-C760 (Husky) Support"
depends on PXA_SHARPSL
select PXA25x
select PXA_SHARP_C7xx
config MACH_AKITA
bool "Enable Sharp SL-1000 (Akita) Support"
depends on PXA_SHARPSL
select PXA27x
select PXA_SHARP_Cxx00
select MACH_SPITZ
select I2C
select I2C_PXA
config MACH_SPITZ
bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
depends on PXA_SHARPSL
select PXA27x
select PXA_SHARP_Cxx00
config MACH_BORZOI
bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
depends on PXA_SHARPSL
select PXA27x
select PXA_SHARP_Cxx00
config MACH_TOSA
bool "Enable Sharp SL-6000x (Tosa) Support"
depends on PXA_SHARPSL
select PXA25x
2008-08-22 14:09:38 +04:00
select PXA_HAVE_BOARD_IRQS
2008-07-01 18:45:10 +04:00
2007-11-19 15:16:56 +03:00
config ARCH_PXA_ESERIES
bool "PXA based Toshiba e-series PDAs"
select PXA25x
2008-08-22 14:09:38 +04:00
select PXA_HAVE_BOARD_IRQS
2007-11-19 15:16:56 +03:00
config MACH_E330
bool "Toshiba e330"
default y
depends on ARCH_PXA_ESERIES
help
Say Y here if you intend to run this kernel on a Toshiba
e330 family PDA.
2008-06-26 01:39:31 +04:00
config MACH_E350
bool "Toshiba e350"
default y
depends on ARCH_PXA_ESERIES
help
Say Y here if you intend to run this kernel on a Toshiba
e350 family PDA.
2007-11-19 15:16:56 +03:00
config MACH_E740
bool "Toshiba e740"
default y
depends on ARCH_PXA_ESERIES
2008-07-10 23:17:27 +04:00
select FB_W100
2007-11-19 15:16:56 +03:00
help
Say Y here if you intend to run this kernel on a Toshiba
e740 family PDA.
config MACH_E750
bool "Toshiba e750"
default y
depends on ARCH_PXA_ESERIES
2008-07-10 23:17:27 +04:00
select FB_W100
2007-11-19 15:16:56 +03:00
help
Say Y here if you intend to run this kernel on a Toshiba
e750 family PDA.
config MACH_E400
bool "Toshiba e400"
default y
depends on ARCH_PXA_ESERIES
help
Say Y here if you intend to run this kernel on a Toshiba
e400 family PDA.
config MACH_E800
bool "Toshiba e800"
default y
depends on ARCH_PXA_ESERIES
2008-07-10 23:17:27 +04:00
select FB_W100
2007-11-19 15:16:56 +03:00
help
Say Y here if you intend to run this kernel on a Toshiba
e800 family PDA.
2006-06-29 19:01:43 +04:00
config MACH_TRIZEPS4
bool "Keith und Koep Trizeps4 DIMM-Module"
select PXA27x
2008-07-02 16:50:09 +04:00
config MACH_TRIZEPS4_CONXS
bool "ConXS Eval Board"
depends on MACH_TRIZEPS4
2007-07-18 14:31:46 +04:00
config MACH_EM_X270
bool "CompuLab EM-x270 platform"
select PXA27x
2008-01-23 16:54:50 +03:00
config MACH_COLIBRI
bool "Toradex Colibri PX27x"
select PXA27x
2007-09-12 06:13:17 +04:00
config MACH_ZYLONITE
2008-05-22 11:07:05 +04:00
bool "PXA3xx Development Platform (aka Zylonite)"
2007-09-12 06:13:17 +04:00
select PXA3xx
2008-04-14 00:46:34 +04:00
select HAVE_PWM
2007-09-12 06:13:17 +04:00
2007-12-13 05:41:43 +03:00
config MACH_LITTLETON
bool "PXA3xx Form Factor Platform (aka Littleton)"
select PXA3xx
select PXA_SSP
2008-07-11 08:59:38 +04:00
config MACH_TAVOREVB
bool "PXA930 Evaluation Board (aka TavorEVB)"
select PXA3xx
select PXA930
2008-07-11 10:02:20 +04:00
config MACH_SAAR
bool "PXA930 Handheld Platform (aka SAAR)"
select PXA3xx
select PXA930
2007-09-23 18:59:26 +04:00
config MACH_ARMCORE
bool "CompuLab CM-X270 modules"
select PXA27x
select IWMMXT
2007-11-22 19:59:11 +03:00
config MACH_MAGICIAN
bool "Enable HTC Magician Support"
select PXA27x
select IWMMXT
2008-08-22 14:09:38 +04:00
select PXA_HAVE_BOARD_IRQS
2007-11-22 19:59:11 +03:00
2008-01-08 10:44:23 +03:00
config MACH_PCM027
bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
select PXA27x
select IWMMXT
2008-06-13 12:17:31 +04:00
select PXA_SSP
2008-08-22 14:09:38 +04:00
select PXA_HAVE_BOARD_IRQS
2008-01-08 10:44:23 +03:00
[ARM] 5153/1: Add support for PalmTX handheld computer
PalmTX is PXA27x based device with wifi, bluetooth,
touchscreen, sdio slot, irda, keypad, nand flash,
pxa framebuffer, serial and usb gadget interface.
Supported by this patch is pxafb, touchscreen, irda,
keypad and sdio slot.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-07-07 20:25:46 +04:00
config ARCH_PXA_PALM
bool "PXA based Palm PDAs"
select HAVE_PWM
config MACH_PALMTX
bool "Palm T|X"
default y
depends on ARCH_PXA_PALM
select PXA27x
select IWMMXT
help
Say Y here if you intend to run this kernel on a Palm T|X
handheld computer.
2008-01-08 10:52:04 +03:00
config MACH_PCM990_BASEBOARD
bool "PHYTEC PCM-990 development board"
2008-06-13 14:50:44 +04:00
select HAVE_PWM
2008-07-02 16:50:09 +04:00
depends on MACH_PCM027
2008-01-08 10:52:04 +03:00
2005-09-13 12:25:34 +04:00
choice
2008-06-13 14:50:44 +04:00
prompt "display on pcm990"
depends on MACH_PCM990_BASEBOARD
2005-09-13 12:25:34 +04:00
2008-06-13 14:50:44 +04:00
config PCM990_DISPLAY_SHARP
bool "sharp lq084v1dg21 stn display"
2005-09-13 12:25:34 +04:00
2008-06-13 14:50:44 +04:00
config PCM990_DISPLAY_NEC
bool "nec nl6448bc20_18d tft display"
2005-09-13 12:25:34 +04:00
2008-06-13 14:50:44 +04:00
config PCM990_DISPLAY_NONE
bool "no display"
2005-09-13 12:25:34 +04:00
2008-01-08 10:52:04 +03:00
endchoice
2005-09-13 12:25:34 +04:00
2006-06-29 19:01:43 +04:00
2008-07-09 11:08:17 +04:00
config PXA_EZX
bool "Motorola EZX Platform"
select PXA27x
select IWMMXT
select HAVE_PWM
config MACH_EZX_A780
bool "Motorola EZX A780"
default y
depends on PXA_EZX
config MACH_EZX_E680
bool "Motorola EZX E680"
default y
depends on PXA_EZX
config MACH_EZX_A1200
bool "Motorola EZX A1200"
default y
depends on PXA_EZX
config MACH_EZX_A910
bool "Motorola EZX A910"
default y
depends on PXA_EZX
config MACH_EZX_E6
bool "Motorola EZX E6"
default y
depends on PXA_EZX
config MACH_EZX_E2
bool "Motorola EZX E2"
default y
depends on PXA_EZX
2005-04-17 02:20:36 +04:00
endmenu
config PXA25x
bool
help
Select code specific to PXA21x/25x/26x variants
config PXA27x
bool
help
Select code specific to PXA27x variants
2007-09-12 06:13:17 +04:00
config PXA3xx
bool
help
Select code specific to PXA3xx variants
2005-04-17 02:20:36 +04:00
config PXA_SHARP_C7xx
bool
2005-11-10 20:45:39 +03:00
select PXA_SSP
2006-01-05 23:44:55 +03:00
select SHARPSL_PM
2005-04-17 02:20:36 +04:00
help
Enable support for all Sharp C7xx models
2005-09-13 12:25:34 +04:00
config PXA_SHARP_Cxx00
bool
2005-11-10 20:45:39 +03:00
select PXA_SSP
2006-01-05 23:44:55 +03:00
select SHARPSL_PM
2005-09-13 12:25:34 +04:00
help
Enable common support for Sharp Cxx00 models
2005-11-10 20:45:39 +03:00
config PXA_SSP
tristate
help
Enable support for PXA2xx SSP ports
2008-04-14 00:44:04 +04:00
config PXA_PWM
tristate
2008-04-14 00:46:34 +04:00
default BACKLIGHT_PWM
2008-04-14 00:44:04 +04:00
help
Enable support for PXA2xx/PXA3xx PWM controllers
2008-07-13 00:43:01 +04:00
2008-07-05 12:02:48 +04:00
config TOSA_BT
tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
depends on MACH_TOSA
select RFKILL
help
This is a simple driver that is able to control
the state of built in bluetooth chip on tosa.
2008-07-13 00:43:01 +04:00
2008-08-22 14:09:38 +04:00
config PXA_HAVE_BOARD_IRQS
bool
2008-09-01 16:03:32 +04:00
config PXA_HAVE_ISA_IRQS
bool
2005-04-17 02:20:36 +04:00
endif