Kconfig 587 B

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