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 10config 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 25 26if ARCH_S5PV210 27 28config CPU_S5PV210 29 def_bool y 30 select ARM_AMBA 31 select PL330_DMA if DMADEVICES 32 help 33 Enable S5PV210 CPU support 34 35endif 36