]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-u300/Kconfig
Merge remote-tracking branch 'wireless-next/master'
[karo-tx-linux.git] / arch / arm / mach-u300 / Kconfig
1 config ARCH_U300
2         bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5
3         depends on MMU
4         select ARCH_REQUIRE_GPIOLIB
5         select ARM_AMBA
6         select ARM_PATCH_PHYS_VIRT
7         select ARM_VIC
8         select CLKDEV_LOOKUP
9         select CLKSRC_MMIO
10         select CLKSRC_OF
11         select COMMON_CLK
12         select CPU_ARM926T
13         select GENERIC_CLOCKEVENTS
14         select HAVE_TCM
15         select PINCTRL
16         select PINCTRL_COH901
17         select PINCTRL_U300
18         select SPARSE_IRQ
19         select MFD_SYSCON
20         select USE_OF
21         help
22           Support for ST-Ericsson U300 series mobile platforms.
23
24 if ARCH_U300
25
26 menu "ST-Ericsson AB U300/U335 Platform"
27
28 config MACH_U300
29         depends on ARCH_U300
30         bool "U300"
31         default y
32
33 config U300_DEBUG
34         depends on ARCH_U300
35         bool "Debug support for U300"
36         depends on PM
37         help
38                 Debug support for U300 in sysfs, procfs etc.
39
40 config MACH_U300_SPIDUMMY
41         depends on ARCH_U300
42         bool "SSP/SPI dummy chip"
43         select SPI
44         select SPI_MASTER
45         select SPI_PL022
46         help
47                 This creates a small kernel module that creates a dummy
48                 SPI device to be used for loopback tests. Regularly used
49                 to test reference designs. If you're not testing SPI,
50                 you don't need it. Selecting this will activate the
51                 SPI framework and ARM PL022 support.
52
53 endmenu
54
55 endif