Kconfig (a8eb7ca0cbb41c9cd379b8d2a2a5efb503aa65e9) | Kconfig (140455fa007a618d2d1bf5e6e888206534035e6f) |
---|---|
1comment "OMAP Core Type" 2 depends on ARCH_OMAP2 3 4config ARCH_OMAP2420 5 bool "OMAP2420 support" 6 depends on ARCH_OMAP2 7 select OMAP_DM_TIMER 8 select ARCH_OMAP_OTG --- 15 unchanged lines hidden (view full) --- 24 25config OMAP_PACKAGE_CUS 26 bool 27 28config OMAP_PACKAGE_CBP 29 bool 30 31comment "OMAP Board Type" | 1comment "OMAP Core Type" 2 depends on ARCH_OMAP2 3 4config ARCH_OMAP2420 5 bool "OMAP2420 support" 6 depends on ARCH_OMAP2 7 select OMAP_DM_TIMER 8 select ARCH_OMAP_OTG --- 15 unchanged lines hidden (view full) --- 24 25config OMAP_PACKAGE_CUS 26 bool 27 28config OMAP_PACKAGE_CBP 29 bool 30 31comment "OMAP Board Type" |
32 depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4 | 32 depends on ARCH_OMAP2PLUS |
33 34config MACH_OMAP_GENERIC 35 bool "Generic OMAP board" 36 depends on ARCH_OMAP2 37 38config MACH_OMAP2_TUSB6010 39 bool 40 depends on ARCH_OMAP2 && ARCH_OMAP2420 --- 125 unchanged lines hidden --- | 33 34config MACH_OMAP_GENERIC 35 bool "Generic OMAP board" 36 depends on ARCH_OMAP2 37 38config MACH_OMAP2_TUSB6010 39 bool 40 depends on ARCH_OMAP2 && ARCH_OMAP2420 --- 125 unchanged lines hidden --- |