Kconfig 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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 ARCH_BAST
  10. bool "Simtec Electronics BAST (EB2410ITX)"
  11. select CPU_S3C2410
  12. select ISA
  13. help
  14. Say Y here if you are using the Simtec Electronics EB2410ITX
  15. development board (also known as BAST)
  16. Product page: <http://www.simtec.co.uk/products/EB2410ITX/>.
  17. config BAST_PC104_IRQ
  18. bool "BAST PC104 IRQ support"
  19. depends on ARCH_BAST
  20. default y
  21. help
  22. Say Y here to enable the PC104 IRQ routing on the
  23. Simtec BAST (EB2410ITX)
  24. config ARCH_H1940
  25. bool "IPAQ H1940"
  26. select CPU_S3C2410
  27. help
  28. Say Y here if you are using the HP IPAQ H1940
  29. <http://www.handhelds.org/projects/h1940.html>.
  30. config MACH_N30
  31. bool "Acer N30"
  32. select CPU_S3C2410
  33. help
  34. Say Y here if you are using the Acer N30
  35. <http://zoo.weinigel.se/n30>.
  36. config ARCH_SMDK2410
  37. bool "SMDK2410/A9M2410"
  38. select CPU_S3C2410
  39. help
  40. Say Y here if you are using the SMDK2410 or the derived module A9M2410
  41. <http://www.fsforth.de>
  42. config ARCH_S3C2440
  43. bool "SMDK2440"
  44. select CPU_S3C2440
  45. help
  46. Say Y here if you are using the SMDK2440.
  47. config MACH_VR1000
  48. bool "Thorcom VR1000"
  49. select CPU_S3C2410
  50. help
  51. Say Y here if you are using the Thorcom VR1000 board.
  52. This linux port is currently being maintained by Simtec, on behalf
  53. of Thorcom. Any queries, please contact Thorcom first.
  54. config MACH_RX3715
  55. bool "HP iPAQ rx3715"
  56. select CPU_S3C2440
  57. help
  58. Say Y here if you are using the HP iPAQ rx3715.
  59. See <http://www.handhelds.org/projects/rx3715.html> for more
  60. information on this project
  61. config MACH_OTOM
  62. bool "NexVision OTOM Board"
  63. select CPU_S3C2410
  64. help
  65. Say Y here if you are using the Nex Vision OTOM board
  66. config MACH_NEXCODER_2440
  67. bool "NexVision NEXCODER 2440 Light Board"
  68. select CPU_S3C2440
  69. help
  70. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  71. endmenu
  72. config CPU_S3C2410
  73. bool
  74. depends on ARCH_S3C2410
  75. help
  76. Support for S3C2410 and S3C2410A family from the S3C24XX line
  77. of Samsung Mobile CPUs.
  78. config CPU_S3C2440
  79. bool
  80. depends on ARCH_S3C2410
  81. help
  82. Support for S3C2440 Samsung Mobile CPU based systems.
  83. comment "S3C2410 Boot"
  84. config S3C2410_BOOT_WATCHDOG
  85. bool "S3C2410 Initialisation watchdog"
  86. depends on ARCH_S3C2410 && S3C2410_WATCHDOG
  87. help
  88. Say y to enable the watchdog during the kernel decompression
  89. stage. If the kernel fails to uncompress, then the watchdog
  90. will trigger a reset and the system should restart.
  91. Although this uses the same hardware unit as the kernel watchdog
  92. driver, it is not a replacement for it. If you use this option,
  93. you will have to use the watchdg driver to either stop the timeout
  94. or restart it. If you do not, then your kernel will reboot after
  95. startup.
  96. The driver uses a fixed timeout value, so the exact time till the
  97. system resets depends on the value of PCLK. The timeout on an
  98. 200MHz s3c2410 should be about 30 seconds.
  99. config S3C2410_BOOT_ERROR_RESET
  100. bool "S3C2410 Reboot on decompression error"
  101. depends on ARCH_S3C2410
  102. help
  103. Say y here to use the watchdog to reset the system if the
  104. kernel decompressor detects an error during decompression.
  105. comment "S3C2410 Setup"
  106. config S3C2410_DMA
  107. bool "S3C2410 DMA support"
  108. depends on ARCH_S3C2410
  109. help
  110. S3C2410 DMA support. This is needed for drivers like sound which
  111. use the S3C2410's DMA system to move data to and from the
  112. peripheral blocks.
  113. config S3C2410_DMA_DEBUG
  114. bool "S3C2410 DMA support debug"
  115. depends on ARCH_S3C2410 && S3C2410_DMA
  116. help
  117. Enable debugging output for the DMA code. This option sends info
  118. to the kernel log, at priority KERN_DEBUG.
  119. Note, it is easy to create and fill the log buffer in a small
  120. amount of time, as well as using an significant percentage of
  121. the CPU time doing so.
  122. config S3C2410_PM_DEBUG
  123. bool "S3C2410 PM Suspend debug"
  124. depends on ARCH_S3C2410 && PM
  125. help
  126. Say Y here if you want verbose debugging from the PM Suspend and
  127. Resume code. See `Documentation/arm/Samsing-S3C24XX/Suspend.txt`
  128. for more information.
  129. config S3C2410_PM_CHECK
  130. bool "S3C2410 PM Suspend Memory CRC"
  131. depends on ARCH_S3C2410 && PM && CRC32
  132. help
  133. Enable the PM code's memory area checksum over sleep. This option
  134. will generate CRCs of all blocks of memory, and store them before
  135. going to sleep. The blocks are then checked on resume for any
  136. errors.
  137. config S3C2410_PM_CHECK_CHUNKSIZE
  138. int "S3C2410 PM Suspend CRC Chunksize (KiB)"
  139. depends on ARCH_S3C2410 && PM && S3C2410_PM_CHECK
  140. default 64
  141. help
  142. Set the chunksize in Kilobytes of the CRC for checking memory
  143. corruption over suspend and resume. A smaller value will mean that
  144. the CRC data block will take more memory, but wil identify any
  145. faults with better precision.
  146. config PM_SIMTEC
  147. bool
  148. depends on PM && (ARCH_BAST || MACH_VR1000)
  149. default y
  150. config S3C2410_LOWLEVEL_UART_PORT
  151. int "S3C2410 UART to use for low-level messages"
  152. default 0
  153. help
  154. Choice of which UART port to use for the low-level messages,
  155. such as the `Uncompressing...` at start time. The value of
  156. this configuration should be between zero and two. The port
  157. must have been initialised by the boot-loader before use.
  158. Note, this does not affect the port used by the debug messages,
  159. which is a separate configuration.
  160. endif