Kconfig 1016 字节
Newer Older
1
config ARCH_U300
2
	bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5
3 4 5 6 7 8 9
	depends on MMU
	select ARCH_REQUIRE_GPIOLIB
	select ARM_AMBA
	select ARM_VIC
	select CLKSRC_MMIO
	select CPU_ARM926T
	select HAVE_TCM
10
	select PINCTRL
11
	select PINCTRL_COH901
12
	select PINCTRL_U300
13
	select MFD_SYSCON
14 15
	help
	  Support for ST-Ericsson U300 series mobile platforms.
16

L
Linus Walleij 已提交
17 18 19
if ARCH_U300

menu "ST-Ericsson AB U300/U335 Platform"
20

21 22 23 24 25
config MACH_U300
	depends on ARCH_U300
	bool "U300"
	default y

26
config U300_DEBUG
27
	depends on ARCH_U300
28 29 30 31 32
	bool "Debug support for U300"
	depends on PM
	help
		Debug support for U300 in sysfs, procfs etc.

33
config MACH_U300_SPIDUMMY
34
	depends on ARCH_U300
35 36 37 38 39 40 41 42 43 44 45
	bool "SSP/SPI dummy chip"
	select SPI
	select SPI_MASTER
	select SPI_PL022
	help
		This creates a small kernel module that creates a dummy
		SPI device to be used for loopback tests. Regularly used
		to test reference designs. If you're not testing SPI,
		you don't need it. Selecting this will activate the
		SPI framework and ARM PL022 support.

46
endmenu
L
Linus Walleij 已提交
47 48

endif