]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-omap2/Kconfig
To add basic support for Mistral's OMAP2430 OSK
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / Kconfig
1 comment "OMAP Core Type"
2         depends on ARCH_OMAP2
3
4 config ARCH_OMAP24XX
5         bool "OMAP24xx Based System"
6         depends on ARCH_OMAP2
7
8 config ARCH_OMAP2420
9         bool "OMAP2420 support"
10         depends on ARCH_OMAP24XX
11         select OMAP_DM_TIMER
12         select ARCH_OMAP_OTG
13
14 config ARCH_OMAP2430
15         bool "OMAP2430 support"
16         depends on ARCH_OMAP24XX
17
18 config ARCH_OMAP34XX
19         bool "OMAP34xx Based System"
20         depends on ARCH_OMAP3
21
22 config ARCH_OMAP3430
23         bool "OMAP3430 support"
24         depends on ARCH_OMAP3 && ARCH_OMAP34XX
25
26 comment "OMAP Board Type"
27         depends on ARCH_OMAP2 || ARCH_OMAP3
28
29 config MACH_OMAP_GENERIC
30         bool "Generic OMAP board"
31         depends on ARCH_OMAP2 && ARCH_OMAP24XX
32
33 config MACH_NOKIA_N800
34         bool "Nokia N800"
35         depends on ARCH_OMAP2420
36         select VIDEO_TCM825X if VIDEO_OMAP2
37         select CBUS if VIDEO_TCM825X
38         select CBUS_RETU if VIDEO_TCM825X
39         select MENELAUS if VIDEO_TCM825X
40         select OMAP_GPIO_SWITCH
41
42 config MACH_OMAP2_TUSB6010
43         bool
44         depends on ARCH_OMAP2 && ARCH_OMAP2420
45         default y if MACH_NOKIA_N800
46
47 config MACH_OMAP_H4
48         bool "OMAP 2420 H4 board"
49         depends on ARCH_OMAP2 && ARCH_OMAP2420
50         select OMAP_DEBUG_DEVICES
51         select GPIOEXPANDER_OMAP
52
53 config MACH_OMAP_H4_TUSB
54         bool "TUSB 6010 EVM board"
55         depends on MACH_OMAP_H4
56         select MACH_OMAP2_TUSB6010
57         help
58           Set this if you've got a TUSB6010 high speed USB board.
59           You may need to consult the schematics for your revisions
60           of the Menelaus and TUSB boards, and make changes to be
61           sure this is set up properly for your board stack.
62
63           Be sure to select OTG mode operation, not host-only or
64           peripheral-only.
65
66 config MACH_OMAP_H4_OTG
67         bool "Use USB OTG connector, not device connector (S1.10)"
68         depends on MACH_OMAP_H4
69         help
70           Set this if you've set S1.10 (on the mainboard) to use the
71           Mini-AB (OTG) connector and OTG transceiver with the USB0
72           port, instead of the Mini-B ("download") connector with its
73           non-OTG transceiver.
74
75           Note that the "download" connector can be used to bootstrap
76           the system from the OMAP mask ROM.  Also, since this is a
77           development platform, you can also force the OTG port into
78           a non-OTG operational mode.
79
80 config MACH_OMAP2_H4_USB1
81         bool "Use USB1 port, not UART2 (S3.3)"
82         depends on MACH_OMAP_H4
83         help
84           Set this if you've set SW3.3 (on the CPU card) so that the
85           expansion connectors receive USB1 signals instead of UART2.
86
87 config MACH_OMAP_APOLLON
88         bool "OMAP 2420 Apollon board"
89         depends on ARCH_OMAP2 && ARCH_OMAP2420
90
91 config MACH_OMAP_APOLLON_PLUS
92         bool "OMAP 2420 Apollon Plus board"
93         depends on ARCH_OMAP2 && ARCH_OMAP2420
94         select MACH_OMAP_APOLLON
95         help
96           It contains more LEDs, SWs, and so on
97
98           Note that it is only tested with version 1.1 and more
99           We have to test the version 1.0
100
101 config MACH_OMAP_2430SDP
102         bool "OMAP 2430 SDP board"
103         depends on ARCH_OMAP2 && ARCH_OMAP2430
104
105 config MACH_OMAP_3430SDP
106         bool "OMAP 3430 SDP board"
107         depends on ARCH_OMAP3 && ARCH_OMAP34XX
108
109 config MACH_OMAP_2430OSK
110         bool "OMAP 2430 OSK board"
111         depends on ARCH_OMAP2 && ARCH_OMAP24XX