Kconfig (d8a382d2662822248a97ce9d670b90e68aefbd3a) | Kconfig (fc44046167f08f3887e9685efc95f817a5ff45a1) |
---|---|
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 9 10config ARCH_OMAP2430 11 bool "OMAP2430 support" 12 depends on ARCH_OMAP2 13 select ARCH_OMAP_OTG 14 15config ARCH_OMAP3430 16 bool "OMAP3430 support" 17 depends on ARCH_OMAP3 18 select ARCH_OMAP_OTG 19 | 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 9 10config ARCH_OMAP2430 11 bool "OMAP2430 support" 12 depends on ARCH_OMAP2 13 select ARCH_OMAP_OTG 14 15config ARCH_OMAP3430 16 bool "OMAP3430 support" 17 depends on ARCH_OMAP3 18 select ARCH_OMAP_OTG 19 |
20config OMAP_PACKAGE_ZAF 21 bool 22 23config OMAP_PACKAGE_ZAC 24 bool 25 |
|
20config OMAP_PACKAGE_CBC 21 bool 22 23config OMAP_PACKAGE_CBB 24 bool 25 26config OMAP_PACKAGE_CUS 27 bool --- 151 unchanged lines hidden --- | 26config OMAP_PACKAGE_CBC 27 bool 28 29config OMAP_PACKAGE_CBB 30 bool 31 32config OMAP_PACKAGE_CUS 33 bool --- 151 unchanged lines hidden --- |