hh.org updates
[hh.org.git] / arch / arm / mach-pxa / aximx5 / Kconfig
blob8ee4d7a5c98dc8f67b3c8f294db409042c7d830a
1 menuconfig ARCH_AXIMX5
2         bool "Dell Axim X5"
3         select PXA25x
4         help
5           Enable this if you plan to boot the kernel on Dell Axim X5 PDAs.
6           You also must enable MediaQ SoC driver (found under Misc devices->
7           SoC drivers), WM97XX AC97 codec driver (under Sound/OSS) and
8           PXA2XX PCMCIA support in order to get all Axim-specific
9           drivers in the submenu.
11 config AXIMX5_MISC
12         tristate "Dell Axim X5 misc device support"
13         depends on ARCH_AXIMX5
14         help
15           This driver is a must for Dell Axim X5. It provides the MediaQ 1132
16           platform device, handles cradle, IrDA and USB Device Controller.
17           It is separated into a module to make kernels meant to run on a
18           bunch of different PDAs thinner, but in fact is a very basic driver.
20 config AXIMX5_LCD
21         tristate "Dell Axim X5 MediaQ 1132 LCD"
22         depends on ARCH_AXIMX5 && LCD_DEVICE
23         help
24           This driver provides support for changing power, brightness
25           and contrast on Dell Axim LCD display.
27 config AXIMX5_BACKLIGHT
28         tristate "Dell Axim X5 Backlight"
29         depends on ARCH_AXIMX5 && BACKLIGHT_CORGI
31 config AXIMX5_PCMCIA
32         tristate "Dell Axim X5 PCMCIA"
33         depends on ARCH_AXIMX5 && SOC_MQ11XX
34         help
35           This enables support for using PCMCIA (CompactFlash) cards
36           on Dell Axim. You will also need to enable PXA2xx PCMCIA
37           support in the PCMCIA/Cardbus support menu.
39 config AXIMX5_AC97
40         tristate "Dell Axim X5 AC97 controller"
41         depends on ARCH_AXIMX5 && SOUND_WM97XX
42         help
43           Select this if you're going to use the AC97 controller on
44           Dell Axim (most likely you want it). This includes audio,
45           battery monitor and touchscreen. You will also need to
46           enable the respective drivers in the Sound menu -
47           "PXA AC97 audio" and "WM97xx codec" for proper
48           touchscreen and battery support.
50 config AXIMX5_BUTTONS
51         tristate "Dell Axim X5 buttons driver"
52         depends on ARCH_AXIMX5 && INPUT
53         help
54           This driver translates Dell Axim button presses to Linux input
55           subsystem events.