Kconfig 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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_S5P6442 || 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. help
  39. Use the High Resolution timer support
  40. comment "System MMU"
  41. config S5P_SYSTEM_MMU
  42. bool "S5P SYSTEM MMU"
  43. depends on ARCH_EXYNOS4
  44. help
  45. Say Y here if you want to enable System MMU
  46. config S5P_DEV_FIMC0
  47. bool
  48. help
  49. Compile in platform device definitions for FIMC controller 0
  50. config S5P_DEV_FIMC1
  51. bool
  52. help
  53. Compile in platform device definitions for FIMC controller 1
  54. config S5P_DEV_FIMC2
  55. bool
  56. help
  57. Compile in platform device definitions for FIMC controller 2
  58. config S5P_DEV_FIMC3
  59. bool
  60. help
  61. Compile in platform device definitions for FIMC controller 3
  62. config S5P_DEV_ONENAND
  63. bool
  64. help
  65. Compile in platform device definition for OneNAND controller
  66. config S5P_DEV_CSIS0
  67. bool
  68. help
  69. Compile in platform device definitions for MIPI-CSIS channel 0
  70. config S5P_DEV_CSIS1
  71. bool
  72. help
  73. Compile in platform device definitions for MIPI-CSIS channel 1
  74. config S5P_SETUP_MIPIPHY
  75. bool
  76. help
  77. Compile in common setup code for MIPI-CSIS and MIPI-DSIM devices