Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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 SAMSUNG_CLKSRC
  15. select S3C2443_CLOCK
  16. help
  17. Support for the S3C2416 SoC from the S3C24XX line
  18. config S3C2416_DMA
  19. bool
  20. depends on CPU_S3C2416
  21. help
  22. Internal config node for S3C2416 DMA support
  23. config S3C2416_PM
  24. bool
  25. select S3C2412_PM_SLEEP
  26. help
  27. Internal config node to apply S3C2416 power management
  28. config S3C2416_SETUP_SDHCI
  29. bool
  30. select S3C2416_SETUP_SDHCI_GPIO
  31. help
  32. Internal helper functions for S3C2416 based SDHCI systems
  33. config S3C2416_SETUP_SDHCI_GPIO
  34. bool
  35. help
  36. Common setup code for SDHCI gpio.
  37. menu "S3C2416 Machines"
  38. config MACH_SMDK2416
  39. bool "SMDK2416"
  40. select CPU_S3C2416
  41. select MACH_SMDK
  42. select S3C_DEV_FB
  43. select S3C_DEV_HSMMC
  44. select S3C_DEV_HSMMC1
  45. select S3C_DEV_NAND
  46. select S3C_DEV_USB_HOST
  47. select S3C2416_SETUP_SDHCI
  48. select S3C2416_PM if PM
  49. help
  50. Say Y here if you are using an SMDK2416
  51. endmenu