linux/arch/arm/mach-s5pv210/Kconfig
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0
   2#
   3# Copyright (c) 2010 Samsung Electronics Co., Ltd.
   4#               http://www.samsung.com/
   5
   6# Configuration options for the S5PV210/S5PC110
   7
   8config ARCH_S5PV210
   9        bool "Samsung S5PV210/S5PC110"
  10        depends on ARCH_MULTI_V7
  11        select ARCH_HAS_HOLES_MEMORYMODEL
  12        select ARM_VIC
  13        select CLKSRC_SAMSUNG_PWM
  14        select COMMON_CLK_SAMSUNG
  15        select GPIOLIB
  16        select HAVE_S3C2410_I2C if I2C
  17        select HAVE_S3C2410_WATCHDOG if WATCHDOG
  18        select HAVE_S3C_RTC if RTC_CLASS
  19        select PINCTRL
  20        select PINCTRL_EXYNOS
  21        help
  22          Samsung S5PV210/S5PC110 series based systems
  23
  24if ARCH_S5PV210
  25
  26config CPU_S5PV210
  27        def_bool y
  28        select ARM_AMBA
  29        select PL330_DMA if DMADEVICES
  30        help
  31          Enable S5PV210 CPU support
  32
  33endif
  34