Kconfig 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. # Copyright 2008 Openmoko, Inc.
  2. # Simtec Electronics, Ben Dooks <ben@simtec.co.uk>
  3. #
  4. # Licensed under GPLv2
  5. # temporary until we can eliminate all drivers using it.
  6. config PLAT_S3C64XX
  7. bool
  8. depends on ARCH_S3C64XX
  9. select SAMSUNG_WAKEMASK
  10. default y
  11. help
  12. Base platform code for any Samsung S3C64XX device
  13. # Configuration options for the S3C6410 CPU
  14. config CPU_S3C6400
  15. bool
  16. help
  17. Enable S3C6400 CPU support
  18. config CPU_S3C6410
  19. bool
  20. help
  21. Enable S3C6410 CPU support
  22. config S3C64XX_DMA
  23. bool "S3C64XX DMA"
  24. select S3C_DMA
  25. config S3C64XX_SETUP_SDHCI
  26. select S3C64XX_SETUP_SDHCI_GPIO
  27. bool
  28. help
  29. Internal configuration for default SDHCI setup for S3C6400 and
  30. S3C6410 SoCs.
  31. config S3C64XX_DEV_ONENAND1
  32. bool
  33. help
  34. Compile in platform device definition for OneNAND1 controller
  35. # platform specific device setup
  36. config S3C64XX_SETUP_I2C0
  37. bool
  38. default y
  39. help
  40. Common setup code for i2c bus 0.
  41. Note, currently since i2c0 is always compiled, this setup helper
  42. is always compiled with it.
  43. config S3C64XX_SETUP_I2C1
  44. bool
  45. help
  46. Common setup code for i2c bus 1.
  47. config S3C64XX_SETUP_IDE
  48. bool
  49. help
  50. Common setup code for S3C64XX IDE.
  51. config S3C64XX_SETUP_FB_24BPP
  52. bool
  53. help
  54. Common setup code for S3C64XX with an 24bpp RGB display helper.
  55. config S3C64XX_SETUP_KEYPAD
  56. bool
  57. help
  58. Common setup code for S3C64XX KEYPAD GPIO configurations
  59. config S3C64XX_SETUP_SDHCI_GPIO
  60. bool
  61. help
  62. Common setup code for S3C64XX SDHCI GPIO configurations
  63. # S36400 Macchine support
  64. config MACH_SMDK6400
  65. bool "SMDK6400"
  66. select CPU_S3C6400
  67. select S3C_DEV_HSMMC
  68. select S3C_DEV_NAND
  69. select S3C64XX_SETUP_SDHCI
  70. help
  71. Machine support for the Samsung SMDK6400
  72. # S3C6410 machine support
  73. config MACH_ANW6410
  74. bool "A&W6410"
  75. select CPU_S3C6410
  76. select S3C_DEV_FB
  77. select S3C64XX_SETUP_FB_24BPP
  78. help
  79. Machine support for the A&W6410
  80. config MACH_REAL6410
  81. bool "REAL6410"
  82. select CPU_S3C6410
  83. select S3C_DEV_HSMMC
  84. select S3C_DEV_HSMMC1
  85. select S3C64XX_SETUP_SDHCI
  86. select S3C_DEV_FB
  87. select S3C64XX_SETUP_FB_24BPP
  88. select S3C_DEV_NAND
  89. help
  90. Machine support for the CoreWind REAL6410
  91. config MACH_SMDK6410
  92. bool "SMDK6410"
  93. select CPU_S3C6410
  94. select SAMSUNG_DEV_ADC
  95. select S3C_DEV_HSMMC
  96. select S3C_DEV_HSMMC1
  97. select S3C_DEV_I2C1
  98. select SAMSUNG_DEV_IDE
  99. select S3C_DEV_FB
  100. select S3C_DEV_RTC
  101. select SAMSUNG_DEV_TS
  102. select S3C_DEV_USB_HOST
  103. select S3C_DEV_USB_HSOTG
  104. select S3C_DEV_WDT
  105. select SAMSUNG_DEV_KEYPAD
  106. select HAVE_S3C2410_WATCHDOG
  107. select S3C64XX_SETUP_SDHCI
  108. select S3C64XX_SETUP_I2C1
  109. select S3C64XX_SETUP_IDE
  110. select S3C64XX_SETUP_FB_24BPP
  111. select S3C64XX_SETUP_KEYPAD
  112. help
  113. Machine support for the Samsung SMDK6410
  114. # At least some of the SMDK6410s were shipped with the card detect
  115. # for the MMC/SD slots connected to the same input. This means that
  116. # either the boards need to be altered to have channel0 to an alternate
  117. # configuration or that only one slot can be used.
  118. choice
  119. prompt "SMDK6410 MMC/SD slot setup"
  120. depends on MACH_SMDK6410
  121. config SMDK6410_SD_CH0
  122. bool "Use channel 0 only"
  123. depends on MACH_SMDK6410
  124. help
  125. Select CON7 (channel 0) as the MMC/SD slot, as
  126. at least some SMDK6410 boards come with the
  127. resistors fitted so that the card detects for
  128. channels 0 and 1 are the same.
  129. config SMDK6410_SD_CH1
  130. bool "Use channel 1 only"
  131. depends on MACH_SMDK6410
  132. help
  133. Select CON6 (channel 1) as the MMC/SD slot, as
  134. at least some SMDK6410 boards come with the
  135. resistors fitted so that the card detects for
  136. channels 0 and 1 are the same.
  137. endchoice
  138. config SMDK6410_WM1190_EV1
  139. bool "Support Wolfson Microelectronics 1190-EV1 PMIC card"
  140. depends on MACH_SMDK6410
  141. select REGULATOR
  142. select REGULATOR_WM8350
  143. select S3C24XX_GPIO_EXTRA64
  144. select MFD_WM8350_I2C
  145. select MFD_WM8350_CONFIG_MODE_0
  146. select MFD_WM8350_CONFIG_MODE_3
  147. select MFD_WM8352_CONFIG_MODE_0
  148. help
  149. The Wolfson Microelectronics 1190-EV1 is a WM835x based PMIC
  150. and audio daughtercard for the Samsung SMDK6410 reference
  151. platform. Enabling this option will build support for this
  152. module into the kernel. The presence of the module will be
  153. detected at runtime so the the resulting kernel can be used
  154. with or without the 1190-EV1 fitted.
  155. config SMDK6410_WM1192_EV1
  156. bool "Support Wolfson Microelectronics 1192-EV1 PMIC card"
  157. depends on MACH_SMDK6410
  158. select REGULATOR
  159. select REGULATOR_WM831X
  160. select S3C24XX_GPIO_EXTRA64
  161. select MFD_WM831X
  162. help
  163. The Wolfson Microelectronics 1192-EV1 is a WM831x based PMIC
  164. daughtercard for the Samsung SMDK6410 reference platform.
  165. Enabling this option will build support for this module into
  166. the kernel. The presence of the daughtercard will be
  167. detected at runtime so the the resulting kernel can be used
  168. with or without the 1192-EV1 fitted.
  169. config MACH_NCP
  170. bool "NCP"
  171. select CPU_S3C6410
  172. select S3C_DEV_I2C1
  173. select S3C_DEV_HSMMC1
  174. select S3C64XX_SETUP_I2C1
  175. help
  176. Machine support for the Samsung NCP
  177. config MACH_HMT
  178. bool "Airgoo HMT"
  179. select CPU_S3C6410
  180. select S3C_DEV_FB
  181. select S3C_DEV_NAND
  182. select S3C_DEV_USB_HOST
  183. select S3C64XX_SETUP_FB_24BPP
  184. select HAVE_PWM
  185. help
  186. Machine support for the Airgoo HMT
  187. config MACH_SMARTQ
  188. bool
  189. select CPU_S3C6410
  190. select S3C_DEV_HSMMC
  191. select S3C_DEV_HSMMC1
  192. select S3C_DEV_HSMMC2
  193. select S3C_DEV_FB
  194. select S3C_DEV_HWMON
  195. select S3C_DEV_RTC
  196. select S3C_DEV_USB_HSOTG
  197. select S3C_DEV_USB_HOST
  198. select S3C64XX_SETUP_SDHCI
  199. select S3C64XX_SETUP_FB_24BPP
  200. select SAMSUNG_DEV_ADC
  201. select SAMSUNG_DEV_TS
  202. select HAVE_PWM
  203. help
  204. Shared machine support for SmartQ 5/7
  205. config MACH_SMARTQ5
  206. bool "SmartQ 5"
  207. select MACH_SMARTQ
  208. help
  209. Machine support for the SmartQ 5
  210. config MACH_SMARTQ7
  211. bool "SmartQ 7"
  212. select MACH_SMARTQ
  213. help
  214. Machine support for the SmartQ 7