blob: c3c8bf54f0335d14b1b232c2e880f9dbaf80e0e9 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Rob Herring21278ae2014-06-10 09:06:10 -05002menuconfig ARCH_U300
Masahiro Yamadae3246542015-11-16 12:06:10 +09003 bool "ST-Ericsson U300 Series"
4 depends on ARCH_MULTI_V5 && MMU
Linus Walleije1b31442013-05-02 18:01:46 +02005 select ARM_AMBA
Linus Walleije1b31442013-05-02 18:01:46 +02006 select ARM_VIC
Daniel Lezcano85f98db2016-06-03 14:31:16 +02007 select U300_TIMER
Linus Walleije1b31442013-05-02 18:01:46 +02008 select CPU_ARM926T
Linus Walleij5c34a4e2016-06-02 14:10:16 +02009 select GPIOLIB
Linus Walleije1b31442013-05-02 18:01:46 +020010 select HAVE_TCM
Linus Walleij98da3522011-05-02 20:54:38 +020011 select PINCTRL
Linus Walleijca402d32011-11-16 09:22:59 +010012 select PINCTRL_COH901
Russell Kingb1b3f492012-10-06 17:12:25 +010013 select PINCTRL_U300
Linus Walleij7fca1f22013-06-13 21:21:31 +020014 select MFD_SYSCON
Linus Walleije1b31442013-05-02 18:01:46 +020015 help
16 Support for ST-Ericsson U300 series mobile platforms.
Linus Walleijbb3cee22009-04-23 10:22:13 +010017
Linus Walleijc8a5b7b2013-09-18 15:08:52 +020018if ARCH_U300
19
Linus Walleije1b31442013-05-02 18:01:46 +020020config MACH_U300
21 depends on ARCH_U300
22 bool "U300"
23 default y
24
Linus Walleijbb3cee22009-04-23 10:22:13 +010025config U300_DEBUG
Linus Walleije1b31442013-05-02 18:01:46 +020026 depends on ARCH_U300
Linus Walleijbb3cee22009-04-23 10:22:13 +010027 bool "Debug support for U300"
28 depends on PM
29 help
30 Debug support for U300 in sysfs, procfs etc.
31
Linus Walleijc8a5b7b2013-09-18 15:08:52 +020032endif