Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. config S3C2416_SETUP_SDHCI
  30. bool
  31. select S3C2416_SETUP_SDHCI_GPIO
  32. help
  33. Internal helper functions for S3C2416 based SDHCI systems
  34. config S3C2416_SETUP_SDHCI_GPIO
  35. bool
  36. help
  37. Common setup code for SDHCI gpio.
  38. menu "S3C2416 Machines"
  39. config MACH_SMDK2416
  40. bool "SMDK2416"
  41. select CPU_S3C2416
  42. select MACH_SMDK
  43. select S3C_DEV_FB
  44. select S3C_DEV_HSMMC
  45. select S3C_DEV_HSMMC1
  46. select S3C_DEV_NAND
  47. select S3C_DEV_USB_HOST
  48. select S3C2416_SETUP_SDHCI
  49. select S3C2416_PM if PM
  50. help
  51. Say Y here if you are using an SMDK2416
  52. endmenu