Kconfig 7.8 KB

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