Kconfig (09fa31a322c8f03871a741cd1d26e5ca04aacbbd) | Kconfig (220e6cf7b793d702596506a8c4bf1f4fd4040df1) |
---|---|
1config ARM 2 bool 3 default y 4 select HAVE_AOUT 5 select HAVE_DMA_API_DEBUG 6 select HAVE_IDE 7 select HAVE_MEMBLOCK 8 select RTC_LIB --- 316 unchanged lines hidden (view full) --- 325 select ARM_AMBA 326 select ARM_TIMER_SP804 327 select CLKDEV_LOOKUP 328 select GENERIC_CLOCKEVENTS 329 select ARCH_WANT_OPTIONAL_GPIOLIB 330 help 331 Support for Broadcom's BCMRing platform. 332 | 1config ARM 2 bool 3 default y 4 select HAVE_AOUT 5 select HAVE_DMA_API_DEBUG 6 select HAVE_IDE 7 select HAVE_MEMBLOCK 8 select RTC_LIB --- 316 unchanged lines hidden (view full) --- 325 select ARM_AMBA 326 select ARM_TIMER_SP804 327 select CLKDEV_LOOKUP 328 select GENERIC_CLOCKEVENTS 329 select ARCH_WANT_OPTIONAL_GPIOLIB 330 help 331 Support for Broadcom's BCMRing platform. 332 |
333config ARCH_HIGHBANK 334 bool "Calxeda Highbank-based" 335 select ARCH_WANT_OPTIONAL_GPIOLIB 336 select ARM_AMBA 337 select ARM_GIC 338 select ARM_TIMER_SP804 339 select CLKDEV_LOOKUP 340 select CPU_V7 341 select GENERIC_CLOCKEVENTS 342 select HAVE_ARM_SCU 343 select USE_OF 344 help 345 Support for the Calxeda Highbank SoC based boards. 346 |
|
333config ARCH_CLPS711X 334 bool "Cirrus Logic CLPS711x/EP721x-based" 335 select CPU_ARM720T 336 select ARCH_USES_GETTIMEOFFSET 337 select NEED_MACH_MEMORY_H 338 help 339 Support for Cirrus Logic 711x/721x based boards. 340 --- 1863 unchanged lines hidden --- | 347config ARCH_CLPS711X 348 bool "Cirrus Logic CLPS711x/EP721x-based" 349 select CPU_ARM720T 350 select ARCH_USES_GETTIMEOFFSET 351 select NEED_MACH_MEMORY_H 352 help 353 Support for Cirrus Logic 711x/721x based boards. 354 --- 1863 unchanged lines hidden --- |