Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kconfig « mach-nomadik « arm « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab52b1abc45363e820c5f39824d95d14f805f629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_NOMADIK
	bool "ST-Ericsson Nomadik"
	depends on ARCH_MULTI_V5
	select ARM_AMBA
	select ARM_VIC
	select CLKSRC_NOMADIK_MTU
	select CPU_ARM926T
	select GPIOLIB
	select MFD_SYSCON
	select MIGHT_HAVE_CACHE_L2X0
	select PINCTRL
	select PINCTRL_NOMADIK
	select PINCTRL_STN8815
	help
	  Support for the Nomadik platform by ST-Ericsson

if ARCH_NOMADIK

config MACH_NOMADIK_8815NHK
	bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
	select NOMADIK_8815
	select I2C
	select I2C_ALGOBIT
	select I2C_NOMADIK

endif

config NOMADIK_8815
	depends on ARCH_NOMADIK
	bool