Kconfig 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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_EXYNOS)
  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 PLAT_SAMSUNG
  19. select SAMSUNG_CLKSRC
  20. select SAMSUNG_IRQ_VIC_TIMER
  21. help
  22. Base platform code for Samsung's S5P series SoC.
  23. config S5P_EXT_INT
  24. bool
  25. help
  26. Use the external interrupts (other than GPIO interrupts.)
  27. Note: Do not choose this for S5P6440 and S5P6450.
  28. config S5P_GPIO_INT
  29. bool
  30. help
  31. Common code for the GPIO interrupts (other than external interrupts.)
  32. config S5P_HRT
  33. bool
  34. select SAMSUNG_DEV_PWM
  35. help
  36. Use the High Resolution timer support
  37. config S5P_PM
  38. bool
  39. help
  40. Common code for power management support on S5P and newer SoCs
  41. Note: Do not select this for S5P6440 and S5P6450.
  42. comment "System MMU"
  43. config S5P_SYSTEM_MMU
  44. bool "S5P SYSTEM MMU"
  45. depends on ARCH_EXYNOS4
  46. help
  47. Say Y here if you want to enable System MMU
  48. config S5P_SLEEP
  49. bool
  50. help
  51. Internal config node to apply common S5P sleep management code.
  52. Can be selected by S5P and newer SoCs with similar sleep procedure.
  53. config S5P_DEV_FIMC0
  54. bool
  55. help
  56. Compile in platform device definitions for FIMC controller 0
  57. config S5P_DEV_FIMC1
  58. bool
  59. help
  60. Compile in platform device definitions for FIMC controller 1
  61. config S5P_DEV_FIMC2
  62. bool
  63. help
  64. Compile in platform device definitions for FIMC controller 2
  65. config S5P_DEV_FIMC3
  66. bool
  67. help
  68. Compile in platform device definitions for FIMC controller 3
  69. config S5P_DEV_FIMD0
  70. bool
  71. help
  72. Compile in platform device definitions for FIMD controller 0
  73. config S5P_DEV_I2C_HDMIPHY
  74. bool
  75. help
  76. Compile in platform device definitions for I2C HDMIPHY controller
  77. config S5P_DEV_MFC
  78. bool
  79. help
  80. Compile in platform device definitions for MFC
  81. config S5P_DEV_ONENAND
  82. bool
  83. help
  84. Compile in platform device definition for OneNAND controller
  85. config S5P_DEV_CSIS0
  86. bool
  87. help
  88. Compile in platform device definitions for MIPI-CSIS channel 0
  89. config S5P_DEV_CSIS1
  90. bool
  91. help
  92. Compile in platform device definitions for MIPI-CSIS channel 1
  93. config S5P_DEV_TV
  94. bool
  95. help
  96. Compile in platform device definition for TV interface
  97. config S5P_DEV_USB_EHCI
  98. bool
  99. help
  100. Compile in platform device definition for USB EHCI
  101. config S5P_SETUP_MIPIPHY
  102. bool
  103. help
  104. Compile in common setup code for MIPI-CSIS and MIPI-DSIM devices