Kconfig 573 B

12345678910111213141516171819202122232425262728293031
  1. # arch/arm/mach-s3c2416/Kconfig
  2. #
  3. # Copyright 2009 Yauhen Kharuzhy <jekhor@gmail.com>
  4. #
  5. # Licensed under GPLv2
  6. config CPU_S3C2416
  7. bool
  8. depends on ARCH_S3C2410
  9. select CPU_ARM926T
  10. select S3C2416_DMA if S3C2410_DMA
  11. select CPU_LLSERIAL_S3C2440
  12. help
  13. Support for the S3C2416 SoC from the S3C24XX line
  14. config S3C2416_DMA
  15. bool
  16. depends on CPU_S3C2416
  17. help
  18. Internal config node for S3C2416 DMA support
  19. menu "S3C2416 Machines"
  20. config MACH_SMDK2416
  21. bool "SMDK2416"
  22. select CPU_S3C2416
  23. select S3C_DEV_HSMMC
  24. help
  25. Say Y here if you are using an SMDK2416
  26. endmenu