Kconfig 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. config M68K
  2. bool
  3. default y
  4. select HAVE_IDE
  5. select HAVE_AOUT if MMU
  6. select GENERIC_ATOMIC64 if MMU
  7. select HAVE_GENERIC_HARDIRQS if !MMU
  8. select GENERIC_IRQ_SHOW if !MMU
  9. config RWSEM_GENERIC_SPINLOCK
  10. bool
  11. default y
  12. config RWSEM_XCHGADD_ALGORITHM
  13. bool
  14. config ARCH_HAS_ILOG2_U32
  15. bool
  16. config ARCH_HAS_ILOG2_U64
  17. bool
  18. config GENERIC_HWEIGHT
  19. bool
  20. default y
  21. config GENERIC_CALIBRATE_DELAY
  22. bool
  23. default y
  24. config TIME_LOW_RES
  25. bool
  26. default y
  27. config NO_IOPORT
  28. def_bool y
  29. config NO_DMA
  30. def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
  31. config ZONE_DMA
  32. bool
  33. default y
  34. config HZ
  35. int
  36. default 1000 if CLEOPATRA
  37. default 100
  38. source "init/Kconfig"
  39. source "kernel/Kconfig.freezer"
  40. config MMU
  41. bool "MMU-based Paged Memory Management Support"
  42. default y
  43. help
  44. Select if you want MMU-based virtualised addressing space
  45. support by paged memory management. If unsure, say 'Y'.
  46. menu "Platform dependent setup"
  47. if MMU
  48. source arch/m68k/Kconfig.mmu
  49. endif
  50. if !MMU
  51. source arch/m68k/Kconfig.nommu
  52. endif
  53. source "mm/Kconfig"
  54. endmenu
  55. menu "Executable file formats"
  56. source "fs/Kconfig.binfmt"
  57. endmenu
  58. if !MMU
  59. menu "Power management options"
  60. config PM
  61. bool "Power Management support"
  62. help
  63. Support processor power management modes
  64. endmenu
  65. endif
  66. source "net/Kconfig"
  67. source "drivers/Kconfig"
  68. if MMU
  69. menu "Character devices"
  70. config ATARI_MFPSER
  71. tristate "Atari MFP serial support"
  72. depends on ATARI
  73. ---help---
  74. If you like to use the MFP serial ports ("Modem1", "Serial1") under
  75. Linux, say Y. The driver equally supports all kinds of MFP serial
  76. ports and automatically detects whether Serial1 is available.
  77. To compile this driver as a module, choose M here.
  78. Note for Falcon users: You also have an MFP port, it's just not
  79. wired to the outside... But you could use the port under Linux.
  80. config ATARI_MIDI
  81. tristate "Atari MIDI serial support"
  82. depends on ATARI
  83. help
  84. If you want to use your Atari's MIDI port in Linux, say Y.
  85. To compile this driver as a module, choose M here.
  86. config ATARI_DSP56K
  87. tristate "Atari DSP56k support (EXPERIMENTAL)"
  88. depends on ATARI && EXPERIMENTAL
  89. help
  90. If you want to be able to use the DSP56001 in Falcons, say Y. This
  91. driver is still experimental, and if you don't know what it is, or
  92. if you don't have this processor, just say N.
  93. To compile this driver as a module, choose M here.
  94. config AMIGA_BUILTIN_SERIAL
  95. tristate "Amiga builtin serial support"
  96. depends on AMIGA
  97. help
  98. If you want to use your Amiga's built-in serial port in Linux,
  99. answer Y.
  100. To compile this driver as a module, choose M here.
  101. config MULTIFACE_III_TTY
  102. tristate "Multiface Card III serial support"
  103. depends on AMIGA
  104. help
  105. If you want to use a Multiface III card's serial port in Linux,
  106. answer Y.
  107. To compile this driver as a module, choose M here.
  108. config GVPIOEXT
  109. tristate "GVP IO-Extender support"
  110. depends on PARPORT=n && ZORRO
  111. help
  112. If you want to use a GVP IO-Extender serial card in Linux, say Y.
  113. Otherwise, say N.
  114. config GVPIOEXT_LP
  115. tristate "GVP IO-Extender parallel printer support"
  116. depends on GVPIOEXT
  117. help
  118. Say Y to enable driving a printer from the parallel port on your
  119. GVP IO-Extender card, N otherwise.
  120. config GVPIOEXT_PLIP
  121. tristate "GVP IO-Extender PLIP support"
  122. depends on GVPIOEXT
  123. help
  124. Say Y to enable doing IP over the parallel port on your GVP
  125. IO-Extender card, N otherwise.
  126. config MAC_HID
  127. bool
  128. depends on INPUT_ADBHID
  129. default y
  130. config HPDCA
  131. tristate "HP DCA serial support"
  132. depends on DIO && SERIAL_8250
  133. help
  134. If you want to use the internal "DCA" serial ports on an HP300
  135. machine, say Y here.
  136. config HPAPCI
  137. tristate "HP APCI serial support"
  138. depends on HP300 && SERIAL_8250 && EXPERIMENTAL
  139. help
  140. If you want to use the internal "APCI" serial ports on an HP400
  141. machine, say Y here.
  142. config MVME147_SCC
  143. bool "SCC support for MVME147 serial ports"
  144. depends on MVME147 && BROKEN
  145. help
  146. This is the driver for the serial ports on the Motorola MVME147
  147. boards. Everyone using one of these boards should say Y here.
  148. config MVME162_SCC
  149. bool "SCC support for MVME162 serial ports"
  150. depends on MVME16x && BROKEN
  151. help
  152. This is the driver for the serial ports on the Motorola MVME162 and
  153. 172 boards. Everyone using one of these boards should say Y here.
  154. config BVME6000_SCC
  155. bool "SCC support for BVME6000 serial ports"
  156. depends on BVME6000 && BROKEN
  157. help
  158. This is the driver for the serial ports on the BVME4000 and BVME6000
  159. boards from BVM Ltd. Everyone using one of these boards should say
  160. Y here.
  161. config DN_SERIAL
  162. bool "Support for DN serial port (dummy)"
  163. depends on APOLLO
  164. config SERIAL_CONSOLE
  165. bool "Support for serial port console"
  166. depends on (AMIGA || ATARI || SUN3 || SUN3X || VME || APOLLO) && (ATARI_MFPSER=y || ATARI_MIDI=y || AMIGA_BUILTIN_SERIAL=y || GVPIOEXT=y || MULTIFACE_III_TTY=y || SERIAL=y || MVME147_SCC || SERIAL167 || MVME162_SCC || BVME6000_SCC || DN_SERIAL)
  167. ---help---
  168. If you say Y here, it will be possible to use a serial port as the
  169. system console (the system console is the device which receives all
  170. kernel messages and warnings and which allows logins in single user
  171. mode). This could be useful if some terminal or printer is connected
  172. to that serial port.
  173. Even if you say Y here, the currently visible virtual console
  174. (/dev/tty0) will still be used as the system console by default, but
  175. you can alter that using a kernel command line option such as
  176. "console=ttyS1". (Try "man bootparam" or see the documentation of
  177. your boot loader (lilo or loadlin) about how to pass options to the
  178. kernel at boot time.)
  179. If you don't have a VGA card installed and you say Y here, the
  180. kernel will automatically use the first serial line, /dev/ttyS0, as
  181. system console.
  182. If unsure, say N.
  183. endmenu
  184. endif
  185. source "fs/Kconfig"
  186. source "arch/m68k/Kconfig.debug"
  187. source "security/Kconfig"
  188. source "crypto/Kconfig"
  189. source "lib/Kconfig"