Kconfig 4.0 KB

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