Kconfig 583 B

123456789101112131415161718192021222324252627282930
  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 ARM_VIC
  10. select CLKSRC_SAMSUNG_PWM
  11. select COMMON_CLK_SAMSUNG
  12. select GPIOLIB
  13. select PINCTRL
  14. select PINCTRL_EXYNOS
  15. select SOC_SAMSUNG
  16. help
  17. Samsung S5PV210/S5PC110 series based systems
  18. if ARCH_S5PV210
  19. config CPU_S5PV210
  20. def_bool y
  21. select ARM_AMBA
  22. select PL330_DMA if DMADEVICES
  23. help
  24. Enable S5PV210 CPU support
  25. endif