]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-omap2/Kconfig
Merge omap-upstream
[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
37 config MACH_OMAP2_TUSB6010
38         bool
39         depends on ARCH_OMAP2 && ARCH_OMAP2420
40         default y if MACH_NOKIA_N800
41
42 config MACH_OMAP_H4
43         bool "OMAP 2420 H4 board"
44         depends on ARCH_OMAP2 && ARCH_OMAP24XX
45         select OMAP_DEBUG_DEVICES
46         select GPIOEXPANDER_OMAP
47
48
49 config MACH_OMAP_3430SDP
50         bool "OMAP 3430 SDP board"
51         depends on ARCH_OMAP3 && ARCH_OMAP34XX
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_OMAP24XX
89
90 config MACH_OMAP_APOLLON_PLUS
91         bool "OMAP 2420 Apollon Plus board"
92         select MACH_OMAP_APOLLON
93         help
94           It contains more LEDs, SWs, and so on
95
96           Note that it is only tested with version 1.1 and more
97           We have to test the version 1.0
98
99 config MACH_OMAP_2430SDP
100         bool "OMAP 2430 SDP board"
101         depends on ARCH_OMAP2 && ARCH_OMAP24XX
102