Kconfig 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. # arch/arm/mach-s5pv210/Kconfig
  2. #
  3. # Copyright (c) 2010 Samsung Electronics Co., Ltd.
  4. # http://www.samsung.com/
  5. #
  6. # Licensed under GPLv2
  7. # Configuration options for the S5PV210/S5PC110
  8. if ARCH_S5PV210
  9. config CPU_S5PV210
  10. bool
  11. select S5P_EXT_INT
  12. select S5P_PM if PM
  13. select S5P_SLEEP if PM
  14. select SAMSUNG_DMADEV
  15. help
  16. Enable S5PV210 CPU support
  17. config S5PV210_SETUP_I2C1
  18. bool
  19. help
  20. Common setup code for i2c bus 1.
  21. config S5PV210_SETUP_I2C2
  22. bool
  23. help
  24. Common setup code for i2c bus 2.
  25. config S5PV210_SETUP_IDE
  26. bool
  27. help
  28. Common setup code for S5PV210 IDE GPIO configurations
  29. config S5PV210_SETUP_FB_24BPP
  30. bool
  31. help
  32. Common setup code for S5PV210 with an 24bpp RGB display helper.
  33. config S5PV210_SETUP_KEYPAD
  34. bool
  35. help
  36. Common setup code for keypad.
  37. config S5PV210_SETUP_SDHCI
  38. bool
  39. select S5PV210_SETUP_SDHCI_GPIO
  40. help
  41. Internal helper functions for S5PV210 based SDHCI systems
  42. config S5PV210_SETUP_SDHCI_GPIO
  43. bool
  44. help
  45. Common setup code for SDHCI gpio.
  46. config S5PV210_SETUP_FIMC
  47. bool
  48. help
  49. Common setup code for the camera interfaces.
  50. config S5PV210_SETUP_SPI
  51. bool
  52. help
  53. Common setup code for SPI GPIO configurations.
  54. config S5PV210_SETUP_USB_PHY
  55. bool
  56. help
  57. Common setup code for USB PHY controller
  58. menu "S5PC110 Machines"
  59. config MACH_AQUILA
  60. bool "Aquila"
  61. select CPU_S5PV210
  62. select S3C_DEV_FB
  63. select S3C_DEV_HSMMC
  64. select S3C_DEV_HSMMC1
  65. select S3C_DEV_HSMMC2
  66. select S5PV210_SETUP_FB_24BPP
  67. select S5PV210_SETUP_SDHCI
  68. select S5PV210_SETUP_USB_PHY
  69. select S5P_DEV_FIMC0
  70. select S5P_DEV_FIMC1
  71. select S5P_DEV_FIMC2
  72. select S5P_DEV_ONENAND
  73. help
  74. Machine support for the Samsung Aquila target based on S5PC110 SoC
  75. config MACH_GONI
  76. bool "GONI"
  77. select CPU_S5PV210
  78. select S3C_DEV_FB
  79. select S3C_DEV_HSMMC
  80. select S3C_DEV_HSMMC1
  81. select S3C_DEV_HSMMC2
  82. select S3C_DEV_I2C1
  83. select S3C_DEV_I2C2
  84. select S3C_DEV_USB_HSOTG
  85. select S5PV210_SETUP_FB_24BPP
  86. select S5PV210_SETUP_FIMC
  87. select S5PV210_SETUP_I2C1
  88. select S5PV210_SETUP_I2C2
  89. select S5PV210_SETUP_KEYPAD
  90. select S5PV210_SETUP_SDHCI
  91. select S5PV210_SETUP_USB_PHY
  92. select S5P_DEV_FIMC0
  93. select S5P_DEV_FIMC1
  94. select S5P_DEV_FIMC2
  95. select S5P_DEV_MFC
  96. select S5P_DEV_ONENAND
  97. select S5P_DEV_TV
  98. select S5P_GPIO_INT
  99. select SAMSUNG_DEV_KEYPAD
  100. help
  101. Machine support for Samsung GONI board
  102. S5PC110(MCP) is one of package option of S5PV210
  103. config MACH_SMDKC110
  104. bool "SMDKC110"
  105. select CPU_S5PV210
  106. select S3C_DEV_I2C1
  107. select S3C_DEV_I2C2
  108. select S3C_DEV_RTC
  109. select S3C_DEV_WDT
  110. select S5PV210_SETUP_I2C1
  111. select S5PV210_SETUP_I2C2
  112. select S5PV210_SETUP_IDE
  113. select S5P_DEV_FIMC0
  114. select S5P_DEV_FIMC1
  115. select S5P_DEV_FIMC2
  116. select S5P_DEV_MFC
  117. select SAMSUNG_DEV_IDE
  118. help
  119. Machine support for Samsung SMDKC110
  120. S5PC110(MCP) is one of package option of S5PV210
  121. endmenu
  122. menu "S5PV210 Machines"
  123. config MACH_SMDKV210
  124. bool "SMDKV210"
  125. select CPU_S5PV210
  126. select S3C_DEV_FB
  127. select S3C_DEV_HSMMC
  128. select S3C_DEV_HSMMC1
  129. select S3C_DEV_HSMMC2
  130. select S3C_DEV_HSMMC3
  131. select S3C_DEV_I2C1
  132. select S3C_DEV_I2C2
  133. select S3C_DEV_RTC
  134. select S3C_DEV_USB_HSOTG
  135. select S3C_DEV_WDT
  136. select S5PV210_SETUP_FB_24BPP
  137. select S5PV210_SETUP_I2C1
  138. select S5PV210_SETUP_I2C2
  139. select S5PV210_SETUP_IDE
  140. select S5PV210_SETUP_KEYPAD
  141. select S5PV210_SETUP_SDHCI
  142. select S5PV210_SETUP_USB_PHY
  143. select S5P_DEV_FIMC0
  144. select S5P_DEV_FIMC1
  145. select S5P_DEV_FIMC2
  146. select S5P_DEV_JPEG
  147. select S5P_DEV_MFC
  148. select SAMSUNG_DEV_ADC
  149. select SAMSUNG_DEV_BACKLIGHT
  150. select SAMSUNG_DEV_IDE
  151. select SAMSUNG_DEV_KEYPAD
  152. select SAMSUNG_DEV_PWM
  153. select SAMSUNG_DEV_TS
  154. help
  155. Machine support for Samsung SMDKV210
  156. config MACH_TORBRECK
  157. bool "Torbreck"
  158. select ARCH_SPARSEMEM_ENABLE
  159. select CPU_S5PV210
  160. select S3C_DEV_HSMMC
  161. select S3C_DEV_HSMMC1
  162. select S3C_DEV_HSMMC2
  163. select S3C_DEV_HSMMC3
  164. select S3C_DEV_I2C1
  165. select S3C_DEV_I2C2
  166. select S3C_DEV_RTC
  167. select S3C_DEV_WDT
  168. select S5PV210_SETUP_I2C1
  169. select S5PV210_SETUP_I2C2
  170. select S5PV210_SETUP_SDHCI
  171. help
  172. Machine support for aESOP Torbreck
  173. endmenu
  174. endif