Merge branch 'akpm' (patches from Andrew)
[linux-block.git] / arch / arm / mach-s5pv210 / Kconfig
CommitLineData
049633fc 1# SPDX-License-Identifier: GPL-2.0
939d28aa
KK
2#
3# Copyright (c) 2010 Samsung Electronics Co., Ltd.
4# http://www.samsung.com/
939d28aa
KK
5
6# Configuration options for the S5PV210/S5PC110
7
aa42587a 8config ARCH_S5PV210
e3246542
MY
9 bool "Samsung S5PV210/S5PC110"
10 depends on ARCH_MULTI_V7
aa42587a
TF
11 select ARM_VIC
12 select CLKSRC_SAMSUNG_PWM
13 select COMMON_CLK_SAMSUNG
5c34a4e8 14 select GPIOLIB
aa42587a
TF
15 select PINCTRL
16 select PINCTRL_EXYNOS
17132da7 17 select SOC_SAMSUNG
aa42587a
TF
18 help
19 Samsung S5PV210/S5PC110 series based systems
20
939d28aa
KK
21if ARCH_S5PV210
22
23config CPU_S5PV210
aa42587a 24 def_bool y
27873b05
AB
25 select ARM_AMBA
26 select PL330_DMA if DMADEVICES
939d28aa
KK
27 help
28 Enable S5PV210 CPU support
29
939d28aa 30endif