Kconfig 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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_FB_24BPP
  48. bool
  49. help
  50. Common setup code for S3C64XX with an 24bpp RGB display helper.
  51. config S3C64XX_SETUP_SDHCI_GPIO
  52. bool
  53. help
  54. Common setup code for S3C64XX SDHCI GPIO configurations
  55. # S36400 Macchine support
  56. config MACH_SMDK6400
  57. bool "SMDK6400"
  58. select CPU_S3C6400
  59. select S3C_DEV_HSMMC
  60. select S3C_DEV_NAND
  61. select S3C64XX_SETUP_SDHCI
  62. help
  63. Machine support for the Samsung SMDK6400
  64. # S3C6410 machine support
  65. config MACH_ANW6410
  66. bool "A&W6410"
  67. select CPU_S3C6410
  68. select S3C_DEV_FB
  69. select S3C64XX_SETUP_FB_24BPP
  70. help
  71. Machine support for the A&W6410
  72. config MACH_SMDK6410
  73. bool "SMDK6410"
  74. select CPU_S3C6410
  75. select SAMSUNG_DEV_ADC
  76. select S3C_DEV_HSMMC
  77. select S3C_DEV_HSMMC1
  78. select S3C_DEV_I2C1
  79. select S3C_DEV_FB
  80. select SAMSUNG_DEV_TS
  81. select S3C_DEV_USB_HOST
  82. select S3C_DEV_USB_HSOTG
  83. select S3C_DEV_WDT
  84. select HAVE_S3C2410_WATCHDOG
  85. select S3C64XX_SETUP_SDHCI
  86. select S3C64XX_SETUP_I2C1
  87. select S3C64XX_SETUP_FB_24BPP
  88. help
  89. Machine support for the Samsung SMDK6410
  90. # At least some of the SMDK6410s were shipped with the card detect
  91. # for the MMC/SD slots connected to the same input. This means that
  92. # either the boards need to be altered to have channel0 to an alternate
  93. # configuration or that only one slot can be used.
  94. choice
  95. prompt "SMDK6410 MMC/SD slot setup"
  96. depends on MACH_SMDK6410
  97. config SMDK6410_SD_CH0
  98. bool "Use channel 0 only"
  99. depends on MACH_SMDK6410
  100. help
  101. Select CON7 (channel 0) as the MMC/SD slot, as
  102. at least some SMDK6410 boards come with the
  103. resistors fitted so that the card detects for
  104. channels 0 and 1 are the same.
  105. config SMDK6410_SD_CH1
  106. bool "Use channel 1 only"
  107. depends on MACH_SMDK6410
  108. help
  109. Select CON6 (channel 1) as the MMC/SD slot, as
  110. at least some SMDK6410 boards come with the
  111. resistors fitted so that the card detects for
  112. channels 0 and 1 are the same.
  113. endchoice
  114. config SMDK6410_WM1190_EV1
  115. bool "Support Wolfson Microelectronics 1190-EV1 PMIC card"
  116. depends on MACH_SMDK6410
  117. select REGULATOR
  118. select REGULATOR_WM8350
  119. select S3C24XX_GPIO_EXTRA64
  120. select MFD_WM8350_I2C
  121. select MFD_WM8350_CONFIG_MODE_0
  122. select MFD_WM8350_CONFIG_MODE_3
  123. select MFD_WM8352_CONFIG_MODE_0
  124. help
  125. The Wolfson Microelectronics 1190-EV1 is a WM835x based PMIC
  126. and audio daughtercard for the Samsung SMDK6410 reference
  127. platform. Enabling this option will build support for this
  128. module into the kernel. The presence of the module will be
  129. detected at runtime so the the resulting kernel can be used
  130. with or without the 1190-EV1 fitted.
  131. config SMDK6410_WM1192_EV1
  132. bool "Support Wolfson Microelectronics 1192-EV1 PMIC card"
  133. depends on MACH_SMDK6410
  134. select REGULATOR
  135. select REGULATOR_WM831X
  136. select S3C24XX_GPIO_EXTRA64
  137. select MFD_WM831X
  138. help
  139. The Wolfson Microelectronics 1192-EV1 is a WM831x based PMIC
  140. daughtercard for the Samsung SMDK6410 reference platform.
  141. Enabling this option will build support for this module into
  142. the kernel. The presence of the daughtercard will be
  143. detected at runtime so the the resulting kernel can be used
  144. with or without the 1192-EV1 fitted.
  145. config MACH_NCP
  146. bool "NCP"
  147. select CPU_S3C6410
  148. select S3C_DEV_I2C1
  149. select S3C_DEV_HSMMC1
  150. select S3C64XX_SETUP_I2C1
  151. help
  152. Machine support for the Samsung NCP
  153. config MACH_HMT
  154. bool "Airgoo HMT"
  155. select CPU_S3C6410
  156. select S3C_DEV_FB
  157. select S3C_DEV_NAND
  158. select S3C_DEV_USB_HOST
  159. select S3C64XX_SETUP_FB_24BPP
  160. select HAVE_PWM
  161. help
  162. Machine support for the Airgoo HMT
  163. config MACH_SMARTQ
  164. bool
  165. select CPU_S3C6410
  166. select S3C_DEV_HSMMC
  167. select S3C_DEV_HSMMC1
  168. select S3C_DEV_HSMMC2
  169. select S3C_DEV_FB
  170. select S3C_DEV_HWMON
  171. select S3C_DEV_RTC
  172. select S3C_DEV_USB_HSOTG
  173. select S3C_DEV_USB_HOST
  174. select S3C64XX_SETUP_SDHCI
  175. select S3C64XX_SETUP_FB_24BPP
  176. select SAMSUNG_DEV_ADC
  177. select SAMSUNG_DEV_TS
  178. select HAVE_PWM
  179. help
  180. Shared machine support for SmartQ 5/7
  181. config MACH_SMARTQ5
  182. bool "SmartQ 5"
  183. select MACH_SMARTQ
  184. help
  185. Machine support for the SmartQ 5
  186. config MACH_SMARTQ7
  187. bool "SmartQ 7"
  188. select MACH_SMARTQ
  189. help
  190. Machine support for the SmartQ 7