Kconfig 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # arch/arm/plat-s5p/Kconfig
  2. #
  3. # Copyright (c) 2009 Samsung Electronics Co., Ltd.
  4. # http://www.samsung.com/
  5. #
  6. # Licensed under GPLv2
  7. config PLAT_S5P
  8. bool
  9. depends on (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS4)
  10. default y
  11. select ARM_VIC if !ARCH_EXYNOS4
  12. select ARM_GIC if ARCH_EXYNOS4
  13. select NO_IOPORT
  14. select ARCH_REQUIRE_GPIOLIB
  15. select S3C_GPIO_TRACK
  16. select S5P_GPIO_DRVSTR
  17. select SAMSUNG_GPIOLIB_4BIT
  18. select S3C_GPIO_CFG_S3C64XX
  19. select S3C_GPIO_PULL_UPDOWN
  20. select S3C_GPIO_CFG_S3C24XX
  21. select PLAT_SAMSUNG
  22. select SAMSUNG_CLKSRC
  23. select SAMSUNG_IRQ_VIC_TIMER
  24. select SAMSUNG_IRQ_UART
  25. help
  26. Base platform code for Samsung's S5P series SoC.
  27. config S5P_EXT_INT
  28. bool
  29. help
  30. Use the external interrupts (other than GPIO interrupts.)
  31. Note: Do not choose this for S5P6440 and S5P6450.
  32. config S5P_GPIO_INT
  33. bool
  34. help
  35. Common code for the GPIO interrupts (other than external interrupts.)
  36. config S5P_HRT
  37. bool
  38. select SAMSUNG_DEV_PWM
  39. help
  40. Use the High Resolution timer support
  41. comment "System MMU"
  42. config S5P_SYSTEM_MMU
  43. bool "S5P SYSTEM MMU"
  44. depends on ARCH_EXYNOS4
  45. help
  46. Say Y here if you want to enable System MMU
  47. config S5P_DEV_FIMC0
  48. bool
  49. help
  50. Compile in platform device definitions for FIMC controller 0
  51. config S5P_DEV_FIMC1
  52. bool
  53. help
  54. Compile in platform device definitions for FIMC controller 1
  55. config S5P_DEV_FIMC2
  56. bool
  57. help
  58. Compile in platform device definitions for FIMC controller 2
  59. config S5P_DEV_FIMC3
  60. bool
  61. help
  62. Compile in platform device definitions for FIMC controller 3
  63. config S5P_DEV_FIMD0
  64. bool
  65. help
  66. Compile in platform device definitions for FIMD controller 0
  67. config S5P_DEV_MFC
  68. bool
  69. help
  70. Compile in platform device definitions for MFC
  71. config S5P_DEV_ONENAND
  72. bool
  73. help
  74. Compile in platform device definition for OneNAND controller
  75. config S5P_DEV_CSIS0
  76. bool
  77. help
  78. Compile in platform device definitions for MIPI-CSIS channel 0
  79. config S5P_DEV_CSIS1
  80. bool
  81. help
  82. Compile in platform device definitions for MIPI-CSIS channel 1
  83. config S5P_DEV_USB_EHCI
  84. bool
  85. help
  86. Compile in platform device definition for USB EHCI
  87. config S5P_SETUP_MIPIPHY
  88. bool
  89. help
  90. Compile in common setup code for MIPI-CSIS and MIPI-DSIM devices