https://github.com/torvalds/linux
Raw File
Tip revision: d1c3ed669a2d452cacfb48c2d171a1f364dae2ed authored by Linus Torvalds on 03 January 2013, 02:13:21 UTC
Linux 3.8-rc2
Tip revision: d1c3ed6
Kconfig
if ARCH_SIRF

menu "CSR SiRF primaII/Marco/Polo Specific Features"

config ARCH_PRIMA2
	bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
	default y
	select CPU_V7
	select SIRF_IRQ
	select ZONE_DMA
	help
          Support for CSR SiRFSoC ARM Cortex A9 Platform

endmenu

config SIRF_IRQ
	bool

endif
back to top