Kconfig 822 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # arch/arm/plat-s5p/Kconfig
  2. #
  3. # Copyright (c) 2009 Samsung Electronics Co., Ltd.
  4. # http://www.samsung.com/
  5. #
  6. # Licensed under GPLv2
  7. config PLAT_S5P
  8. bool
  9. depends on ARCH_S5P6440
  10. default y
  11. select PLAT_S3C
  12. select ARM_VIC
  13. select NO_IOPORT
  14. select ARCH_REQUIRE_GPIOLIB
  15. select S3C_GPIO_TRACK
  16. select SAMSUNG_GPIOLIB_4BIT
  17. select S3C_GPIO_CFG_S3C64XX
  18. select S3C_GPIO_PULL_UPDOWN
  19. select S3C_GPIO_CFG_S3C24XX
  20. select PLAT_SAMSUNG
  21. select SAMSUNG_CLKSRC
  22. select SAMSUNG_IRQ_VIC_TIMER
  23. select SAMSUNG_IRQ_UART
  24. help
  25. Base platform code for Samsung's S5P series SoC.
  26. if (PLAT_S5P && ARCH_S5P6440)
  27. # Configuration options shared by all S5P64XX implementations
  28. config CPU_S5P6440_INIT
  29. bool
  30. help
  31. Initialisation code for the S5P6440.
  32. config CPU_S5P6440_CLOCK
  33. bool
  34. help
  35. Clock support code for the S5P6440.
  36. endif