Kconfig (24ed45aa0776f9f645aa1ac1a88b2e1d5f29a9aa) | Kconfig (ddaa912a2164d7ce7a03fcb384ed37e712bb4549) |
---|---|
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 --- 10 unchanged lines hidden (view full) --- 19 bool "OMAP34xx Based System" 20 depends on ARCH_OMAP3 21 22config ARCH_OMAP3430 23 bool "OMAP3430 support" 24 depends on ARCH_OMAP3 && ARCH_OMAP34XX 25 select ARCH_OMAP_OTG 26 | 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 --- 10 unchanged lines hidden (view full) --- 19 bool "OMAP34xx Based System" 20 depends on ARCH_OMAP3 21 22config ARCH_OMAP3430 23 bool "OMAP3430 support" 24 depends on ARCH_OMAP3 && ARCH_OMAP34XX 25 select ARCH_OMAP_OTG 26 |
27config OMAP_PACKAGE_CBC 28 bool 29 30config OMAP_PACKAGE_CBB 31 bool 32 33config OMAP_PACKAGE_CUS 34 bool 35 |
|
27comment "OMAP Board Type" 28 depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4 29 30config MACH_OMAP_GENERIC 31 bool "Generic OMAP board" 32 depends on ARCH_OMAP2 && ARCH_OMAP24XX 33 34config MACH_OMAP2_TUSB6010 --- 108 unchanged lines hidden --- | 36comment "OMAP Board Type" 37 depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4 38 39config MACH_OMAP_GENERIC 40 bool "Generic OMAP board" 41 depends on ARCH_OMAP2 && ARCH_OMAP24XX 42 43config MACH_OMAP2_TUSB6010 --- 108 unchanged lines hidden --- |