Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame] | 2 | menuconfig ARCH_NOMADIK |
Linus Walleij | 1187ed8 | 2013-02-27 23:32:41 +0100 | [diff] [blame] | 3 | bool "ST-Ericsson Nomadik" |
4 | depends on ARCH_MULTI_V5 | ||||
Linus Walleij | 1187ed8 | 2013-02-27 23:32:41 +0100 | [diff] [blame] | 5 | select ARM_AMBA |
6 | select ARM_VIC | ||||
7 | select CLKSRC_NOMADIK_MTU | ||||
Linus Walleij | ea7113f | 2013-04-20 16:09:17 +0200 | [diff] [blame] | 8 | select CLKSRC_NOMADIK_MTU_SCHED_CLOCK |
Linus Walleij | 1187ed8 | 2013-02-27 23:32:41 +0100 | [diff] [blame] | 9 | select CPU_ARM926T |
Linus Walleij | 5c34a4e | 2016-06-02 14:10:16 +0200 | [diff] [blame] | 10 | select GPIOLIB |
Linus Walleij | 6f10194 | 2016-01-10 22:34:07 +0100 | [diff] [blame] | 11 | select MFD_SYSCON |
Linus Walleij | 1187ed8 | 2013-02-27 23:32:41 +0100 | [diff] [blame] | 12 | select MIGHT_HAVE_CACHE_L2X0 |
13 | select PINCTRL | ||||
14 | select PINCTRL_NOMADIK | ||||
15 | select PINCTRL_STN8815 | ||||
Linus Walleij | 1187ed8 | 2013-02-27 23:32:41 +0100 | [diff] [blame] | 16 | help |
17 | Support for the Nomadik platform by ST-Ericsson | ||||
Alessandro Rubini | 28ad94e | 2009-07-02 19:06:47 +0100 | [diff] [blame] | 18 | |
Arnd Bergmann | ae55afce | 2013-03-19 22:01:25 +0100 | [diff] [blame] | 19 | if ARCH_NOMADIK |
Alessandro Rubini | 28ad94e | 2009-07-02 19:06:47 +0100 | [diff] [blame] | 20 | |
21 | config MACH_NOMADIK_8815NHK | ||||
22 | bool "ST 8815 Nomadik Hardware Kit (evaluation board)" | ||||
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 23 | select NOMADIK_8815 |
Linus Walleij | 5f66d48 | 2013-01-06 02:25:20 +0100 | [diff] [blame] | 24 | select I2C |
25 | select I2C_ALGOBIT | ||||
Linus Walleij | 66e0c12 | 2013-06-10 00:17:56 +0200 | [diff] [blame] | 26 | select I2C_NOMADIK |
Alessandro Rubini | 28ad94e | 2009-07-02 19:06:47 +0100 | [diff] [blame] | 27 | |
Arnd Bergmann | ae55afce | 2013-03-19 22:01:25 +0100 | [diff] [blame] | 28 | endif |
Alessandro Rubini | 28ad94e | 2009-07-02 19:06:47 +0100 | [diff] [blame] | 29 | |
30 | config NOMADIK_8815 | ||||
Linus Walleij | 1187ed8 | 2013-02-27 23:32:41 +0100 | [diff] [blame] | 31 | depends on ARCH_NOMADIK |
Alessandro Rubini | 28ad94e | 2009-07-02 19:06:47 +0100 | [diff] [blame] | 32 | bool |