[kernel] generic-2.6/2.6.30: refresh patches
[openwrt.git] / target / linux / s3c24xx / files-2.6.30 / drivers / mfd / glamo / Kconfig
1 config MFD_GLAMO
2 bool "Smedia Glamo 336x/337x support"
3 help
4 This enables the core driver for the Smedia Glamo 336x/337x
5 multi-function device. It includes irq_chip demultiplex as
6 well as clock / power management and GPIO support.
7
8 config MFD_GLAMO_FB
9 tristate "Smedia Glamo 336x/337x framebuffer support"
10 depends on FB && MFD_GLAMO
11 select FB_CFB_FILLRECT
12 select FB_CFB_COPYAREA
13 select FB_CFB_IMAGEBLIT
14 help
15 Frame buffer driver for the LCD controller in the Smedia Glamo
16 336x/337x.
17
18 This driver is also available as a module ( = code which can be
19 inserted and removed from the running kernel whenever you want). The
20 module will be called glamofb. If you want to compile it as a module,
21 say M here and read <file:Documentation/modules.txt>.
22
23 If unsure, say N.
24
25 config MFD_GLAMO_FB_XGLAMO_WORKAROUND
26 bool "Smedia Glamo 336x/337x Xglamo rotation workaround"
27 depends on MFD_GLAMO_FB
28 help
29 This is a workaround for a Xglamo bug. This should be fixed
30 in Xglamo and not in kernel space.
31
32 If unsure, say N.
33
34
35 config MFD_GLAMO_SPI_GPIO
36 tristate "Glamo GPIO SPI bitbang support"
37 depends on MFD_GLAMO
38 select SPI_BITBANG
39
40 help
41 Enable a bitbanging SPI adapter driver for the Smedia Glamo.
42
43 config MFD_GLAMO_SPI_FB
44 tristate "Glamo LCM control channel SPI support"
45 depends on MFD_GLAMO_FB
46 help
47 Enable a bitbanging SPI adapter driver for the Smedia Glamo LCM
48 control channel. This SPI interface is frequently used to
49 interconnect the LCM control interface.
50
51 config MFD_GLAMO_MCI
52 tristate "Glamo S3C SD/MMC Card Interface support"
53 depends on MFD_GLAMO && MMC
54 help
55 This selects a driver for the MCI interface found in
56 the S-Media GLAMO chip, as used in Openmoko
57 neo1973 GTA-02.
58
59 If unsure, say N.
This page took 0.050742 seconds and 5 git commands to generate.