aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r--arch/arm/mach-u300/Kconfig31
1 files changed, 25 insertions, 6 deletions
diff --git a/arch/arm/mach-u300/Kconfig b/arch/arm/mach-u300/Kconfig
index 1f597647d431..e2f350f2c32b 100644
--- a/arch/arm/mach-u300/Kconfig
+++ b/arch/arm/mach-u300/Kconfig
@@ -1,24 +1,45 @@
1if ARCH_U300
2
3menu "ST-Ericsson AB U300/U335 Platform" 1menu "ST-Ericsson AB U300/U335 Platform"
4 2
5comment "ST-Ericsson Mobile Platform Products" 3comment "ST-Ericsson Mobile Platform Products"
6 4
7config MACH_U300 5config ARCH_U300
8 bool "U300" 6 bool "ST-Ericsson U300 Series"
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 USE_OF
24 help
25 Support for ST-Ericsson U300 series mobile platforms.
12 26
13comment "ST-Ericsson U300/U335 Feature Selections" 27comment "ST-Ericsson U300/U335 Feature Selections"
14 28
29config MACH_U300
30 depends on ARCH_U300
31 bool "U300"
32 default y
33
15config U300_DEBUG 34config U300_DEBUG
35 depends on ARCH_U300
16 bool "Debug support for U300" 36 bool "Debug support for U300"
17 depends on PM 37 depends on PM
18 help 38 help
19 Debug support for U300 in sysfs, procfs etc. 39 Debug support for U300 in sysfs, procfs etc.
20 40
21config MACH_U300_SPIDUMMY 41config MACH_U300_SPIDUMMY
42 depends on ARCH_U300
22 bool "SSP/SPI dummy chip" 43 bool "SSP/SPI dummy chip"
23 select SPI 44 select SPI
24 select SPI_MASTER 45 select SPI_MASTER
@@ -31,5 +52,3 @@ config MACH_U300_SPIDUMMY
31 SPI framework and ARM PL022 support. 52 SPI framework and ARM PL022 support.
32 53
33endmenu 54endmenu
34
35endif