diff options
Diffstat (limited to 'arch/arm/mach-u300/Kconfig')
-rw-r--r-- | arch/arm/mach-u300/Kconfig | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/arch/arm/mach-u300/Kconfig b/arch/arm/mach-u300/Kconfig index 1f597647d431..a85adcd00882 100644 --- a/arch/arm/mach-u300/Kconfig +++ b/arch/arm/mach-u300/Kconfig | |||
@@ -1,24 +1,46 @@ | |||
1 | if ARCH_U300 | ||
2 | |||
3 | menu "ST-Ericsson AB U300/U335 Platform" | 1 | menu "ST-Ericsson AB U300/U335 Platform" |
4 | 2 | ||
5 | comment "ST-Ericsson Mobile Platform Products" | 3 | comment "ST-Ericsson Mobile Platform Products" |
6 | 4 | ||
7 | config MACH_U300 | 5 | config ARCH_U300 |
8 | bool "U300" | 6 | bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5 |
7 | depends on MMU | ||
8 | select ARCH_REQUIRE_GPIOLIB | ||
9 | select ARM_AMBA | ||
10 | select ARM_PATCH_PHYS_VIRT | ||
11 | select ARM_VIC | ||
12 | select CLKDEV_LOOKUP | ||
13 | select CLKSRC_MMIO | ||
14 | select CLKSRC_OF | ||
15 | select COMMON_CLK | ||
16 | select CPU_ARM926T | ||
17 | select GENERIC_CLOCKEVENTS | ||
18 | select HAVE_TCM | ||
9 | select PINCTRL | 19 | select PINCTRL |
10 | select PINCTRL_COH901 | 20 | select PINCTRL_COH901 |
11 | select PINCTRL_U300 | 21 | select PINCTRL_U300 |
22 | select SPARSE_IRQ | ||
23 | select MFD_SYSCON | ||
24 | select USE_OF | ||
25 | help | ||
26 | Support for ST-Ericsson U300 series mobile platforms. | ||
12 | 27 | ||
13 | comment "ST-Ericsson U300/U335 Feature Selections" | 28 | comment "ST-Ericsson U300/U335 Feature Selections" |
14 | 29 | ||
30 | config MACH_U300 | ||
31 | depends on ARCH_U300 | ||
32 | bool "U300" | ||
33 | default y | ||
34 | |||
15 | config U300_DEBUG | 35 | config U300_DEBUG |
36 | depends on ARCH_U300 | ||
16 | bool "Debug support for U300" | 37 | bool "Debug support for U300" |
17 | depends on PM | 38 | depends on PM |
18 | help | 39 | help |
19 | Debug support for U300 in sysfs, procfs etc. | 40 | Debug support for U300 in sysfs, procfs etc. |
20 | 41 | ||
21 | config MACH_U300_SPIDUMMY | 42 | config MACH_U300_SPIDUMMY |
43 | depends on ARCH_U300 | ||
22 | bool "SSP/SPI dummy chip" | 44 | bool "SSP/SPI dummy chip" |
23 | select SPI | 45 | select SPI |
24 | select SPI_MASTER | 46 | select SPI_MASTER |
@@ -31,5 +53,3 @@ config MACH_U300_SPIDUMMY | |||
31 | SPI framework and ARM PL022 support. | 53 | SPI framework and ARM PL022 support. |
32 | 54 | ||
33 | endmenu | 55 | endmenu |
34 | |||
35 | endif | ||