diff options
author | Robert Jarzmik <rjarzmik@free.fr> | 2008-08-17 04:34:30 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-26 12:01:37 -0400 |
commit | eda6f6ecbbd6bea070ca296e40c2117d80117b76 (patch) | |
tree | ad01f1de3360287c300721f8930e2c3791969c3c /arch/arm/mach-pxa/Kconfig | |
parent | b8e6c91c74e9f0279b7c51048779b3d62da60b88 (diff) |
[ARM] 5202/1: pxa: Added Mitac Mio A701 smartphone support.
The Mio A701 support features :
- GSM support
- Bluetooth support
- GPS support
- LED/Vibrator support
- Suspend/Resume support (very dependant on Mio FlashRam)
- Screen/Backlight support
- Keys/Keyboard support
- USB udc support
- MMC/SDIO support
- Flash Memory support
- Battery/AC plugin support
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index e8ee7ec9ff6d..9a387637cd6c 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -216,6 +216,18 @@ config MACH_MAGICIAN | |||
216 | select PXA27x | 216 | select PXA27x |
217 | select IWMMXT | 217 | select IWMMXT |
218 | 218 | ||
219 | config MACH_MIOA701 | ||
220 | bool "Mitac Mio A701 Support" | ||
221 | select PXA27x | ||
222 | select IWMMXT | ||
223 | select LEDS_GPIO | ||
224 | select HAVE_PWM | ||
225 | select GPIO_SYSFS | ||
226 | help | ||
227 | Say Y here if you intend to run this kernel on a | ||
228 | MIO A701. Currently there is only basic support | ||
229 | for this PDA. | ||
230 | |||
219 | config MACH_PCM027 | 231 | config MACH_PCM027 |
220 | bool "Phytec phyCORE-PXA270 CPU module (PCM-027)" | 232 | bool "Phytec phyCORE-PXA270 CPU module (PCM-027)" |
221 | select PXA27x | 233 | select PXA27x |