Kconfig 1.8 KB
Newer Older
1
menuconfig ARCH_U8500
2 3
	bool "ST-Ericsson U8500 Series"
	depends on ARCH_MULTI_V7 && MMU
4 5
	select AB8500_CORE
	select ABX500_CORE
6 7
	select ARCH_REQUIRE_GPIOLIB
	select ARM_AMBA
8 9 10 11 12
	select ARM_ERRATA_754322
	select ARM_ERRATA_764369 if SMP
	select ARM_GIC
	select CACHE_L2X0
	select CLKSRC_NOMADIK_MTU
13
	select HAVE_ARM_SCU if SMP
14
	select HAVE_ARM_TWD if SMP
15 16 17
	select PINCTRL
	select PINCTRL_ABX500
	select PINCTRL_NOMADIK
18
	select PL310_ERRATA_753970 if CACHE_L2X0
19 20 21
	help
	  Support for ST-Ericsson's Ux500 architecture

22 23
if ARCH_U8500

24
config UX500_SOC_DB8500
25
	bool
26
	select MFD_DB8500_PRCMU
27
	select PINCTRL_DB8500
28
	select PINCTRL_DB8540
29
	select PINCTRL_AB8500
30
	select PINCTRL_AB8505
31
	select PINCTRL_AB9540
32
	select PINCTRL_AB8540
33
	select REGULATOR
34
	select REGULATOR_DB8500_PRCMU
35
	select CLKSRC_DBX500_PRCMU
36
	select PM_GENERIC_DOMAINS if PM
37

38 39 40 41
config MACH_MOP500
	bool "U8500 Development platform, MOP500 versions"
	select I2C
	select I2C_NOMADIK
E
Emilio López 已提交
42
	select REGULATOR
43
	select REGULATOR_FIXED_VOLTAGE
44 45
	select SOC_BUS
	select UX500_SOC_DB8500
46
	help
47
	  Include support for the MOP500 development platform.
48

49
config MACH_HREFV60
50 51 52 53 54
	bool "U8500 Development platform, HREFv60 version"
	select MACH_MOP500
	help
	  Include support for the HREFv60 new development platform.
	  Includes HREFv70, v71 etc.
55

56 57
config MACH_SNOWBALL
	bool "U8500 Snowball platform"
58
	select MACH_MOP500
59 60 61
	help
	  Include support for the snowball development platform.

62 63
config UX500_AUTO_PLATFORM
	def_bool y
64
	select MACH_MOP500
65 66 67
	help
	  At least one platform needs to be selected in order to build
	  a working kernel. If everything else is disabled, this
68
	  automatically enables MACH_MOP500.
69

70 71 72 73 74 75 76
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.

77
endif