Kconfig 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. if ARCH_S3C2410
  2. menu "S3C24XX Implementations"
  3. config MACH_AML_M5900
  4. bool "AML M5900 Series"
  5. select CPU_S3C2410
  6. select PM_SIMTEC if PM
  7. help
  8. Say Y here if you are using the American Microsystems M5900 Series
  9. <http://www.amltd.com>
  10. config MACH_ANUBIS
  11. bool "Simtec Electronics ANUBIS"
  12. select CPU_S3C2440
  13. select PM_SIMTEC if PM
  14. help
  15. Say Y here if you are using the Simtec Electronics ANUBIS
  16. development system
  17. config MACH_OSIRIS
  18. bool "Simtec IM2440D20 (OSIRIS) module"
  19. select CPU_S3C2440
  20. select PM_SIMTEC if PM
  21. help
  22. Say Y here if you are using the Simtec IM2440D20 module, also
  23. known as the Osiris.
  24. config ARCH_BAST
  25. bool "Simtec Electronics BAST (EB2410ITX)"
  26. select CPU_S3C2410
  27. select PM_SIMTEC if PM
  28. select ISA
  29. help
  30. Say Y here if you are using the Simtec Electronics EB2410ITX
  31. development board (also known as BAST)
  32. Product page: <http://www.simtec.co.uk/products/EB2410ITX/>.
  33. config BAST_PC104_IRQ
  34. bool "BAST PC104 IRQ support"
  35. depends on ARCH_BAST
  36. default y
  37. help
  38. Say Y here to enable the PC104 IRQ routing on the
  39. Simtec BAST (EB2410ITX)
  40. config PM_H1940
  41. bool
  42. help
  43. Internal node for H1940 and related PM
  44. config ARCH_H1940
  45. bool "IPAQ H1940"
  46. select CPU_S3C2410
  47. select PM_H1940 if PM
  48. help
  49. Say Y here if you are using the HP IPAQ H1940
  50. <http://www.handhelds.org/projects/h1940.html>.
  51. config MACH_N30
  52. bool "Acer N30"
  53. select CPU_S3C2410
  54. help
  55. Say Y here if you are using the Acer N30
  56. <http://zoo.weinigel.se/n30>.
  57. config MACH_SMDK
  58. bool
  59. help
  60. Common machine code for SMDK2410 and SMDK2440
  61. config ARCH_SMDK2410
  62. bool "SMDK2410/A9M2410"
  63. select CPU_S3C2410
  64. select MACH_SMDK
  65. help
  66. Say Y here if you are using the SMDK2410 or the derived module A9M2410
  67. <http://www.fsforth.de>
  68. config ARCH_S3C2440
  69. bool "SMDK2440"
  70. select CPU_S3C2440
  71. select MACH_SMDK
  72. help
  73. Say Y here if you are using the SMDK2440.
  74. config SMDK2440_CPU2440
  75. bool "SMDK2440 with S3C2440 CPU module"
  76. depends on ARCH_S3C2440
  77. default y if ARCH_S3C2440
  78. select CPU_S3C2440
  79. config SMDK2440_CPU2442
  80. bool "SMDM2440 with S3C2442 CPU module"
  81. depends on ARCH_S3C2440
  82. select CPU_S3C2442
  83. config MACH_S3C2413
  84. bool
  85. help
  86. Internal node for S3C2413 version of SMDK2413, so that
  87. machine_is_s3c2413() will work when MACH_SMDK2413 is
  88. selected
  89. config MACH_SMDK2413
  90. bool "SMDK2413"
  91. select CPU_S3C2412
  92. select MACH_S3C2413
  93. select MACH_SMDK
  94. help
  95. Say Y here if you are using an SMDK2413
  96. config MACH_VR1000
  97. bool "Thorcom VR1000"
  98. select PM_SIMTEC if PM
  99. select CPU_S3C2410
  100. help
  101. Say Y here if you are using the Thorcom VR1000 board.
  102. This linux port is currently being maintained by Simtec, on behalf
  103. of Thorcom. Any queries, please contact Thorcom first.
  104. config MACH_RX3715
  105. bool "HP iPAQ rx3715"
  106. select CPU_S3C2440
  107. select PM_H1940 if PM
  108. help
  109. Say Y here if you are using the HP iPAQ rx3715.
  110. See <http://www.handhelds.org/projects/rx3715.html> for more
  111. information on this project
  112. config MACH_OTOM
  113. bool "NexVision OTOM Board"
  114. select CPU_S3C2410
  115. help
  116. Say Y here if you are using the Nex Vision OTOM board
  117. config MACH_NEXCODER_2440
  118. bool "NexVision NEXCODER 2440 Light Board"
  119. select CPU_S3C2440
  120. help
  121. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  122. config MACH_VSTMS
  123. bool "VMSTMS"
  124. select CPU_S3C2412
  125. help
  126. Say Y here if you are using an VSTMS board
  127. endmenu
  128. config S3C2410_CLOCK
  129. bool
  130. help
  131. Clock code for the S3C2410, and similar processors
  132. config S3C2410_GPIO
  133. bool
  134. help
  135. GPIO code for S3C2410 and similar processors
  136. config S3C2410_PM
  137. bool
  138. help
  139. Power Management code common to S3C2410 and better
  140. config CPU_S3C2410_DMA
  141. bool
  142. depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
  143. default y if CPU_S3C2410 || CPU_S3C2442
  144. help
  145. DMA device selection for S3C2410 and compatible CPUs
  146. config CPU_S3C2410
  147. bool
  148. depends on ARCH_S3C2410
  149. select S3C2410_CLOCK
  150. select S3C2410_GPIO
  151. select S3C2410_PM if PM
  152. help
  153. Support for S3C2410 and S3C2410A family from the S3C24XX line
  154. of Samsung Mobile CPUs.
  155. # internal node to signify if we are only dealing with an S3C2412
  156. config CPU_S3C2412_ONLY
  157. bool
  158. depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
  159. !CPU_S3C2440 && !CPU_S3C2442 && CPU_S3C2412
  160. default y if CPU_S3C2412
  161. config S3C2412_PM
  162. bool
  163. help
  164. Internal config node to apply S3C2412 power management
  165. config S3C2412_DMA
  166. bool
  167. depends on CPU_S3C2412
  168. help
  169. Internal config node for S3C2412 DMA support
  170. config CPU_S3C2412
  171. bool
  172. depends on ARCH_S3C2410
  173. select S3C2412_PM if PM
  174. select S3C2412_DMA if S3C2410_DMA
  175. help
  176. Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
  177. config CPU_S3C244X
  178. bool
  179. depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
  180. help
  181. Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
  182. config S3C2440_DMA
  183. bool
  184. depends on ARCH_S3C2410 && CPU_S3C24405B
  185. help
  186. Support for S3C2440 specific DMA code5A
  187. config CPU_S3C2440
  188. bool
  189. depends on ARCH_S3C2410
  190. select S3C2410_CLOCK
  191. select S3C2410_PM if PM
  192. select S3C2410_GPIO
  193. select S3C2440_DMA if S3C2410_DMA
  194. select CPU_S3C244X
  195. help
  196. Support for S3C2440 Samsung Mobile CPU based systems.
  197. config CPU_S3C2442
  198. bool
  199. depends on ARCH_S3C2420
  200. select S3C2410_CLOCK
  201. select S3C2410_GPIO
  202. select S3C2410_PM if PM
  203. select CPU_S3C244X
  204. help
  205. Support for S3C2442 Samsung Mobile CPU based systems.
  206. comment "S3C2410 Boot"
  207. config S3C2410_BOOT_WATCHDOG
  208. bool "S3C2410 Initialisation watchdog"
  209. depends on ARCH_S3C2410 && S3C2410_WATCHDOG
  210. help
  211. Say y to enable the watchdog during the kernel decompression
  212. stage. If the kernel fails to uncompress, then the watchdog
  213. will trigger a reset and the system should restart.
  214. Although this uses the same hardware unit as the kernel watchdog
  215. driver, it is not a replacement for it. If you use this option,
  216. you will have to use the watchdg driver to either stop the timeout
  217. or restart it. If you do not, then your kernel will reboot after
  218. startup.
  219. The driver uses a fixed timeout value, so the exact time till the
  220. system resets depends on the value of PCLK. The timeout on an
  221. 200MHz s3c2410 should be about 30 seconds.
  222. config S3C2410_BOOT_ERROR_RESET
  223. bool "S3C2410 Reboot on decompression error"
  224. depends on ARCH_S3C2410
  225. help
  226. Say y here to use the watchdog to reset the system if the
  227. kernel decompressor detects an error during decompression.
  228. comment "S3C2410 Setup"
  229. config S3C2410_DMA
  230. bool "S3C2410 DMA support"
  231. depends on ARCH_S3C2410
  232. help
  233. S3C2410 DMA support. This is needed for drivers like sound which
  234. use the S3C2410's DMA system to move data to and from the
  235. peripheral blocks.
  236. config S3C2410_DMA_DEBUG
  237. bool "S3C2410 DMA support debug"
  238. depends on ARCH_S3C2410 && S3C2410_DMA
  239. help
  240. Enable debugging output for the DMA code. This option sends info
  241. to the kernel log, at priority KERN_DEBUG.
  242. Note, it is easy to create and fill the log buffer in a small
  243. amount of time, as well as using an significant percentage of
  244. the CPU time doing so.
  245. config S3C2410_PM_DEBUG
  246. bool "S3C2410 PM Suspend debug"
  247. depends on ARCH_S3C2410 && PM
  248. help
  249. Say Y here if you want verbose debugging from the PM Suspend and
  250. Resume code. See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt>
  251. for more information.
  252. config S3C2410_PM_CHECK
  253. bool "S3C2410 PM Suspend Memory CRC"
  254. depends on ARCH_S3C2410 && PM && CRC32
  255. help
  256. Enable the PM code's memory area checksum over sleep. This option
  257. will generate CRCs of all blocks of memory, and store them before
  258. going to sleep. The blocks are then checked on resume for any
  259. errors.
  260. config S3C2410_PM_CHECK_CHUNKSIZE
  261. int "S3C2410 PM Suspend CRC Chunksize (KiB)"
  262. depends on ARCH_S3C2410 && PM && S3C2410_PM_CHECK
  263. default 64
  264. help
  265. Set the chunksize in Kilobytes of the CRC for checking memory
  266. corruption over suspend and resume. A smaller value will mean that
  267. the CRC data block will take more memory, but wil identify any
  268. faults with better precision.
  269. config PM_SIMTEC
  270. bool
  271. help
  272. Common power management code for systems that are
  273. compatible with the Simtec style of power management
  274. config S3C2410_LOWLEVEL_UART_PORT
  275. int "S3C2410 UART to use for low-level messages"
  276. default 0
  277. help
  278. Choice of which UART port to use for the low-level messages,
  279. such as the `Uncompressing...` at start time. The value of
  280. this configuration should be between zero and two. The port
  281. must have been initialised by the boot-loader before use.
  282. Note, this does not affect the port used by the debug messages,
  283. which is a separate configuration.
  284. endif