Kconfig 772 B

12345678910111213141516171819202122232425262728293031323334353637
  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. help
  18. Base platform code for any Samsung S3C64XX device
  19. if PLAT_S3C64XX
  20. # Configuration options shared by all S3C64XX implementations
  21. config CPU_S3C6400_INIT
  22. bool
  23. help
  24. Common initialisation code for the S3C6400 that is shared
  25. by other CPUs in the series, such as the S3C6410.
  26. config CPU_S3C6400_CLOCK
  27. bool
  28. help
  29. Common clock support code for the S3C6400 that is shared
  30. by other CPUs in the series, such as the S3C6410.
  31. endif