Kconfig 859 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # arch/arm/plat-s3c64xx/Kconfig
  2. #
  3. # Copyright 2008 Openmoko, Inc.
  4. # Copyright 2008 Simtec Electronics
  5. # Ben Dooks <ben@simtec.co.uk>
  6. #
  7. # Licensed under GPLv2
  8. config PLAT_S3C64XX
  9. bool
  10. depends on ARCH_S3C64XX
  11. select PLAT_S3C
  12. select ARM_VIC
  13. default y
  14. select NO_IOPORT
  15. select ARCH_REQUIRE_GPIOLIB
  16. select S3C_GPIO_TRACK
  17. select S3C_GPIO_PULL_UPDOWN
  18. select S3C_GPIO_CFG_S3C24XX
  19. select S3C_GPIO_CFG_S3C64XX
  20. help
  21. Base platform code for any Samsung S3C64XX device
  22. if PLAT_S3C64XX
  23. # Configuration options shared by all S3C64XX implementations
  24. config CPU_S3C6400_INIT
  25. bool
  26. help
  27. Common initialisation code for the S3C6400 that is shared
  28. by other CPUs in the series, such as the S3C6410.
  29. config CPU_S3C6400_CLOCK
  30. bool
  31. help
  32. Common clock support code for the S3C6400 that is shared
  33. by other CPUs in the series, such as the S3C6410.
  34. endif