sync hh.org
[hh.org.git] / arch / arm / mach-pxa / eseries / Kconfig
blob24eee5994b398cc2a2cc1e710d85607de02dd15b
1 config TOSHIBA_TMIO_OHCI
2         bool
3         default n
5 menuconfig ARCH_ESERIES
6         bool "Toshiba e7xx / e8xx"
7         select DMABOUNCE
8         select USB_ARCH_HAS_OHCI
9         select TOSHIBA_TMIO_OHCI
11 config MACH_E330
12         bool "Toahiba e330"
13         default y
14         select PXA25x
15         depends on ARCH_ESERIES
17 config MACH_E740
18         bool "Toshiba e740"
19         default y
20         select PXA25x
21         depends on ARCH_ESERIES
23 config MACH_E750
24         bool "Toshiba e750"
25         default y
26         select PXA25x
27         depends on ARCH_ESERIES
29 config MACH_E400
30         bool "Toshiba e400"
31         default y
32         select PXA25x
33         depends on ARCH_ESERIES
35 config MACH_E800
36         bool "Toshiba e800"
37         default y
38         select PXA25x
39         depends on ARCH_ESERIES
41 config E330_LCD
42         tristate "E330 LCD support"
43         default y
44         depends on ARCH_ESERIES
46 config E740_LCD
47         tristate "E740 LCD support"
48         default y
49         depends on ARCH_ESERIES && BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE && FB_W100
51 config E750_LCD
52         tristate "E750 LCD support"
53         default y
54         depends on ARCH_ESERIES
56 config E400_LCD
57         tristate "E400 LCD support"
58         default y
59         depends on ARCH_ESERIES && FB_PXA
61 config E800_LCD
62         tristate "E800 LCD support"
63         default y
64         depends on ARCH_ESERIES && FB_W100
66 config TMIO_OHCI
67         bool "TMIO OHCI support"
68         default y
69         depends on USB_OHCI_HCD && ARCH_ESERIES
71 config ESERIES_UDC
72         tristate "USB Gadget support"
73         default y
74         depends on ARCH_ESERIES && (MACH_E740 || MACH_E750 || MACH_E400 || MACH_E800)
75         help
76           Choose this option to allow your PDA to act as a USB device.
77           This driver supports the e740, e750, e400 and e800.
79 config E330_TC6387XB
80         tristate "E330 TC6387XB platform support"
81         default y
82         depends on ARCH_ESERIES && MACH_E330
83 config E740_T7L66XB
84         tristate "E740 T7L66XB platform support"
85         default y
86         depends on ARCH_ESERIES && MACH_E740
88 config E400_T7L66XB
89         tristate "E400 T7L66XB platform support"
90         default y
91         depends on ARCH_ESERIES && MACH_E400
93 config E750_E800_TC6393XB
94         tristate "E750 and E800 TC6393XB platform support"
95         default y
96         depends on ARCH_ESERIES && (MACH_E750 || MACH_E800)
98 config E740_PCMCIA
99         tristate "E740 PCMCIA support"
100         default y
101         depends on ARCH_ESERIES && MACH_E740 && PCMCIA_PXA2XX
102         help
103           Choose this option to allow your PDA to access its CF and WiFi
104           devices.
106 config E750_PCMCIA
107         tristate "E750 PCMCIA support"
108         default y
109         depends on ARCH_ESERIES && MACH_E750 && PCMCIA_PXA2XX
110         help
111           Choose this option to allow your PDA to access its CF slot.
113 config E800_PCMCIA
114         tristate "E800 PCMCIA support"
115         default y
116         depends on ARCH_ESERIES && MACH_E800 && PCMCIA_PXA2XX
117         help
118           Choose this option to allow your PDA to access its CF and WiFi
119           devices.