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