sync hh.org
[hh.org.git] / drivers / soc / Kconfig
blob9cd17d3f060a0127cf9a7422fe1942a52609033d
2 # SoC drivers
4 # System-on-Chip are chips that implement a number of virtually unrelated
5 # functions but sharing some common circuitry, for example power management
6 # or an auxiliary interrupt controller.
9 menu "SoC drivers"
11 config SOC_MQ11XX
12         tristate "MediaQ 1100/32/68/78/88 SoC support"
13         ---help---
14           MediaQ 1100/32/68/78/88 are system-on-chips that implement a
15           graphics engine, flat panel controller, USB function controller,
16           OHCI-compliant USB host controller (1132 only), I2S and SPI
17           controllers (also 1132 only).
19           This driver implements only the basic support for MediaQ chips;
20           after you select this option the subdevice drivers will appear
21           in the respective submenus: MediaQ 1100/32/68/78/88 framebuffer
22           support, Dell Axim X5 LCD support and so on.
24           To compile this driver as a module, choose M here: the
25           module will be called mq11xx_base.o.
27 config SOC_T7L66XB
28         bool "Toshiba T7L66XB SoC support"
29         depends on ARCH_PXA
30         ---help---
31           This driver supports the T7L66XB, which incorporates SD/MMC, and
32           USB host functionality. associated subdevices are:
33               tmio_mmc
34               tmio_ohci
36           To compile this driver as a module, choose M here: the
37           module will be called t7l66xb.ko. 
39 config SOC_TC6387XB
40         bool "Toshiba TC6387XB SoC support"
41         ---help---
42           This driver supports the TC6393XB, which incorporates SD/MMC, NAND,
43           Video, and USB host functionality. associated subdevices are:
44               tmio_mmc
46 config SOC_TC6393XB
47         bool "Toshiba TC6393XB SoC support"
48         depends on ARCH_PXA
49         ---help---
50           This driver supports the TC6393XB, which incorporates SD/MMC, NAND,
51           Video, and USB host functionality. associated subdevices are:
52               tmio_mmc
53               tmio_nand
54               tmio_fb
55               tmio_ohci
57           To compile this driver as a module, choose M here: the
58           module will be called t7l66xb.ko.
60 config SOC_SAMCOP
61         tristate "Samsung SAMCOP/S3CA400A01 (iPAQ h5000) driver"
63 config SOC_HAMCOP
64         tristate "Samsung HAMCOP/S3CA410X01 (iPAQ h2200) driver"
65         select DMABOUNCE
67 config HTC_ASIC2
68         tristate "HTC ASIC2 (iPAQ h3800/h3900) SoC support"
70 config HTC_ASIC3
71         tristate "HTC ASIC3 (iPAQ h1900/h3900/h4000/hx4700/rx3000) SoC support"
73 config IPAQ_MICRO
74         tristate "Atmel Micro ASIC (iPAQ h3600) Support"
75         depends on SA1100_H3600
77 config SOC_TSC2101
78         tristate "Support for TI TSC2101 Touchscreen and Audio Codec"
79         help
80           Support for TI TSC2101 Touchscreen and Audio Codec
82 config SOC_TSC2200
83         tristate "Support for TI TSC21200 Touchscreen, Battery and Keypad"
84         help
85           Support for TI TSC2101 Touchscreen, Battery and Keypad
87 endmenu