Kconfig 300 B

123456789101112131415161718
  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_PM if PM
  10. select S3C2443_DMA if S3C2410_DMA
  11. help
  12. Support for the S3C2443 SoC from the S3C24XX line
  13. menu "S3C2443 Machines"
  14. endmenu