]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/arm/mach-omap2/Kconfig
ARM: OMAP: Add minimal OMAP2430 support
[mirror_ubuntu-jammy-kernel.git] / arch / arm / mach-omap2 / Kconfig
CommitLineData
1dbae815
TL
1comment "OMAP Core Type"
2 depends on ARCH_OMAP2
3
4config ARCH_OMAP24XX
5 bool "OMAP24xx Based System"
6 depends on ARCH_OMAP2
7
8config ARCH_OMAP2420
9 bool "OMAP2420 support"
10 depends on ARCH_OMAP24XX
77900a2f 11 select OMAP_DM_TIMER
c40fae95 12 select ARCH_OMAP_OTG
1dbae815 13
72d0f1c3
SMK
14config ARCH_OMAP2430
15 bool "OMAP2430 support"
16 depends on ARCH_OMAP24XX
17
1dbae815
TL
18comment "OMAP Board Type"
19 depends on ARCH_OMAP2
20
21config MACH_OMAP_GENERIC
22 bool "Generic OMAP board"
23 depends on ARCH_OMAP2 && ARCH_OMAP24XX
24
25config MACH_OMAP_H4
26 bool "OMAP 2420 H4 board"
27 depends on ARCH_OMAP2 && ARCH_OMAP24XX
f6049312 28 select OMAP_DEBUG_DEVICES
1dbae815 29
9b6553cd
TL
30config MACH_OMAP_APOLLON
31 bool "OMAP 2420 Apollon board"
32 depends on ARCH_OMAP2 && ARCH_OMAP24XX
72d0f1c3
SMK
33
34config MACH_OMAP_2430SDP
35 bool "OMAP 2430 SDP board"
36 depends on ARCH_OMAP2 && ARCH_OMAP24XX
37