xref: /openbmc/linux/arch/arm/mach-s5pv210/Kconfig (revision d96890fc)
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 PINCTRL
17	select PINCTRL_EXYNOS
18	select SOC_SAMSUNG
19	help
20	  Samsung S5PV210/S5PC110 series based systems
21
22if ARCH_S5PV210
23
24config CPU_S5PV210
25	def_bool y
26	select ARM_AMBA
27	select PL330_DMA if DMADEVICES
28	help
29	  Enable S5PV210 CPU support
30
31endif
32