Kconfig 617 B

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