Orangefs: merge to v4.5
[deliverable/linux.git] / arch / arm / mach-s5pv210 / Kconfig
CommitLineData
939d28aa
KK
1# arch/arm/mach-s5pv210/Kconfig
2#
3# Copyright (c) 2010 Samsung Electronics Co., Ltd.
4# http://www.samsung.com/
5#
6# Licensed under GPLv2
7
8# Configuration options for the S5PV210/S5PC110
9
aa42587a 10config ARCH_S5PV210
e3246542
MY
11 bool "Samsung S5PV210/S5PC110"
12 depends on ARCH_MULTI_V7
aa42587a
TF
13 select ARCH_HAS_HOLES_MEMORYMODEL
14 select ARCH_REQUIRE_GPIOLIB
15 select ARM_VIC
16 select CLKSRC_SAMSUNG_PWM
17 select COMMON_CLK_SAMSUNG
18 select HAVE_S3C2410_I2C if I2C
19 select HAVE_S3C2410_WATCHDOG if WATCHDOG
20 select HAVE_S3C_RTC if RTC_CLASS
21 select PINCTRL
22 select PINCTRL_EXYNOS
23 help
24 Samsung S5PV210/S5PC110 series based systems
25
939d28aa
KK
26if ARCH_S5PV210
27
28config CPU_S5PV210
aa42587a 29 def_bool y
27873b05
AB
30 select ARM_AMBA
31 select PL330_DMA if DMADEVICES
939d28aa
KK
32 help
33 Enable S5PV210 CPU support
34
939d28aa 35endif
This page took 0.265866 seconds and 5 git commands to generate.