Kconfig 728 B

123456789101112131415161718192021222324252627282930313233343536
  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. # Configuration options for the S5PV210/S5PC110
  8. config 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. if ARCH_S5PV210
  24. config CPU_S5PV210
  25. def_bool y
  26. select ARM_AMBA
  27. select PL330_DMA if DMADEVICES
  28. help
  29. Enable S5PV210 CPU support
  30. endif