Kconfig 947 字节
Newer Older
1
menuconfig ARCH_SIRF
2 3
	bool "CSR SiRF"
	depends on ARCH_MULTI_V7
4
	select ARCH_HAS_RESET_CONTROLLER
5 6
	select ARCH_REQUIRE_GPIOLIB
	select GENERIC_IRQ_CHIP
7
	select NO_IOPORT_MAP
8
	select REGMAP
9 10 11 12 13
	select PINCTRL
	select PINCTRL_SIRF
	help
	  Support for CSR SiRFprimaII/Marco/Polo platforms

14 15
if ARCH_SIRF

16
comment "CSR SiRF atlas6/primaII/Atlas7 Specific Features"
17 18 19 20 21 22 23

config ARCH_ATLAS6
	bool "CSR SiRFSoC ATLAS6 ARM Cortex A9 Platform"
	default y
	select SIRF_IRQ
	help
          Support for CSR SiRFSoC ARM Cortex A9 Platform
24

25 26 27 28 29 30 31 32 33 34
config ARCH_ATLAS7
	bool "CSR SiRFSoC ATLAS7 ARM Cortex A7 Platform"
	default y
	select ARM_GIC
	select CPU_V7
	select HAVE_ARM_SCU if SMP
	select HAVE_SMP
	help
          Support for CSR SiRFSoC ARM Cortex A7 Platform

35 36 37
config ARCH_PRIMA2
	bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
	default y
38
	select SIRF_IRQ
39
	select ZONE_DMA
40 41 42
	help
          Support for CSR SiRFSoC ARM Cortex A9 Platform

43 44 45
config SIRF_IRQ
	bool

46
endif