[s3c24xx] glamo: Use mfd_cell for child resource handling instead of some ugly custom...
[openwrt-10.03/.git] / target / linux / s3c24xx / files-2.6.30 / 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_FB_XGLAMO_WORKAROUND
27         bool "Smedia Glamo 336x/337x Xglamo rotation workaround"
28         depends on MFD_GLAMO_FB
29         help
30           This is a workaround for a Xglamo bug. This should be fixed
31           in Xglamo and not in kernel space.
32
33           If unsure, say N.
34
35
36 config MFD_GLAMO_SPI_GPIO
37         tristate "Glamo GPIO SPI bitbang support"
38         depends on MFD_GLAMO
39         select SPI_BITBANG
40
41         help
42           Enable a bitbanging SPI adapter driver for the Smedia Glamo.
43
44 config MFD_GLAMO_SPI_FB
45         tristate "Glamo LCM control channel SPI support"
46         depends on MFD_GLAMO_FB
47         help
48           Enable a bitbanging SPI adapter driver for the Smedia Glamo LCM
49           control channel.  This SPI interface is frequently used to
50           interconnect the LCM control interface.
51
52 config MFD_GLAMO_MCI
53         tristate "Glamo S3C SD/MMC Card Interface support"
54         depends on MFD_GLAMO && MMC
55         help
56           This selects a driver for the MCI interface found in
57           the S-Media GLAMO chip, as used in Openmoko
58           neo1973 GTA-02.
59
60           If unsure, say N.