rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 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 | |
| 10 | config ARCH_S5PV210 |
| 11 | bool "Samsung S5PV210/S5PC110" |
| 12 | depends on ARCH_MULTI_V7 |
| 13 | select ARCH_HAS_HOLES_MEMORYMODEL |
| 14 | select ARM_VIC |
| 15 | select CLKSRC_SAMSUNG_PWM |
| 16 | select COMMON_CLK_SAMSUNG |
| 17 | select GPIOLIB |
| 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 | |
| 26 | if ARCH_S5PV210 |
| 27 | |
| 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 |
| 34 | |
| 35 | endif |