Kconfig 2.0 KB
Newer Older
1 2 3
config ARCH_U8500
	bool "ST-Ericsson U8500 Series" if ARCH_MULTI_V7
	depends on MMU
4 5
	select AB8500_CORE
	select ABX500_CORE
6 7 8
	select ARCH_HAS_CPUFREQ
	select ARCH_REQUIRE_GPIOLIB
	select ARM_AMBA
9 10 11 12 13 14
	select ARM_ERRATA_754322
	select ARM_ERRATA_764369 if SMP
	select ARM_GIC
	select CACHE_L2X0
	select CLKSRC_NOMADIK_MTU
	select COMMON_CLK
15 16
	select CPU_V7
	select GENERIC_CLOCKEVENTS
17
	select HAVE_ARM_SCU if SMP
18
	select HAVE_ARM_TWD if SMP
19 20
	select HAVE_SMP
	select MIGHT_HAVE_CACHE_L2X0
21 22 23 24
	select PINCTRL
	select PINCTRL_ABX500
	select PINCTRL_NOMADIK
	select PL310_ERRATA_753970 if CACHE_PL310
25 26 27
	help
	  Support for ST-Ericsson's Ux500 architecture

28 29
if ARCH_U8500

30
config UX500_SOC_DB8500
31
	bool
32
	select CPU_FREQ_TABLE if CPU_FREQ
33
	select MFD_DB8500_PRCMU
34
	select PINCTRL_DB8500
35
	select PINCTRL_DB8540
36
	select PINCTRL_AB8500
37
	select PINCTRL_AB8505
38
	select PINCTRL_AB9540
39
	select PINCTRL_AB8540
40
	select REGULATOR
41
	select REGULATOR_DB8500_PRCMU
42

43
menu "Ux500 target platform (boards)"
44

45 46 47 48
config MACH_MOP500
	bool "U8500 Development platform, MOP500 versions"
	select I2C
	select I2C_NOMADIK
E
Emilio López 已提交
49
	select REGULATOR
50
	select REGULATOR_FIXED_VOLTAGE
51 52
	select SOC_BUS
	select UX500_SOC_DB8500
53
	help
54
	  Include support for the MOP500 development platform.
55

56
config MACH_HREFV60
57 58 59 60 61
	bool "U8500 Development platform, HREFv60 version"
	select MACH_MOP500
	help
	  Include support for the HREFv60 new development platform.
	  Includes HREFv70, v71 etc.
62

63 64
config MACH_SNOWBALL
	bool "U8500 Snowball platform"
65
	select MACH_MOP500
66 67 68
	help
	  Include support for the snowball development platform.

69 70
config UX500_AUTO_PLATFORM
	def_bool y
71
	select MACH_MOP500
72 73 74
	help
	  At least one platform needs to be selected in order to build
	  a working kernel. If everything else is disabled, this
75
	  automatically enables MACH_MOP500.
76

77 78
config MACH_UX500_DT
	bool "Generic U8500 support using device tree"
79
	depends on MACH_MOP500
80 81
	select USE_OF

82
endmenu
83

84 85 86 87 88 89 90
config UX500_DEBUG_UART
	int "Ux500 UART to use for low-level debug"
	default 2
	help
	  Choose the UART on which kernel low-level debug messages should be
	  output.

91
endif