Kconfig 706 B

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