162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_cimenuconfig ARCH_NOMADIK
362306a36Sopenharmony_ci	bool "ST-Ericsson Nomadik"
462306a36Sopenharmony_ci	depends on ARCH_MULTI_V5
562306a36Sopenharmony_ci	depends on CPU_LITTLE_ENDIAN
662306a36Sopenharmony_ci	select ARM_AMBA
762306a36Sopenharmony_ci	select ARM_VIC
862306a36Sopenharmony_ci	select CLKSRC_NOMADIK_MTU
962306a36Sopenharmony_ci	select CPU_ARM926T
1062306a36Sopenharmony_ci	select GPIOLIB
1162306a36Sopenharmony_ci	select MFD_SYSCON
1262306a36Sopenharmony_ci	select MIGHT_HAVE_CACHE_L2X0
1362306a36Sopenharmony_ci	select PINCTRL
1462306a36Sopenharmony_ci	select PINCTRL_NOMADIK
1562306a36Sopenharmony_ci	select PINCTRL_STN8815
1662306a36Sopenharmony_ci	help
1762306a36Sopenharmony_ci	  Support for the Nomadik platform by ST-Ericsson
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ciif ARCH_NOMADIK
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ciconfig MACH_NOMADIK_8815NHK
2262306a36Sopenharmony_ci	bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
2362306a36Sopenharmony_ci	select NOMADIK_8815
2462306a36Sopenharmony_ci	select I2C
2562306a36Sopenharmony_ci	select I2C_ALGOBIT
2662306a36Sopenharmony_ci	select I2C_NOMADIK
2762306a36Sopenharmony_ci
2862306a36Sopenharmony_ciendif
2962306a36Sopenharmony_ci
3062306a36Sopenharmony_ciconfig NOMADIK_8815
3162306a36Sopenharmony_ci	depends on ARCH_NOMADIK
3262306a36Sopenharmony_ci	bool
33