[x86] add rootwait option to the kernel command line (#6209)
[openwrt.git] / target / linux / s3c24xx / files-2.6.31 / drivers / mfd / glamo / Kconfig
1 config MFD_GLAMO
2         bool "Smedia Glamo 336x/337x support"
3         select MFD_CORE
4         help
5           This enables the core driver for the Smedia Glamo 336x/337x
6           multi-function device.  It includes irq_chip demultiplex as
7           well as clock / power management and GPIO support.
8
9 config MFD_GLAMO_FB
10         tristate "Smedia Glamo 336x/337x framebuffer support"
11         depends on FB && MFD_GLAMO
12         select FB_CFB_FILLRECT
13         select FB_CFB_COPYAREA
14         select FB_CFB_IMAGEBLIT
15         help
16           Frame buffer driver for the LCD controller in the Smedia Glamo
17           336x/337x.
18
19           This driver is also available as a module ( = code which can be
20           inserted and removed from the running kernel whenever you want). The
21           module will be called glamofb. If you want to compile it as a module,
22           say M here and read <file:Documentation/modules.txt>.
23
24           If unsure, say N.
25
26 config MFD_GLAMO_GPIO
27         tristate "Glamo GPIO support"
28         depends on MFD_GLAMO
29
30         help
31                 Enable a bitbanging SPI adapter driver for the Smedia Glamo.
32
33 config MFD_GLAMO_MCI
34         tristate "Glamo S3C SD/MMC Card Interface support"
35         depends on MFD_GLAMO && MMC && REGULATOR
36         help
37           This selects a driver for the MCI interface found in
38           the S-Media GLAMO chip, as used in Openmoko
39           neo1973 GTA-02.
40
41           If unsure, say N.