Kconfig 7.7 KB

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