]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-omap2/Kconfig
fix omap2 kconfig goofage
[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
41 config MACH_OMAP2_TUSB6010
42         bool
43         depends on ARCH_OMAP2 && ARCH_OMAP2420
44         default y if MACH_NOKIA_N800
45
46 config MACH_OMAP_H4
47         bool "OMAP 2420 H4 board"
48         depends on ARCH_OMAP2 && ARCH_OMAP2420
49         select OMAP_DEBUG_DEVICES
50         select GPIOEXPANDER_OMAP
51
52 config MACH_OMAP_H4_TUSB
53         bool "TUSB 6010 EVM board"
54         depends on MACH_OMAP_H4
55         select MACH_OMAP2_TUSB6010
56         help
57           Set this if you've got a TUSB6010 high speed USB board.
58           You may need to consult the schematics for your revisions
59           of the Menelaus and TUSB boards, and make changes to be
60           sure this is set up properly for your board stack.
61
62           Be sure to select OTG mode operation, not host-only or
63           peripheral-only.
64
65 config MACH_OMAP_H4_OTG
66         bool "Use USB OTG connector, not device connector (S1.10)"
67         depends on MACH_OMAP_H4
68         help
69           Set this if you've set S1.10 (on the mainboard) to use the
70           Mini-AB (OTG) connector and OTG transceiver with the USB0
71           port, instead of the Mini-B ("download") connector with its
72           non-OTG transceiver.
73
74           Note that the "download" connector can be used to bootstrap
75           the system from the OMAP mask ROM.  Also, since this is a
76           development platform, you can also force the OTG port into
77           a non-OTG operational mode.
78
79 config MACH_OMAP2_H4_USB1
80         bool "Use USB1 port, not UART2 (S3.3)"
81         depends on MACH_OMAP_H4
82         help
83           Set this if you've set SW3.3 (on the CPU card) so that the
84           expansion connectors receive USB1 signals instead of UART2.
85
86 config MACH_OMAP_APOLLON
87         bool "OMAP 2420 Apollon board"
88         depends on ARCH_OMAP2 && ARCH_OMAP2420
89
90 config MACH_OMAP_APOLLON_PLUS
91         bool "OMAP 2420 Apollon Plus board"
92         depends on ARCH_OMAP2 && ARCH_OMAP2420
93         select MACH_OMAP_APOLLON
94         help
95           It contains more LEDs, SWs, and so on
96
97           Note that it is only tested with version 1.1 and more
98           We have to test the version 1.0
99
100 config MACH_OMAP_2430SDP
101         bool "OMAP 2430 SDP board"
102         depends on ARCH_OMAP2 && ARCH_OMAP2430
103
104 config MACH_OMAP_3430SDP
105         bool "OMAP 3430 SDP board"
106         depends on ARCH_OMAP3 && ARCH_OMAP34XX
107