2ae335a190e40dc5215b8abaa037b3a87cc29770
[openwrt/svn-archive/archive.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_MCI
45 tristate "Glamo S3C SD/MMC Card Interface support"
46 depends on MFD_GLAMO && MMC
47 help
48 This selects a driver for the MCI interface found in
49 the S-Media GLAMO chip, as used in Openmoko
50 neo1973 GTA-02.
51
52 If unsure, say N.