Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / arm / mach-s5pv210 / Kconfig
blobd644b45bc29d05a1800f991921dc676ed7dfff4f
1 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 #               http://www.samsung.com/
6 # Configuration options for the S5PV210/S5PC110
8 config 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
23 if ARCH_S5PV210
25 config CPU_S5PV210
26         def_bool y
27         select ARM_AMBA
28         select PL330_DMA if DMADEVICES
29         help
30           Enable S5PV210 CPU support
32 endif