Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arm / mach-s5pv210 / Kconfig
blob055de578b57fad3cb6298f7093ab7e122f84ccf3
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 PINCTRL
16         select PINCTRL_EXYNOS
17         select SOC_SAMSUNG
18         help
19           Samsung S5PV210/S5PC110 series based systems
21 if ARCH_S5PV210
23 config CPU_S5PV210
24         def_bool y
25         select ARM_AMBA
26         select PL330_DMA if DMADEVICES
27         help
28           Enable S5PV210 CPU support
30 endif