GNU Linux-libre 6.1.90-gnu
[releases.git] / arch / arm / mach-s5pv210 / Kconfig
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
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
20
21 if ARCH_S5PV210
22
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
29
30 endif