x86: Make the vdso2c compiler use the host architecture headers
[linux/fpc-iii.git] / arch / arm / mach-s5pv210 / Kconfig
blob13bc9820ff226cd89d5ff6c75b72220ea6c74adc
1 # arch/arm/mach-s5pv210/Kconfig
3 # Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 #               http://www.samsung.com/
6 # Licensed under GPLv2
8 # Configuration options for the S5PV210/S5PC110
10 config ARCH_S5PV210
11         bool "Samsung S5PV210/S5PC110"
12         depends on ARCH_MULTI_V7
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
26 if ARCH_S5PV210
28 config CPU_S5PV210
29         def_bool y
30         select ARM_AMBA
31         select PL330_DMA if DMADEVICES
32         help
33           Enable S5PV210 CPU support
35 endif