]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-omap2/Kconfig
ARM: OMAP: Merge board specific files from N800 tree
[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 comment "OMAP Board Type"
19         depends on ARCH_OMAP2
20
21 config MACH_OMAP_GENERIC
22         bool "Generic OMAP board"
23         depends on ARCH_OMAP2 && ARCH_OMAP24XX
24
25 config MACH_OMAP_H4
26         bool "OMAP 2420 H4 board"
27         depends on ARCH_OMAP2 && ARCH_OMAP24XX
28         select OMAP_DEBUG_DEVICES
29
30 config MACH_OMAP_H4_OTG
31         bool "Use USB OTG connector, not device connector (S1.10)"
32         depends on MACH_OMAP_H4
33         help
34           Set this if you've set S1.10 (on the mainboard) to use the
35           Mini-AB (OTG) connector and OTG transceiver with the USB0
36           port, instead of the Mini-B ("download") connector with its
37           non-OTG transceiver.
38
39           Note that the "download" connector can be used to bootstrap
40           the system from the OMAP mask ROM.  Also, since this is a
41           development platform, you can also force the OTG port into
42           a non-OTG operational mode.
43
44 config MACH_OMAP2_H4_USB1
45         bool "Use USB1 port, not UART2 (S3.3)"
46         depends on MACH_OMAP_H4
47         help
48           Set this if you've set SW3.3 (on the CPU card) so that the
49           expansion connectors receive USB1 signals instead of UART2.
50
51 config MACH_OMAP_APOLLON
52         bool "OMAP 2420 Apollon board"
53         depends on ARCH_OMAP2 && ARCH_OMAP24XX
54
55 config MACH_OMAP_2430SDP
56         bool "OMAP 2430 SDP board"
57         depends on ARCH_OMAP2 && ARCH_OMAP24XX
58
59 config MACH_NOKIA_N800
60         bool "Nokia N800"
61         depends on ARCH_OMAP24XX
62
63 config MACH_OMAP2_TUSB6010
64        bool
65        depends on ARCH_OMAP2 && ARCH_OMAP2420
66        default y if MACH_NOKIA_N800