Kconfig 2.4 KB

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