Kconfig 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  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 gere 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 CPU_S3C2412
  147. bool
  148. depends on ARCH_S3C2410
  149. help
  150. Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
  151. config CPU_S3C244X
  152. bool
  153. depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
  154. help
  155. Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
  156. config CPU_S3C2440
  157. bool
  158. depends on ARCH_S3C2410
  159. select S3C2410_CLOCK
  160. select S3C2410_PM
  161. select CPU_S3C244X
  162. help
  163. Support for S3C2440 Samsung Mobile CPU based systems.
  164. config CPU_S3C2442
  165. bool
  166. depends on ARCH_S3C2420
  167. select S3C2410_CLOCK
  168. select S3C2410_PM
  169. select CPU_S3C244X
  170. help
  171. Support for S3C2442 Samsung Mobile CPU based systems.
  172. comment "S3C2410 Boot"
  173. config S3C2410_BOOT_WATCHDOG
  174. bool "S3C2410 Initialisation watchdog"
  175. depends on ARCH_S3C2410 && S3C2410_WATCHDOG
  176. help
  177. Say y to enable the watchdog during the kernel decompression
  178. stage. If the kernel fails to uncompress, then the watchdog
  179. will trigger a reset and the system should restart.
  180. Although this uses the same hardware unit as the kernel watchdog
  181. driver, it is not a replacement for it. If you use this option,
  182. you will have to use the watchdg driver to either stop the timeout
  183. or restart it. If you do not, then your kernel will reboot after
  184. startup.
  185. The driver uses a fixed timeout value, so the exact time till the
  186. system resets depends on the value of PCLK. The timeout on an
  187. 200MHz s3c2410 should be about 30 seconds.
  188. config S3C2410_BOOT_ERROR_RESET
  189. bool "S3C2410 Reboot on decompression error"
  190. depends on ARCH_S3C2410
  191. help
  192. Say y here to use the watchdog to reset the system if the
  193. kernel decompressor detects an error during decompression.
  194. comment "S3C2410 Setup"
  195. config S3C2410_DMA
  196. bool "S3C2410 DMA support"
  197. depends on ARCH_S3C2410
  198. help
  199. S3C2410 DMA support. This is needed for drivers like sound which
  200. use the S3C2410's DMA system to move data to and from the
  201. peripheral blocks.
  202. config S3C2410_DMA_DEBUG
  203. bool "S3C2410 DMA support debug"
  204. depends on ARCH_S3C2410 && S3C2410_DMA
  205. help
  206. Enable debugging output for the DMA code. This option sends info
  207. to the kernel log, at priority KERN_DEBUG.
  208. Note, it is easy to create and fill the log buffer in a small
  209. amount of time, as well as using an significant percentage of
  210. the CPU time doing so.
  211. config S3C2410_PM_DEBUG
  212. bool "S3C2410 PM Suspend debug"
  213. depends on ARCH_S3C2410 && PM
  214. help
  215. Say Y here if you want verbose debugging from the PM Suspend and
  216. Resume code. See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt>
  217. for more information.
  218. config S3C2410_PM_CHECK
  219. bool "S3C2410 PM Suspend Memory CRC"
  220. depends on ARCH_S3C2410 && PM && CRC32
  221. help
  222. Enable the PM code's memory area checksum over sleep. This option
  223. will generate CRCs of all blocks of memory, and store them before
  224. going to sleep. The blocks are then checked on resume for any
  225. errors.
  226. config S3C2410_PM_CHECK_CHUNKSIZE
  227. int "S3C2410 PM Suspend CRC Chunksize (KiB)"
  228. depends on ARCH_S3C2410 && PM && S3C2410_PM_CHECK
  229. default 64
  230. help
  231. Set the chunksize in Kilobytes of the CRC for checking memory
  232. corruption over suspend and resume. A smaller value will mean that
  233. the CRC data block will take more memory, but wil identify any
  234. faults with better precision.
  235. config PM_SIMTEC
  236. bool
  237. depends on PM && (ARCH_BAST || MACH_VR1000)
  238. default y
  239. config S3C2410_LOWLEVEL_UART_PORT
  240. int "S3C2410 UART to use for low-level messages"
  241. default 0
  242. help
  243. Choice of which UART port to use for the low-level messages,
  244. such as the `Uncompressing...` at start time. The value of
  245. this configuration should be between zero and two. The port
  246. must have been initialised by the boot-loader before use.
  247. Note, this does not affect the port used by the debug messages,
  248. which is a separate configuration.
  249. endif