Kconfig 994 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. config S3C2416_PM
  25. bool
  26. select S3C2412_PM_SLEEP
  27. help
  28. Internal config node to apply S3C2416 power management
  29. menu "S3C2416 Machines"
  30. config MACH_SMDK2416
  31. bool "SMDK2416"
  32. select CPU_S3C2416
  33. select MACH_SMDK
  34. select S3C_DEV_FB
  35. select S3C_DEV_HSMMC
  36. select S3C_DEV_HSMMC1
  37. select S3C_DEV_NAND
  38. select S3C_DEV_USB_HOST
  39. select S3C2416_PM if PM
  40. help
  41. Say Y here if you are using an SMDK2416
  42. endmenu