hh.org updates
[hh.org.git] / arch / arm / mach-pxa / rover / Kconfig
blob9762d139cd8e29e27b5bf7d49b765de2d64c4098
1 menuconfig ARCH_ROVERP1
2         bool "RoverP1 (Mitac Mio 336)"
3         select PXA25x
4         help
5           Enable this if you plan to boot the kernel on the Rover P1 (Mitac Mio 336) machine.   
7 config ROVERP1_LCD
8         tristate "RoverP1 (Mitac Mio336) frame buffer LCD"
9         depends on ARCH_ROVERP1 && BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && FB_PXA
10         help
11           LCD support for RoverP1 (Mitac Mio336) device.
12         
13 menuconfig ARCH_ROVERP5P
14         bool "RoverP5+"
15         select PXA25x
16         help
17           Enable this if you plan to boot the kernel on the Rover P5+ machine.
18         
19 config ROVERP5P_LCD
20         tristate "Rover P5+ MediaQ 1188 LCD"
21         depends on ARCH_ROVERP5P && LCD_DEVICE
22         help
23           This driver provides support for changing power, brightness
24           and contrast on Rover P5+ LCD display.
26 config ROVERP5P_PCMCIA
27         tristate "Rover P5+ PCMCIA"
28         depends on ARCH_ROVERP5P
29         help
30           This enables support for using PCMCIA (CompactFlash) cards
31           on Rover P5+. You will also need to enable PXA2xx PCMCIA
32           support in the PCMCIA/Cardbus support menu.