Kconfig 7.9 KB

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