Kconfig 749 B

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