Kconfig (594b5d51c6fcb1af61be037e2e5ffd875495d866) | Kconfig (186401937927426f85a28bd798e82ca18e4e5549) |
---|---|
1menu "TI OMAP/AM/DM/DRA Family" 2 depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 3 4config ARCH_OMAP2 5 bool "TI OMAP2" 6 depends on ARCH_MULTI_V6 7 select ARCH_OMAP2PLUS 8 select CPU_V6 --- 65 unchanged lines hidden (view full) --- 74 bool 75 select ARCH_HAS_BANDGAP 76 select ARCH_HAS_HOLES_MEMORYMODEL 77 select ARCH_OMAP 78 select ARCH_REQUIRE_GPIOLIB 79 select CLKSRC_MMIO 80 select GENERIC_IRQ_CHIP 81 select MACH_OMAP_GENERIC | 1menu "TI OMAP/AM/DM/DRA Family" 2 depends on ARCH_MULTI_V6 || ARCH_MULTI_V7 3 4config ARCH_OMAP2 5 bool "TI OMAP2" 6 depends on ARCH_MULTI_V6 7 select ARCH_OMAP2PLUS 8 select CPU_V6 --- 65 unchanged lines hidden (view full) --- 74 bool 75 select ARCH_HAS_BANDGAP 76 select ARCH_HAS_HOLES_MEMORYMODEL 77 select ARCH_OMAP 78 select ARCH_REQUIRE_GPIOLIB 79 select CLKSRC_MMIO 80 select GENERIC_IRQ_CHIP 81 select MACH_OMAP_GENERIC |
82 select MEMORY |
|
82 select OMAP_DM_TIMER | 83 select OMAP_DM_TIMER |
84 select OMAP_GPMC |
|
83 select PINCTRL 84 select SOC_BUS 85 select TI_PRIV_EDMA 86 select OMAP_IRQCHIP 87 help 88 Systems based on OMAP2, OMAP3, OMAP4 or OMAP5 89 90 --- 139 unchanged lines hidden (view full) --- 230 select REGULATOR_FIXED_VOLTAGE if REGULATOR 231 232config MACH_TOUCHBOOK 233 bool "OMAP3 Touch Book" 234 depends on ARCH_OMAP3 235 default y 236 select OMAP_PACKAGE_CBB 237 | 85 select PINCTRL 86 select SOC_BUS 87 select TI_PRIV_EDMA 88 select OMAP_IRQCHIP 89 help 90 Systems based on OMAP2, OMAP3, OMAP4 or OMAP5 91 92 --- 139 unchanged lines hidden (view full) --- 232 select REGULATOR_FIXED_VOLTAGE if REGULATOR 233 234config MACH_TOUCHBOOK 235 bool "OMAP3 Touch Book" 236 depends on ARCH_OMAP3 237 default y 238 select OMAP_PACKAGE_CBB 239 |
240config MACH_OMAP_3430SDP 241 bool "OMAP 3430 SDP board" 242 depends on ARCH_OMAP3 243 default y 244 select OMAP_PACKAGE_CBB 245 |
|
238config MACH_NOKIA_N810 239 bool 240 241config MACH_NOKIA_N810_WIMAX 242 bool 243 244config MACH_NOKIA_N8X0 245 bool "Nokia N800/N810" --- 25 unchanged lines hidden (view full) --- 271 bool 272 273config MACH_SBC3530 274 bool "OMAP3 SBC STALKER board" 275 depends on ARCH_OMAP3 276 default y 277 select OMAP_PACKAGE_CUS 278 | 246config MACH_NOKIA_N810 247 bool 248 249config MACH_NOKIA_N810_WIMAX 250 bool 251 252config MACH_NOKIA_N8X0 253 bool "Nokia N800/N810" --- 25 unchanged lines hidden (view full) --- 279 bool 280 281config MACH_SBC3530 282 bool "OMAP3 SBC STALKER board" 283 depends on ARCH_OMAP3 284 default y 285 select OMAP_PACKAGE_CUS 286 |
287config MACH_TI8168EVM 288 bool "TI8168 Evaluation Module" 289 depends on SOC_TI81XX 290 default y 291 292config MACH_TI8148EVM 293 bool "TI8148 Evaluation Module" 294 depends on SOC_TI81XX 295 default y 296 |
|
279config OMAP3_EMU 280 bool "OMAP3 debugging peripherals" 281 depends on ARCH_OMAP3 282 select ARM_AMBA 283 select OC_ETM 284 help 285 Say Y here to enable debugging hardware of omap3 286 --- 38 unchanged lines hidden --- | 297config OMAP3_EMU 298 bool "OMAP3 debugging peripherals" 299 depends on ARCH_OMAP3 300 select ARM_AMBA 301 select OC_ETM 302 help 303 Say Y here to enable debugging hardware of omap3 304 --- 38 unchanged lines hidden --- |