Kconfig 504 B

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