Kconfig 544 B

123456789101112131415161718192021222324252627282930
  1. # Copyright 2007 Simtec Electronics
  2. #
  3. # Licensed under GPLv2
  4. config CPU_S3C2443
  5. bool
  6. depends on ARCH_S3C2410
  7. select S3C2443_DMA if S3C2410_DMA
  8. select CPU_LLSERIAL_S3C2440
  9. select SAMSUNG_CLKSRC
  10. help
  11. Support for the S3C2443 SoC from the S3C24XX line
  12. config S3C2443_DMA
  13. bool
  14. depends on CPU_S3C2443
  15. help
  16. Internal config node for S3C2443 DMA support
  17. menu "S3C2443 Machines"
  18. config MACH_SMDK2443
  19. bool "SMDK2443"
  20. select CPU_S3C2443
  21. select MACH_SMDK
  22. select S3C_DEV_HSMMC
  23. help
  24. Say Y here if you are using an SMDK2443
  25. endmenu