Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. # arch/arm/mach-exynos4/Kconfig
  2. #
  3. # Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
  4. # http://www.samsung.com/
  5. #
  6. # Licensed under GPLv2
  7. # Configuration options for the EXYNOS4
  8. if ARCH_EXYNOS4
  9. config CPU_EXYNOS4210
  10. bool
  11. select S3C_PL330_DMA
  12. help
  13. Enable EXYNOS4210 CPU support
  14. config EXYNOS4_MCT
  15. bool "Kernel timer support by MCT"
  16. help
  17. Use MCT (Multi Core Timer) as kernel timers
  18. config EXYNOS4_DEV_AHCI
  19. bool
  20. help
  21. Compile in platform device definitions for AHCI
  22. config EXYNOS4_DEV_PD
  23. bool
  24. help
  25. Compile in platform device definitions for Power Domain
  26. config EXYNOS4_DEV_SYSMMU
  27. bool
  28. help
  29. Common setup code for SYSTEM MMU in EXYNOS4
  30. config EXYNOS4_SETUP_I2C1
  31. bool
  32. help
  33. Common setup code for i2c bus 1.
  34. config EXYNOS4_SETUP_I2C2
  35. bool
  36. help
  37. Common setup code for i2c bus 2.
  38. config EXYNOS4_SETUP_I2C3
  39. bool
  40. help
  41. Common setup code for i2c bus 3.
  42. config EXYNOS4_SETUP_I2C4
  43. bool
  44. help
  45. Common setup code for i2c bus 4.
  46. config EXYNOS4_SETUP_I2C5
  47. bool
  48. help
  49. Common setup code for i2c bus 5.
  50. config EXYNOS4_SETUP_I2C6
  51. bool
  52. help
  53. Common setup code for i2c bus 6.
  54. config EXYNOS4_SETUP_I2C7
  55. bool
  56. help
  57. Common setup code for i2c bus 7.
  58. config EXYNOS4_SETUP_KEYPAD
  59. bool
  60. help
  61. Common setup code for keypad.
  62. config EXYNOS4_SETUP_SDHCI
  63. bool
  64. select EXYNOS4_SETUP_SDHCI_GPIO
  65. help
  66. Internal helper functions for EXYNOS4 based SDHCI systems.
  67. config EXYNOS4_SETUP_SDHCI_GPIO
  68. bool
  69. help
  70. Common setup code for SDHCI gpio.
  71. config EXYNOS4_SETUP_FIMC
  72. bool
  73. help
  74. Common setup code for the camera interfaces.
  75. config EXYNOS4_SETUP_USB_PHY
  76. bool
  77. help
  78. Common setup code for USB PHY controller
  79. # machine support
  80. menu "EXYNOS4 Machines"
  81. config MACH_SMDKC210
  82. bool "SMDKC210"
  83. select CPU_EXYNOS4210
  84. select S3C_DEV_RTC
  85. select S3C_DEV_WDT
  86. select S3C_DEV_I2C1
  87. select S3C_DEV_HSMMC
  88. select S3C_DEV_HSMMC1
  89. select S3C_DEV_HSMMC2
  90. select S3C_DEV_HSMMC3
  91. select SAMSUNG_DEV_PWM
  92. select SAMSUNG_DEV_BACKLIGHT
  93. select EXYNOS4_DEV_PD
  94. select EXYNOS4_DEV_SYSMMU
  95. select EXYNOS4_SETUP_I2C1
  96. select EXYNOS4_SETUP_SDHCI
  97. help
  98. Machine support for Samsung SMDKC210
  99. config MACH_SMDKV310
  100. bool "SMDKV310"
  101. select CPU_EXYNOS4210
  102. select S3C_DEV_RTC
  103. select S3C_DEV_WDT
  104. select S3C_DEV_I2C1
  105. select S3C_DEV_HSMMC
  106. select S3C_DEV_HSMMC1
  107. select S3C_DEV_HSMMC2
  108. select S3C_DEV_HSMMC3
  109. select SAMSUNG_DEV_BACKLIGHT
  110. select SAMSUNG_DEV_KEYPAD
  111. select EXYNOS4_DEV_PD
  112. select SAMSUNG_DEV_PWM
  113. select EXYNOS4_DEV_SYSMMU
  114. select EXYNOS4_SETUP_I2C1
  115. select EXYNOS4_SETUP_KEYPAD
  116. select EXYNOS4_SETUP_SDHCI
  117. help
  118. Machine support for Samsung SMDKV310
  119. config MACH_ARMLEX4210
  120. bool "ARMLEX4210"
  121. select CPU_EXYNOS4210
  122. select S3C_DEV_RTC
  123. select S3C_DEV_WDT
  124. select S3C_DEV_HSMMC
  125. select S3C_DEV_HSMMC2
  126. select S3C_DEV_HSMMC3
  127. select EXYNOS4_DEV_AHCI
  128. select EXYNOS4_DEV_SYSMMU
  129. select EXYNOS4_SETUP_SDHCI
  130. help
  131. Machine support for Samsung ARMLEX4210 based on EXYNOS4210
  132. config MACH_UNIVERSAL_C210
  133. bool "Mobile UNIVERSAL_C210 Board"
  134. select CPU_EXYNOS4210
  135. select S3C_DEV_HSMMC
  136. select S3C_DEV_HSMMC2
  137. select S3C_DEV_HSMMC3
  138. select S3C_DEV_I2C1
  139. select S3C_DEV_I2C5
  140. select S5P_DEV_ONENAND
  141. select EXYNOS4_SETUP_I2C1
  142. select EXYNOS4_SETUP_I2C5
  143. select EXYNOS4_SETUP_SDHCI
  144. help
  145. Machine support for Samsung Mobile Universal S5PC210 Reference
  146. Board.
  147. config MACH_NURI
  148. bool "Mobile NURI Board"
  149. select CPU_EXYNOS4210
  150. select S3C_DEV_WDT
  151. select S3C_DEV_HSMMC
  152. select S3C_DEV_HSMMC2
  153. select S3C_DEV_HSMMC3
  154. select S3C_DEV_I2C1
  155. select S3C_DEV_I2C3
  156. select S3C_DEV_I2C5
  157. select S5P_DEV_USB_EHCI
  158. select EXYNOS4_SETUP_I2C1
  159. select EXYNOS4_SETUP_I2C3
  160. select EXYNOS4_SETUP_I2C5
  161. select EXYNOS4_SETUP_SDHCI
  162. select EXYNOS4_SETUP_USB_PHY
  163. select SAMSUNG_DEV_PWM
  164. help
  165. Machine support for Samsung Mobile NURI Board.
  166. endmenu
  167. comment "Configuration for HSMMC bus width"
  168. menu "Use 8-bit bus width"
  169. config EXYNOS4_SDHCI_CH0_8BIT
  170. bool "Channel 0 with 8-bit bus"
  171. help
  172. Support HSMMC Channel 0 8-bit bus.
  173. If selected, Channel 1 is disabled.
  174. config EXYNOS4_SDHCI_CH2_8BIT
  175. bool "Channel 2 with 8-bit bus"
  176. help
  177. Support HSMMC Channel 2 8-bit bus.
  178. If selected, Channel 3 is disabled.
  179. endmenu
  180. endif