Kconfig 791 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # arch/arm/mach-s3c2416/Kconfig
  2. #
  3. # Copyright 2009 Yauhen Kharuzhy <jekhor@gmail.com>
  4. #
  5. # Licensed under GPLv2
  6. # note, this also supports the S3C2450 which is so similar it has the same
  7. # ID code as the S3C2416.
  8. config CPU_S3C2416
  9. bool
  10. depends on ARCH_S3C2410
  11. select CPU_ARM926T
  12. select S3C2416_DMA if S3C2410_DMA
  13. select CPU_LLSERIAL_S3C2440
  14. select S3C_GPIO_PULL_UPDOWN
  15. select SAMSUNG_CLKSRC
  16. select S3C2443_CLOCK
  17. help
  18. Support for the S3C2416 SoC from the S3C24XX line
  19. config S3C2416_DMA
  20. bool
  21. depends on CPU_S3C2416
  22. help
  23. Internal config node for S3C2416 DMA support
  24. menu "S3C2416 Machines"
  25. config MACH_SMDK2416
  26. bool "SMDK2416"
  27. select CPU_S3C2416
  28. select S3C_DEV_FB
  29. select S3C_DEV_HSMMC
  30. select S3C_DEV_HSMMC1
  31. help
  32. Say Y here if you are using an SMDK2416
  33. endmenu