Kconfig 912 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Copyright 2009 Samsung Electronics Co.
  2. # Byungho Min <bhmin@samsung.com>
  3. #
  4. # Licensed under GPLv2
  5. config PLAT_S5PC1XX
  6. bool
  7. depends on ARCH_S5PC1XX
  8. default y
  9. select PLAT_S3C
  10. select ARM_VIC
  11. select NO_IOPORT
  12. select ARCH_REQUIRE_GPIOLIB
  13. select SAMSUNG_CLKSRC
  14. select SAMSUNG_IRQ_UART
  15. select SAMSUNG_IRQ_VIC_TIMER
  16. select S3C_GPIO_TRACK
  17. select S3C_GPIO_PULL_UPDOWN
  18. select S5P_GPIO_DRVSTR
  19. select S3C_GPIO_CFG_S3C24XX
  20. select S3C_GPIO_CFG_S3C64XX
  21. select SAMSUNG_GPIOLIB_4BIT
  22. help
  23. Base platform code for any Samsung S5PC1XX device
  24. if PLAT_S5PC1XX
  25. # Configuration options shared by all S3C64XX implementations
  26. config CPU_S5PC100_INIT
  27. bool
  28. help
  29. Common initialisation code for the S5PC1XX
  30. config CPU_S5PC100_CLOCK
  31. bool
  32. help
  33. Common clock support code for the S5PC1XX
  34. # platform specific device setup
  35. config S5PC1XX_SETUP_SDHCI_GPIO
  36. bool
  37. help
  38. Common setup code for SDHCI gpio.
  39. endif