Kconfig 7.4 KB

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