Kconfig 431 B

1234567891011121314151617181920212223
  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. default y
  13. select NO_IOPORT
  14. select ARCH_REQUIRE_GPIOLIB
  15. help
  16. Base platform code for any Samsung S3C64XX device
  17. if PLAT_S3C64XX
  18. # Configuration options shared by all S3C64XX implementations
  19. endif