Kconfig 521 B

1234567891011121314151617181920212223242526272829
  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. help
  10. Support for the S3C2443 SoC from the S3C24XX line
  11. config S3C2443_DMA
  12. bool
  13. depends on CPU_S3C2443
  14. help
  15. Internal config node for S3C2443 DMA support
  16. menu "S3C2443 Machines"
  17. config MACH_SMDK2443
  18. bool "SMDK2443"
  19. select CPU_S3C2443
  20. select MACH_SMDK
  21. select S3C_DEV_HSMMC
  22. help
  23. Say Y here if you are using an SMDK2443
  24. endmenu