Kconfig 555 B

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