1# SPDX-License-Identifier: GPL-2.0 2# 3# Copyright (c) 2010 Samsung Electronics Co., Ltd. 4# http://www.samsung.com/ 5 6# Configuration options for the S5PV210/S5PC110 7 8config ARCH_S5PV210 9 bool "Samsung S5PV210/S5PC110" 10 depends on ARCH_MULTI_V7 11 select ARM_VIC 12 select CLKSRC_SAMSUNG_PWM 13 select COMMON_CLK_SAMSUNG 14 select GPIOLIB 15 select HAVE_S3C2410_I2C if I2C 16 select HAVE_S3C_RTC if RTC_CLASS 17 select PINCTRL 18 select PINCTRL_EXYNOS 19 select SOC_SAMSUNG 20 help 21 Samsung S5PV210/S5PC110 series based systems 22 23if ARCH_S5PV210 24 25config CPU_S5PV210 26 def_bool y 27 select ARM_AMBA 28 select PL330_DMA if DMADEVICES 29 help 30 Enable S5PV210 CPU support 31 32endif 33