Kconfig 920 字节
Newer Older
1 2
config ARCH_SIRF
	bool "CSR SiRF" if ARCH_MULTI_V7
3
	select ARCH_HAS_RESET_CONTROLLER
4 5
	select ARCH_REQUIRE_GPIOLIB
	select GENERIC_IRQ_CHIP
6
	select NO_IOPORT_MAP
7 8 9 10 11
	select PINCTRL
	select PINCTRL_SIRF
	help
	  Support for CSR SiRFprimaII/Marco/Polo platforms

12 13
if ARCH_SIRF

14 15 16 17 18 19 20 21
menu "CSR SiRF atlas6/primaII/Marco/Polo Specific Features"

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
22 23 24 25

config ARCH_PRIMA2
	bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
	default y
26
	select SIRF_IRQ
27
	select ZONE_DMA
28 29 30
	help
          Support for CSR SiRFSoC ARM Cortex A9 Platform

31 32 33 34
config ARCH_MARCO
	bool "CSR SiRFSoC MARCO ARM Cortex A9 Platform"
	default y
	select ARM_GIC
35
	select HAVE_ARM_SCU if SMP
36
	select SMP_ON_UP if SMP
37 38 39
	help
          Support for CSR SiRFSoC ARM Cortex A9 Platform

40 41
endmenu

42 43 44
config SIRF_IRQ
	bool

45
endif