Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame] | 2 | menuconfig ARCH_U300 |
Masahiro Yamada | e324654 | 2015-11-16 12:06:10 +0900 | [diff] [blame] | 3 | bool "ST-Ericsson U300 Series" |
4 | depends on ARCH_MULTI_V5 && MMU | ||||
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 5 | select ARM_AMBA |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 6 | select ARM_VIC |
Daniel Lezcano | 85f98db | 2016-06-03 14:31:16 +0200 | [diff] [blame] | 7 | select U300_TIMER |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 8 | select CPU_ARM926T |
Linus Walleij | 5c34a4e | 2016-06-02 14:10:16 +0200 | [diff] [blame] | 9 | select GPIOLIB |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 10 | select HAVE_TCM |
Linus Walleij | 98da352 | 2011-05-02 20:54:38 +0200 | [diff] [blame] | 11 | select PINCTRL |
Linus Walleij | ca402d3 | 2011-11-16 09:22:59 +0100 | [diff] [blame] | 12 | select PINCTRL_COH901 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 13 | select PINCTRL_U300 |
Linus Walleij | 7fca1f2 | 2013-06-13 21:21:31 +0200 | [diff] [blame] | 14 | select MFD_SYSCON |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 15 | help |
16 | Support for ST-Ericsson U300 series mobile platforms. | ||||
Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 17 | |
Linus Walleij | c8a5b7b | 2013-09-18 15:08:52 +0200 | [diff] [blame] | 18 | if ARCH_U300 |
19 | |||||
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 20 | config MACH_U300 |
21 | depends on ARCH_U300 | ||||
22 | bool "U300" | ||||
23 | default y | ||||
24 | |||||
Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 25 | config U300_DEBUG |
Linus Walleij | e1b3144 | 2013-05-02 18:01:46 +0200 | [diff] [blame] | 26 | depends on ARCH_U300 |
Linus Walleij | bb3cee2 | 2009-04-23 10:22:13 +0100 | [diff] [blame] | 27 | bool "Debug support for U300" |
28 | depends on PM | ||||
29 | help | ||||
30 | Debug support for U300 in sysfs, procfs etc. | ||||
31 | |||||
Linus Walleij | c8a5b7b | 2013-09-18 15:08:52 +0200 | [diff] [blame] | 32 | endif |