Kconfig 1.0 KB
Newer Older
1 2
config ARCH_SIRF
	bool "CSR SiRF" if ARCH_MULTI_V7
3
	select ARCH_HAS_RESET_CONTROLLER
4 5 6 7 8 9 10 11 12 13
	select ARCH_REQUIRE_GPIOLIB
	select GENERIC_CLOCKEVENTS
	select GENERIC_IRQ_CHIP
	select MIGHT_HAVE_CACHE_L2X0
	select NO_IOPORT
	select PINCTRL
	select PINCTRL_SIRF
	help
	  Support for CSR SiRFprimaII/Marco/Polo platforms

14 15
if ARCH_SIRF

16 17 18 19 20 21 22 23 24
menu "CSR SiRF atlas6/primaII/Marco/Polo Specific Features"

config ARCH_ATLAS6
	bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
	default y
	select CPU_V7
	select SIRF_IRQ
	help
          Support for CSR SiRFSoC ARM Cortex A9 Platform
25 26 27 28 29

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

35 36 37 38 39
config ARCH_MARCO
	bool "CSR SiRFSoC MARCO ARM Cortex A9 Platform"
	default y
	select ARM_GIC
	select CPU_V7
40
	select HAVE_ARM_SCU if SMP
41
	select HAVE_SMP
42
	select SMP_ON_UP if SMP
43 44 45
	help
          Support for CSR SiRFSoC ARM Cortex A9 Platform

46 47
endmenu

48 49 50
config SIRF_IRQ
	bool

51
endif