xref: /openbmc/linux/arch/m68k/Kconfig (revision f9569e1d)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# For a description of the syntax of this configuration file,
31da177e4SLinus Torvalds# see Documentation/kbuild/kconfig-language.txt.
41da177e4SLinus Torvalds#
51da177e4SLinus Torvaldsconfig M68K
61da177e4SLinus Torvalds	bool
71da177e4SLinus Torvalds	default y
81da177e4SLinus Torvalds
91da177e4SLinus Torvaldsconfig MMU
101da177e4SLinus Torvalds	bool
111da177e4SLinus Torvalds	default y
121da177e4SLinus Torvalds
131da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK
141da177e4SLinus Torvalds	bool
151da177e4SLinus Torvalds	default y
161da177e4SLinus Torvalds
171da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM
181da177e4SLinus Torvalds	bool
191da177e4SLinus Torvalds
20f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U32
21f0d1b0b3SDavid Howells	bool
22f0d1b0b3SDavid Howells	default n
23f0d1b0b3SDavid Howells
24f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U64
25f0d1b0b3SDavid Howells	bool
26f0d1b0b3SDavid Howells	default n
27f0d1b0b3SDavid Howells
28ba1a5b32SAkinobu Mitaconfig GENERIC_HWEIGHT
29ba1a5b32SAkinobu Mita	bool
30ba1a5b32SAkinobu Mita	default y
31ba1a5b32SAkinobu Mita
321da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY
331da177e4SLinus Torvalds	bool
341da177e4SLinus Torvalds	default y
351da177e4SLinus Torvalds
3606027bddSIngo Molnarconfig TIME_LOW_RES
3706027bddSIngo Molnar	bool
3806027bddSIngo Molnar	default y
3906027bddSIngo Molnar
40f9569e1dSAl Viroconfig GENERIC_IOMAP
41f9569e1dSAl Viro	bool
42f9569e1dSAl Viro	default y
43f9569e1dSAl Viro
44a08b6b79Sviro@ZenIV.linux.org.ukconfig ARCH_MAY_HAVE_PC_FDC
45a08b6b79Sviro@ZenIV.linux.org.uk	bool
46a08b6b79Sviro@ZenIV.linux.org.uk	depends on Q40 || (BROKEN && SUN3X)
47a08b6b79Sviro@ZenIV.linux.org.uk	default y
48a08b6b79Sviro@ZenIV.linux.org.uk
495ea81769SAl Viroconfig NO_IOPORT
505ea81769SAl Viro	def_bool y
515ea81769SAl Viro
521da177e4SLinus Torvaldsmainmenu "Linux/68k Kernel Configuration"
531da177e4SLinus Torvalds
541da177e4SLinus Torvaldssource "init/Kconfig"
551da177e4SLinus Torvalds
561da177e4SLinus Torvaldsmenu "Platform dependent setup"
571da177e4SLinus Torvalds
581da177e4SLinus Torvaldsconfig EISA
591da177e4SLinus Torvalds	bool
601da177e4SLinus Torvalds	---help---
611da177e4SLinus Torvalds	  The Extended Industry Standard Architecture (EISA) bus was
621da177e4SLinus Torvalds	  developed as an open alternative to the IBM MicroChannel bus.
631da177e4SLinus Torvalds
641da177e4SLinus Torvalds	  The EISA bus provided some of the features of the IBM MicroChannel
651da177e4SLinus Torvalds	  bus while maintaining backward compatibility with cards made for
661da177e4SLinus Torvalds	  the older ISA bus.  The EISA bus saw limited use between 1988 and
671da177e4SLinus Torvalds	  1995 when it was made obsolete by the PCI bus.
681da177e4SLinus Torvalds
691da177e4SLinus Torvalds	  Say Y here if you are building a kernel for an EISA-based machine.
701da177e4SLinus Torvalds
711da177e4SLinus Torvalds	  Otherwise, say N.
721da177e4SLinus Torvalds
731da177e4SLinus Torvaldsconfig MCA
741da177e4SLinus Torvalds	bool
751da177e4SLinus Torvalds	help
761da177e4SLinus Torvalds	  MicroChannel Architecture is found in some IBM PS/2 machines and
771da177e4SLinus Torvalds	  laptops.  It is a bus system similar to PCI or ISA. See
781da177e4SLinus Torvalds	  <file:Documentation/mca.txt> (and especially the web page given
791da177e4SLinus Torvalds	  there) before attempting to build an MCA bus kernel.
801da177e4SLinus Torvalds
811da177e4SLinus Torvaldsconfig PCMCIA
821da177e4SLinus Torvalds	tristate
831da177e4SLinus Torvalds	---help---
841da177e4SLinus Torvalds	  Say Y here if you want to attach PCMCIA- or PC-cards to your Linux
851da177e4SLinus Torvalds	  computer.  These are credit-card size devices such as network cards,
861da177e4SLinus Torvalds	  modems or hard drives often used with laptops computers.  There are
871da177e4SLinus Torvalds	  actually two varieties of these cards: the older 16 bit PCMCIA cards
881da177e4SLinus Torvalds	  and the newer 32 bit CardBus cards.  If you want to use CardBus
891da177e4SLinus Torvalds	  cards, you need to say Y here and also to "CardBus support" below.
901da177e4SLinus Torvalds
911da177e4SLinus Torvalds	  To use your PC-cards, you will need supporting software from David
921da177e4SLinus Torvalds	  Hinds' pcmcia-cs package (see the file <file:Documentation/Changes>
931da177e4SLinus Torvalds	  for location).  Please also read the PCMCIA-HOWTO, available from
941da177e4SLinus Torvalds	  <http://www.tldp.org/docs.html#howto>.
951da177e4SLinus Torvalds
961da177e4SLinus Torvalds	  To compile this driver as modules, choose M here: the
971da177e4SLinus Torvalds	  modules will be called pcmcia_core and ds.
981da177e4SLinus Torvalds
991da177e4SLinus Torvaldsconfig SUN3
1001da177e4SLinus Torvalds	bool "Sun3 support"
1011da177e4SLinus Torvalds	select M68020
1021da177e4SLinus Torvalds	select MMU_SUN3 if MMU
1031da177e4SLinus Torvalds	help
1041da177e4SLinus Torvalds	  This option enables support for the Sun 3 series of workstations
1051da177e4SLinus Torvalds	  (3/50, 3/60, 3/1xx, 3/2xx systems). Enabling this option requires
1061da177e4SLinus Torvalds	  that all other hardware types must be disabled, as Sun 3 kernels
1071da177e4SLinus Torvalds	  are incompatible with all other m68k targets (including Sun 3x!).
1081da177e4SLinus Torvalds
1091da177e4SLinus Torvalds	  If you don't want to compile a kernel exclusively for a Sun 3, say N.
1101da177e4SLinus Torvalds
1111da177e4SLinus Torvaldsconfig AMIGA
1121da177e4SLinus Torvalds	bool "Amiga support"
1131da177e4SLinus Torvalds	depends on !MMU_SUN3
1141da177e4SLinus Torvalds	help
1151da177e4SLinus Torvalds	  This option enables support for the Amiga series of computers. If
1161da177e4SLinus Torvalds	  you plan to use this kernel on an Amiga, say Y here and browse the
1171da177e4SLinus Torvalds	  material available in <file:Documentation/m68k>; otherwise say N.
1181da177e4SLinus Torvalds
1191da177e4SLinus Torvaldsconfig ATARI
1201da177e4SLinus Torvalds	bool "Atari support"
1211da177e4SLinus Torvalds	depends on !MMU_SUN3
1221da177e4SLinus Torvalds	help
1231da177e4SLinus Torvalds	  This option enables support for the 68000-based Atari series of
1241da177e4SLinus Torvalds	  computers (including the TT, Falcon and Medusa). If you plan to use
1251da177e4SLinus Torvalds	  this kernel on an Atari, say Y here and browse the material
1261da177e4SLinus Torvalds	  available in <file:Documentation/m68k>; otherwise say N.
1271da177e4SLinus Torvalds
1281da177e4SLinus Torvaldsconfig HADES
1291da177e4SLinus Torvalds	bool "Hades support"
1301da177e4SLinus Torvalds	depends on ATARI && BROKEN
1311da177e4SLinus Torvalds	help
1321da177e4SLinus Torvalds	  This option enables support for the Hades Atari clone. If you plan
1331da177e4SLinus Torvalds	  to use this kernel on a Hades, say Y here; otherwise say N.
1341da177e4SLinus Torvalds
1351da177e4SLinus Torvaldsconfig PCI
1361da177e4SLinus Torvalds	bool
1371da177e4SLinus Torvalds	depends on HADES
1381da177e4SLinus Torvalds	default y
1391da177e4SLinus Torvalds	help
1401da177e4SLinus Torvalds	  Find out whether you have a PCI motherboard. PCI is the name of a
1411da177e4SLinus Torvalds	  bus system, i.e. the way the CPU talks to the other stuff inside
1421da177e4SLinus Torvalds	  your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
1431da177e4SLinus Torvalds	  VESA. If you have PCI, say Y, otherwise N.
1441da177e4SLinus Torvalds
1451da177e4SLinus Torvalds	  The PCI-HOWTO, available from
1461da177e4SLinus Torvalds	  <http://www.tldp.org/docs.html#howto>, contains valuable
1471da177e4SLinus Torvalds	  information about which PCI hardware does work under Linux and which
1481da177e4SLinus Torvalds	  doesn't.
1491da177e4SLinus Torvalds
1501da177e4SLinus Torvaldsconfig MAC
1511da177e4SLinus Torvalds	bool "Macintosh support"
1521da177e4SLinus Torvalds	depends on !MMU_SUN3
1531da177e4SLinus Torvalds	help
1541da177e4SLinus Torvalds	  This option enables support for the Apple Macintosh series of
1551da177e4SLinus Torvalds	  computers (yes, there is experimental support now, at least for part
1561da177e4SLinus Torvalds	  of the series).
1571da177e4SLinus Torvalds
1581da177e4SLinus Torvalds	  Say N unless you're willing to code the remaining necessary support.
1591da177e4SLinus Torvalds	  ;)
1601da177e4SLinus Torvalds
1611da177e4SLinus Torvaldsconfig NUBUS
1621da177e4SLinus Torvalds	bool
1631da177e4SLinus Torvalds	depends on MAC
1641da177e4SLinus Torvalds	default y
1651da177e4SLinus Torvalds
1661da177e4SLinus Torvaldsconfig M68K_L2_CACHE
1671da177e4SLinus Torvalds	bool
1681da177e4SLinus Torvalds	depends on MAC
1691da177e4SLinus Torvalds	default y
1701da177e4SLinus Torvalds
1711da177e4SLinus Torvaldsconfig APOLLO
1721da177e4SLinus Torvalds	bool "Apollo support"
1731da177e4SLinus Torvalds	depends on !MMU_SUN3
1741da177e4SLinus Torvalds	help
1751da177e4SLinus Torvalds	  Say Y here if you want to run Linux on an MC680x0-based Apollo
1761da177e4SLinus Torvalds	  Domain workstation such as the DN3500.
1771da177e4SLinus Torvalds
1781da177e4SLinus Torvaldsconfig VME
1791da177e4SLinus Torvalds	bool "VME (Motorola and BVM) support"
1801da177e4SLinus Torvalds	depends on !MMU_SUN3
1811da177e4SLinus Torvalds	help
1821da177e4SLinus Torvalds	  Say Y here if you want to build a kernel for a 680x0 based VME
1831da177e4SLinus Torvalds	  board.  Boards currently supported include Motorola boards MVME147,
1841da177e4SLinus Torvalds	  MVME162, MVME166, MVME167, MVME172, and MVME177.  BVME4000 and
1851da177e4SLinus Torvalds	  BVME6000 boards from BVM Ltd are also supported.
1861da177e4SLinus Torvalds
1871da177e4SLinus Torvaldsconfig MVME147
1881da177e4SLinus Torvalds	bool "MVME147 support"
1891da177e4SLinus Torvalds	depends on VME
1901da177e4SLinus Torvalds	help
1911da177e4SLinus Torvalds	  Say Y to include support for early Motorola VME boards.  This will
1921da177e4SLinus Torvalds	  build a kernel which can run on MVME147 single-board computers.  If
1931da177e4SLinus Torvalds	  you select this option you will have to select the appropriate
1941da177e4SLinus Torvalds	  drivers for SCSI, Ethernet and serial ports later on.
1951da177e4SLinus Torvalds
1961da177e4SLinus Torvaldsconfig MVME16x
1971da177e4SLinus Torvalds	bool "MVME162, 166 and 167 support"
1981da177e4SLinus Torvalds	depends on VME
1991da177e4SLinus Torvalds	help
2001da177e4SLinus Torvalds	  Say Y to include support for Motorola VME boards.  This will build a
2011da177e4SLinus Torvalds	  kernel which can run on MVME162, MVME166, MVME167, MVME172, and
2021da177e4SLinus Torvalds	  MVME177 boards.  If you select this option you will have to select
2031da177e4SLinus Torvalds	  the appropriate drivers for SCSI, Ethernet and serial ports later
2041da177e4SLinus Torvalds	  on.
2051da177e4SLinus Torvalds
2061da177e4SLinus Torvaldsconfig BVME6000
2071da177e4SLinus Torvalds	bool "BVME4000 and BVME6000 support"
2081da177e4SLinus Torvalds	depends on VME
2091da177e4SLinus Torvalds	help
2101da177e4SLinus Torvalds	  Say Y to include support for VME boards from BVM Ltd.  This will
2111da177e4SLinus Torvalds	  build a kernel which can run on BVME4000 and BVME6000 boards.  If
2121da177e4SLinus Torvalds	  you select this option you will have to select the appropriate
2131da177e4SLinus Torvalds	  drivers for SCSI, Ethernet and serial ports later on.
2141da177e4SLinus Torvalds
2151da177e4SLinus Torvaldsconfig HP300
2161da177e4SLinus Torvalds	bool "HP9000/300 and HP9000/400 support"
2171da177e4SLinus Torvalds	depends on !MMU_SUN3
2181da177e4SLinus Torvalds	help
2191da177e4SLinus Torvalds	  This option enables support for the HP9000/300 and HP9000/400 series
2201da177e4SLinus Torvalds	  of workstations. Support for these machines is still somewhat
2211da177e4SLinus Torvalds	  experimental. If you plan to try to use the kernel on such a machine
2221da177e4SLinus Torvalds	  say Y here.
2231da177e4SLinus Torvalds	  Everybody else says N.
2241da177e4SLinus Torvalds
2251da177e4SLinus Torvaldsconfig DIO
2261da177e4SLinus Torvalds	bool "DIO bus support"
2271da177e4SLinus Torvalds	depends on HP300
2281da177e4SLinus Torvalds	default y
2291da177e4SLinus Torvalds	help
2301da177e4SLinus Torvalds	  Say Y here to enable support for the "DIO" expansion bus used in
2311da177e4SLinus Torvalds	  HP300 machines. If you are using such a system you almost certainly
2321da177e4SLinus Torvalds	  want this.
2331da177e4SLinus Torvalds
2341da177e4SLinus Torvaldsconfig SUN3X
2351da177e4SLinus Torvalds	bool "Sun3x support"
2361da177e4SLinus Torvalds	depends on !MMU_SUN3
2371da177e4SLinus Torvalds	select M68030
2381da177e4SLinus Torvalds	help
2391da177e4SLinus Torvalds	  This option enables support for the Sun 3x series of workstations.
2401da177e4SLinus Torvalds	  Be warned that this support is very experimental.
2411da177e4SLinus Torvalds	  Note that Sun 3x kernels are not compatible with Sun 3 hardware.
2421da177e4SLinus Torvalds	  General Linux information on the Sun 3x series (now discontinued)
2431da177e4SLinus Torvalds	  is at <http://www.angelfire.com/ca2/tech68k/sun3.html>.
2441da177e4SLinus Torvalds
2451da177e4SLinus Torvalds	  If you don't want to compile a kernel for a Sun 3x, say N.
2461da177e4SLinus Torvalds
2471da177e4SLinus Torvaldsconfig Q40
2481da177e4SLinus Torvalds	bool "Q40/Q60 support"
2491da177e4SLinus Torvalds	depends on !MMU_SUN3
2501da177e4SLinus Torvalds	help
2511da177e4SLinus Torvalds	  The Q40 is a Motorola 68040-based successor to the Sinclair QL
2521da177e4SLinus Torvalds	  manufactured in Germany.  There is an official Q40 home page at
2531da177e4SLinus Torvalds	  <http://www.q40.de/>.  This option enables support for the Q40 and
2541da177e4SLinus Torvalds	  Q60. Select your CPU below.  For 68LC060 don't forget to enable FPU
2551da177e4SLinus Torvalds	  emulation.
2561da177e4SLinus Torvalds
2571da177e4SLinus Torvaldscomment "Processor type"
2581da177e4SLinus Torvalds
2591da177e4SLinus Torvaldsconfig M68020
2601da177e4SLinus Torvalds	bool "68020 support"
2611da177e4SLinus Torvalds	help
2621da177e4SLinus Torvalds	  If you anticipate running this kernel on a computer with a MC68020
2631da177e4SLinus Torvalds	  processor, say Y. Otherwise, say N. Note that the 68020 requires a
2641da177e4SLinus Torvalds	  68851 MMU (Memory Management Unit) to run Linux/m68k, except on the
2651da177e4SLinus Torvalds	  Sun 3, which provides its own version.
2661da177e4SLinus Torvalds
2671da177e4SLinus Torvaldsconfig M68030
2681da177e4SLinus Torvalds	bool "68030 support"
2691da177e4SLinus Torvalds	depends on !MMU_SUN3
2701da177e4SLinus Torvalds	help
2711da177e4SLinus Torvalds	  If you anticipate running this kernel on a computer with a MC68030
2721da177e4SLinus Torvalds	  processor, say Y. Otherwise, say N. Note that a MC68EC030 will not
2731da177e4SLinus Torvalds	  work, as it does not include an MMU (Memory Management Unit).
2741da177e4SLinus Torvalds
2751da177e4SLinus Torvaldsconfig M68040
2761da177e4SLinus Torvalds	bool "68040 support"
2771da177e4SLinus Torvalds	depends on !MMU_SUN3
2781da177e4SLinus Torvalds	help
2791da177e4SLinus Torvalds	  If you anticipate running this kernel on a computer with a MC68LC040
2801da177e4SLinus Torvalds	  or MC68040 processor, say Y. Otherwise, say N. Note that an
2811da177e4SLinus Torvalds	  MC68EC040 will not work, as it does not include an MMU (Memory
2821da177e4SLinus Torvalds	  Management Unit).
2831da177e4SLinus Torvalds
2841da177e4SLinus Torvaldsconfig M68060
2851da177e4SLinus Torvalds	bool "68060 support"
2861da177e4SLinus Torvalds	depends on !MMU_SUN3
2871da177e4SLinus Torvalds	help
2881da177e4SLinus Torvalds	  If you anticipate running this kernel on a computer with a MC68060
2891da177e4SLinus Torvalds	  processor, say Y. Otherwise, say N.
2901da177e4SLinus Torvalds
2911da177e4SLinus Torvaldsconfig MMU_MOTOROLA
2921da177e4SLinus Torvalds	bool
2931da177e4SLinus Torvalds	depends on MMU && !MMU_SUN3
2941da177e4SLinus Torvalds	default y
2951da177e4SLinus Torvalds
2961da177e4SLinus Torvaldsconfig MMU_SUN3
2971da177e4SLinus Torvalds	bool
2981da177e4SLinus Torvalds
2991da177e4SLinus Torvaldsconfig M68KFPU_EMU
3001da177e4SLinus Torvalds	bool "Math emulation support (EXPERIMENTAL)"
3011da177e4SLinus Torvalds	depends on EXPERIMENTAL
3021da177e4SLinus Torvalds	help
3031da177e4SLinus Torvalds	  At some point in the future, this will cause floating-point math
3041da177e4SLinus Torvalds	  instructions to be emulated by the kernel on machines that lack a
3051da177e4SLinus Torvalds	  floating-point math coprocessor.  Thrill-seekers and chronically
3061da177e4SLinus Torvalds	  sleep-deprived psychotic hacker types can say Y now, everyone else
3071da177e4SLinus Torvalds	  should probably wait a while.
3081da177e4SLinus Torvalds
3091da177e4SLinus Torvaldsconfig M68KFPU_EMU_EXTRAPREC
3101da177e4SLinus Torvalds	bool "Math emulation extra precision"
3111da177e4SLinus Torvalds	depends on M68KFPU_EMU
3121da177e4SLinus Torvalds	help
3131da177e4SLinus Torvalds	  The fpu uses normally a few bit more during calculations for
3141da177e4SLinus Torvalds	  correct rounding, the emulator can (often) do the same but this
3151da177e4SLinus Torvalds	  extra calculation can cost quite some time, so you can disable
3161da177e4SLinus Torvalds	  it here. The emulator will then "only" calculate with a 64 bit
3171da177e4SLinus Torvalds	  mantissa and round slightly incorrect, what is more then enough
3181da177e4SLinus Torvalds	  for normal usage.
3191da177e4SLinus Torvalds
3201da177e4SLinus Torvaldsconfig M68KFPU_EMU_ONLY
3211da177e4SLinus Torvalds	bool "Math emulation only kernel"
3221da177e4SLinus Torvalds	depends on M68KFPU_EMU
3231da177e4SLinus Torvalds	help
3241da177e4SLinus Torvalds	  This option prevents any floating-point instructions from being
3251da177e4SLinus Torvalds	  compiled into the kernel, thereby the kernel doesn't save any
3261da177e4SLinus Torvalds	  floating point context anymore during task switches, so this
3271da177e4SLinus Torvalds	  kernel will only be usable on machines without a floating-point
3281da177e4SLinus Torvalds	  math coprocessor. This makes the kernel a bit faster as no tests
3291da177e4SLinus Torvalds	  needs to be executed whether a floating-point instruction in the
3301da177e4SLinus Torvalds	  kernel should be executed or not.
3311da177e4SLinus Torvalds
3321da177e4SLinus Torvaldsconfig ADVANCED
3331da177e4SLinus Torvalds	bool "Advanced configuration options"
3341da177e4SLinus Torvalds	---help---
3351da177e4SLinus Torvalds	  This gives you access to some advanced options for the CPU. The
3361da177e4SLinus Torvalds	  defaults should be fine for most users, but these options may make
3371da177e4SLinus Torvalds	  it possible for you to improve performance somewhat if you know what
3381da177e4SLinus Torvalds	  you are doing.
3391da177e4SLinus Torvalds
3401da177e4SLinus Torvalds	  Note that the answer to this question won't directly affect the
3411da177e4SLinus Torvalds	  kernel: saying N will just cause the configurator to skip all
3421da177e4SLinus Torvalds	  the questions about these options.
3431da177e4SLinus Torvalds
3441da177e4SLinus Torvalds	  Most users should say N to this question.
3451da177e4SLinus Torvalds
3461da177e4SLinus Torvaldsconfig RMW_INSNS
3471da177e4SLinus Torvalds	bool "Use read-modify-write instructions"
3481da177e4SLinus Torvalds	depends on ADVANCED
3491da177e4SLinus Torvalds	---help---
3501da177e4SLinus Torvalds	  This allows to use certain instructions that work with indivisible
3511da177e4SLinus Torvalds	  read-modify-write bus cycles. While this is faster than the
3521da177e4SLinus Torvalds	  workaround of disabling interrupts, it can conflict with DMA
3531da177e4SLinus Torvalds	  ( = direct memory access) on many Amiga systems, and it is also said
3541da177e4SLinus Torvalds	  to destabilize other machines. It is very likely that this will
3551da177e4SLinus Torvalds	  cause serious problems on any Amiga or Atari Medusa if set. The only
3561da177e4SLinus Torvalds	  configuration where it should work are 68030-based Ataris, where it
3571da177e4SLinus Torvalds	  apparently improves performance. But you've been warned! Unless you
3581da177e4SLinus Torvalds	  really know what you are doing, say N. Try Y only if you're quite
3591da177e4SLinus Torvalds	  adventurous.
3601da177e4SLinus Torvalds
3611da177e4SLinus Torvaldsconfig SINGLE_MEMORY_CHUNK
36212d810c1SRoman Zippel	bool "Use one physical chunk of memory only" if ADVANCED && !SUN3
36312d810c1SRoman Zippel	default y if SUN3
36412d810c1SRoman Zippel	select NEED_MULTIPLE_NODES
3651da177e4SLinus Torvalds	help
3661da177e4SLinus Torvalds	  Ignore all but the first contiguous chunk of physical memory for VM
3671da177e4SLinus Torvalds	  purposes.  This will save a few bytes kernel size and may speed up
3681da177e4SLinus Torvalds	  some operations.  Say N if not sure.
3691da177e4SLinus Torvalds
3701da177e4SLinus Torvaldsconfig 060_WRITETHROUGH
3711da177e4SLinus Torvalds	bool "Use write-through caching for 68060 supervisor accesses"
3721da177e4SLinus Torvalds	depends on ADVANCED && M68060
3731da177e4SLinus Torvalds	---help---
3741da177e4SLinus Torvalds	  The 68060 generally uses copyback caching of recently accessed data.
3751da177e4SLinus Torvalds	  Copyback caching means that memory writes will be held in an on-chip
3761da177e4SLinus Torvalds	  cache and only written back to memory some time later.  Saying Y
3771da177e4SLinus Torvalds	  here will force supervisor (kernel) accesses to use writethrough
3781da177e4SLinus Torvalds	  caching.  Writethrough caching means that data is written to memory
3791da177e4SLinus Torvalds	  straight away, so that cache and memory data always agree.
3801da177e4SLinus Torvalds	  Writethrough caching is less efficient, but is needed for some
3811da177e4SLinus Torvalds	  drivers on 68060 based systems where the 68060 bus snooping signal
3821da177e4SLinus Torvalds	  is hardwired on.  The 53c710 SCSI driver is known to suffer from
3831da177e4SLinus Torvalds	  this problem.
3841da177e4SLinus Torvalds
38512d810c1SRoman Zippelconfig ARCH_DISCONTIGMEM_ENABLE
38612d810c1SRoman Zippel	def_bool !SINGLE_MEMORY_CHUNK
38712d810c1SRoman Zippel
38812d810c1SRoman Zippelconfig NODES_SHIFT
38912d810c1SRoman Zippel	int
39012d810c1SRoman Zippel	default "3"
39112d810c1SRoman Zippel	depends on !SINGLE_MEMORY_CHUNK
39212d810c1SRoman Zippel
3933f22ab27SDave Hansensource "mm/Kconfig"
3943f22ab27SDave Hansen
3951da177e4SLinus Torvaldsendmenu
3961da177e4SLinus Torvalds
3971da177e4SLinus Torvaldsmenu "General setup"
3981da177e4SLinus Torvalds
3991da177e4SLinus Torvaldssource "fs/Kconfig.binfmt"
4001da177e4SLinus Torvalds
4011da177e4SLinus Torvaldsconfig ZORRO
4021da177e4SLinus Torvalds	bool "Amiga Zorro (AutoConfig) bus support"
4031da177e4SLinus Torvalds	depends on AMIGA
4041da177e4SLinus Torvalds	help
4051da177e4SLinus Torvalds	  This enables support for the Zorro bus in the Amiga. If you have
4061da177e4SLinus Torvalds	  expansion cards in your Amiga that conform to the Amiga
4071da177e4SLinus Torvalds	  AutoConfig(tm) specification, say Y, otherwise N. Note that even
4081da177e4SLinus Torvalds	  expansion cards that do not fit in the Zorro slots but fit in e.g.
4091da177e4SLinus Torvalds	  the CPU slot may fall in this category, so you have to say Y to let
4101da177e4SLinus Torvalds	  Linux use these.
4111da177e4SLinus Torvalds
4121da177e4SLinus Torvaldsconfig AMIGA_PCMCIA
4131da177e4SLinus Torvalds	bool "Amiga 1200/600 PCMCIA support (EXPERIMENTAL)"
4141da177e4SLinus Torvalds	depends on AMIGA && EXPERIMENTAL
4151da177e4SLinus Torvalds	help
4161da177e4SLinus Torvalds	  Include support in the kernel for pcmcia on Amiga 1200 and Amiga
4171da177e4SLinus Torvalds	  600. If you intend to use pcmcia cards say Y; otherwise say N.
4181da177e4SLinus Torvalds
4191da177e4SLinus Torvaldsconfig STRAM_PROC
4201da177e4SLinus Torvalds	bool "ST-RAM statistics in /proc"
4211da177e4SLinus Torvalds	depends on ATARI
4221da177e4SLinus Torvalds	help
423f9c98d02SHugh Dickins	  Say Y here to report ST-RAM usage statistics in /proc/stram.
4241da177e4SLinus Torvalds
4251da177e4SLinus Torvaldsconfig HEARTBEAT
4261da177e4SLinus Torvalds	bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || MAC ||Q40
4271da177e4SLinus Torvalds	default y if !AMIGA && !APOLLO && !ATARI && !MAC && !Q40 && HP300
4281da177e4SLinus Torvalds	help
4291da177e4SLinus Torvalds	  Use the power-on LED on your machine as a load meter.  The exact
4301da177e4SLinus Torvalds	  behavior is platform-dependent, but normally the flash frequency is
4311da177e4SLinus Torvalds	  a hyperbolic function of the 5-minute load average.
4321da177e4SLinus Torvalds
4331da177e4SLinus Torvalds# We have a dedicated heartbeat LED. :-)
4341da177e4SLinus Torvaldsconfig PROC_HARDWARE
4351da177e4SLinus Torvalds	bool "/proc/hardware support"
4361da177e4SLinus Torvalds	help
4371da177e4SLinus Torvalds	  Say Y here to support the /proc/hardware file, which gives you
4381da177e4SLinus Torvalds	  access to information about the machine you're running on,
4391da177e4SLinus Torvalds	  including the model, CPU, MMU, clock speed, BogoMIPS rating,
4401da177e4SLinus Torvalds	  and memory size.
4411da177e4SLinus Torvalds
4421da177e4SLinus Torvaldsconfig ISA
4431da177e4SLinus Torvalds	bool
4441da177e4SLinus Torvalds	depends on Q40 || AMIGA_PCMCIA || GG2
4451da177e4SLinus Torvalds	default y
4461da177e4SLinus Torvalds	help
4471da177e4SLinus Torvalds	  Find out whether you have ISA slots on your motherboard.  ISA is the
4481da177e4SLinus Torvalds	  name of a bus system, i.e. the way the CPU talks to the other stuff
4491da177e4SLinus Torvalds	  inside your box.  Other bus systems are PCI, EISA, MicroChannel
4501da177e4SLinus Torvalds	  (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
4511da177e4SLinus Torvalds	  newer boards don't support it.  If you have ISA, say Y, otherwise N.
4521da177e4SLinus Torvalds
4531da177e4SLinus Torvaldsconfig GENERIC_ISA_DMA
4541da177e4SLinus Torvalds	bool
4551da177e4SLinus Torvalds	depends on Q40 || AMIGA_PCMCIA || GG2
4561da177e4SLinus Torvalds	default y
4571da177e4SLinus Torvalds
4585ac6da66SChristoph Lameterconfig ZONE_DMA
4595ac6da66SChristoph Lameter	bool
4605ac6da66SChristoph Lameter	default y
4615ac6da66SChristoph Lameter
4621da177e4SLinus Torvaldssource "drivers/pci/Kconfig"
4631da177e4SLinus Torvalds
4641da177e4SLinus Torvaldssource "drivers/zorro/Kconfig"
4651da177e4SLinus Torvalds
4661da177e4SLinus Torvaldsendmenu
4671da177e4SLinus Torvalds
468d5950b43SSam Ravnborgsource "net/Kconfig"
469d5950b43SSam Ravnborg
4701da177e4SLinus Torvaldssource "drivers/Kconfig"
4711da177e4SLinus Torvalds
4721da177e4SLinus Torvaldsmenu "Character devices"
4731da177e4SLinus Torvalds
4741da177e4SLinus Torvaldsconfig ATARI_MFPSER
4751da177e4SLinus Torvalds	tristate "Atari MFP serial support"
4761da177e4SLinus Torvalds	depends on ATARI
4771da177e4SLinus Torvalds	---help---
4781da177e4SLinus Torvalds	  If you like to use the MFP serial ports ("Modem1", "Serial1") under
4791da177e4SLinus Torvalds	  Linux, say Y. The driver equally supports all kinds of MFP serial
4801da177e4SLinus Torvalds	  ports and automatically detects whether Serial1 is available.
4811da177e4SLinus Torvalds
4821da177e4SLinus Torvalds	  To compile this driver as a module, choose M here.
4831da177e4SLinus Torvalds
4841da177e4SLinus Torvalds	  Note for Falcon users: You also have an MFP port, it's just not
4851da177e4SLinus Torvalds	  wired to the outside... But you could use the port under Linux.
4861da177e4SLinus Torvalds
4871da177e4SLinus Torvaldsconfig ATARI_SCC
4881da177e4SLinus Torvalds	tristate "Atari SCC serial support"
4891da177e4SLinus Torvalds	depends on ATARI
4901da177e4SLinus Torvalds	---help---
4911da177e4SLinus Torvalds	  If you have serial ports based on a Zilog SCC chip (Modem2, Serial2,
4921da177e4SLinus Torvalds	  LAN) and like to use them under Linux, say Y. All built-in SCC's are
4931da177e4SLinus Torvalds	  supported (TT, MegaSTE, Falcon), and also the ST-ESCC. If you have
4941da177e4SLinus Torvalds	  two connectors for channel A (Serial2 and LAN), they are visible as
4951da177e4SLinus Torvalds	  two separate devices.
4961da177e4SLinus Torvalds
4971da177e4SLinus Torvalds	  To compile this driver as a module, choose M here.
4981da177e4SLinus Torvalds
4991da177e4SLinus Torvaldsconfig ATARI_SCC_DMA
5001da177e4SLinus Torvalds	bool "Atari SCC serial DMA support"
5011da177e4SLinus Torvalds	depends on ATARI_SCC
5021da177e4SLinus Torvalds	help
5031da177e4SLinus Torvalds	  This enables DMA support for receiving data on channel A of the SCC.
5041da177e4SLinus Torvalds	  If you have a TT you may say Y here and read
5051da177e4SLinus Torvalds	  drivers/char/atari_SCC.README. All other users should say N here,
5061da177e4SLinus Torvalds	  because only the TT has SCC-DMA, even if your machine keeps claiming
5071da177e4SLinus Torvalds	  so at boot time.
5081da177e4SLinus Torvalds
5091da177e4SLinus Torvaldsconfig ATARI_MIDI
5101da177e4SLinus Torvalds	tristate "Atari MIDI serial support"
5111da177e4SLinus Torvalds	depends on ATARI
5121da177e4SLinus Torvalds	help
5131da177e4SLinus Torvalds	  If you want to use your Atari's MIDI port in Linux, say Y.
5141da177e4SLinus Torvalds
5151da177e4SLinus Torvalds	  To compile this driver as a module, choose M here.
5161da177e4SLinus Torvalds
5171da177e4SLinus Torvaldsconfig ATARI_DSP56K
5181da177e4SLinus Torvalds	tristate "Atari DSP56k support (EXPERIMENTAL)"
5191da177e4SLinus Torvalds	depends on ATARI && EXPERIMENTAL
5201da177e4SLinus Torvalds	help
5211da177e4SLinus Torvalds	  If you want to be able to use the DSP56001 in Falcons, say Y. This
5221da177e4SLinus Torvalds	  driver is still experimental, and if you don't know what it is, or
5231da177e4SLinus Torvalds	  if you don't have this processor, just say N.
5241da177e4SLinus Torvalds
5251da177e4SLinus Torvalds	  To compile this driver as a module, choose M here.
5261da177e4SLinus Torvalds
5271da177e4SLinus Torvaldsconfig AMIGA_BUILTIN_SERIAL
5281da177e4SLinus Torvalds	tristate "Amiga builtin serial support"
5291da177e4SLinus Torvalds	depends on AMIGA
5301da177e4SLinus Torvalds	help
5311da177e4SLinus Torvalds	  If you want to use your Amiga's built-in serial port in Linux,
5321da177e4SLinus Torvalds	  answer Y.
5331da177e4SLinus Torvalds
5341da177e4SLinus Torvalds	  To compile this driver as a module, choose M here.
5351da177e4SLinus Torvalds
5361da177e4SLinus Torvaldsconfig WHIPPET_SERIAL
5371da177e4SLinus Torvalds	tristate "Hisoft Whippet PCMCIA serial support"
5381da177e4SLinus Torvalds	depends on AMIGA_PCMCIA
5391da177e4SLinus Torvalds	help
5401da177e4SLinus Torvalds	  HiSoft has a web page at <http://www.hisoft.co.uk/>, but there
5411da177e4SLinus Torvalds	  is no listing for the Whippet in their Amiga section.
5421da177e4SLinus Torvalds
5431da177e4SLinus Torvaldsconfig MULTIFACE_III_TTY
5441da177e4SLinus Torvalds	tristate "Multiface Card III serial support"
5451da177e4SLinus Torvalds	depends on AMIGA
5461da177e4SLinus Torvalds	help
5471da177e4SLinus Torvalds	  If you want to use a Multiface III card's serial port in Linux,
5481da177e4SLinus Torvalds	  answer Y.
5491da177e4SLinus Torvalds
5501da177e4SLinus Torvalds	  To compile this driver as a module, choose M here.
5511da177e4SLinus Torvalds
5521da177e4SLinus Torvaldsconfig GVPIOEXT
5531da177e4SLinus Torvalds	tristate "GVP IO-Extender support"
5541da177e4SLinus Torvalds	depends on PARPORT=n && ZORRO
5551da177e4SLinus Torvalds	help
5561da177e4SLinus Torvalds	  If you want to use a GVP IO-Extender serial card in Linux, say Y.
5571da177e4SLinus Torvalds	  Otherwise, say N.
5581da177e4SLinus Torvalds
5591da177e4SLinus Torvaldsconfig GVPIOEXT_LP
5601da177e4SLinus Torvalds	tristate "GVP IO-Extender parallel printer support"
5611da177e4SLinus Torvalds	depends on GVPIOEXT
5621da177e4SLinus Torvalds	help
5631da177e4SLinus Torvalds	  Say Y to enable driving a printer from the parallel port on your
5641da177e4SLinus Torvalds	  GVP IO-Extender card, N otherwise.
5651da177e4SLinus Torvalds
5661da177e4SLinus Torvaldsconfig GVPIOEXT_PLIP
5671da177e4SLinus Torvalds	tristate "GVP IO-Extender PLIP support"
5681da177e4SLinus Torvalds	depends on GVPIOEXT
5691da177e4SLinus Torvalds	help
5701da177e4SLinus Torvalds	  Say Y to enable doing IP over the parallel port on your GVP
5711da177e4SLinus Torvalds	  IO-Extender card, N otherwise.
5721da177e4SLinus Torvalds
5731da177e4SLinus Torvaldsconfig MAC_SCC
5741da177e4SLinus Torvalds	tristate "Macintosh serial support"
5751da177e4SLinus Torvalds	depends on MAC
5761da177e4SLinus Torvalds
5771da177e4SLinus Torvaldsconfig MAC_HID
5781da177e4SLinus Torvalds	bool
5791da177e4SLinus Torvalds	depends on INPUT_ADBHID
5801da177e4SLinus Torvalds	default y
5811da177e4SLinus Torvalds
5821da177e4SLinus Torvaldsconfig MAC_ADBKEYCODES
5831da177e4SLinus Torvalds	bool "Support for ADB raw keycodes"
5841da177e4SLinus Torvalds	depends on INPUT_ADBHID
5851da177e4SLinus Torvalds	help
5861da177e4SLinus Torvalds	  This provides support for sending raw ADB keycodes to console
5871da177e4SLinus Torvalds	  devices.  This is the default up to 2.4.0, but in future this may be
5881da177e4SLinus Torvalds	  phased out in favor of generic Linux keycodes.  If you say Y here,
5891da177e4SLinus Torvalds	  you can dynamically switch via the
5901da177e4SLinus Torvalds	  /proc/sys/dev/mac_hid/keyboard_sends_linux_keycodes
5911da177e4SLinus Torvalds	  sysctl and with the "keyboard_sends_linux_keycodes=" kernel
5921da177e4SLinus Torvalds	  argument.
5931da177e4SLinus Torvalds
5941da177e4SLinus Torvalds	  If unsure, say Y here.
5951da177e4SLinus Torvalds
5961da177e4SLinus Torvaldsconfig ADB_KEYBOARD
5971da177e4SLinus Torvalds	bool "Support for ADB keyboard (old driver)"
5981da177e4SLinus Torvalds	depends on MAC && !INPUT_ADBHID
5991da177e4SLinus Torvalds	help
6001da177e4SLinus Torvalds	  This option allows you to use an ADB keyboard attached to your
6011da177e4SLinus Torvalds	  machine. Note that this disables any other (ie. PS/2) keyboard
6021da177e4SLinus Torvalds	  support, even if your machine is physically capable of using both at
6031da177e4SLinus Torvalds	  the same time.
6041da177e4SLinus Torvalds
6051da177e4SLinus Torvalds	  If you use an ADB keyboard (4 pin connector), say Y here.
6061da177e4SLinus Torvalds	  If you use a PS/2 keyboard (6 pin connector), say N here.
6071da177e4SLinus Torvalds
6081da177e4SLinus Torvaldsconfig HPDCA
6091da177e4SLinus Torvalds	tristate "HP DCA serial support"
6101da177e4SLinus Torvalds	depends on DIO && SERIAL_8250
6111da177e4SLinus Torvalds	help
6121da177e4SLinus Torvalds	  If you want to use the internal "DCA" serial ports on an HP300
6131da177e4SLinus Torvalds	  machine, say Y here.
6141da177e4SLinus Torvalds
6151da177e4SLinus Torvaldsconfig HPAPCI
6161da177e4SLinus Torvalds	tristate "HP APCI serial support"
6171da177e4SLinus Torvalds	depends on HP300 && SERIAL_8250 && EXPERIMENTAL
6181da177e4SLinus Torvalds	help
6191da177e4SLinus Torvalds	  If you want to use the internal "APCI" serial ports on an HP400
6201da177e4SLinus Torvalds	  machine, say Y here.
6211da177e4SLinus Torvalds
6221da177e4SLinus Torvaldsconfig MVME147_SCC
6231da177e4SLinus Torvalds	bool "SCC support for MVME147 serial ports"
6241da177e4SLinus Torvalds	depends on MVME147
6251da177e4SLinus Torvalds	help
6261da177e4SLinus Torvalds	  This is the driver for the serial ports on the Motorola MVME147
6271da177e4SLinus Torvalds	  boards.  Everyone using one of these boards should say Y here.
6281da177e4SLinus Torvalds
6291da177e4SLinus Torvaldsconfig SERIAL167
6301da177e4SLinus Torvalds	bool "CD2401 support for MVME166/7 serial ports"
631ea62aa1bSGeert Uytterhoeven	depends on MVME16x
6321da177e4SLinus Torvalds	help
6331da177e4SLinus Torvalds	  This is the driver for the serial ports on the Motorola MVME166,
6341da177e4SLinus Torvalds	  167, and 172 boards.  Everyone using one of these boards should say
6351da177e4SLinus Torvalds	  Y here.
6361da177e4SLinus Torvalds
6371da177e4SLinus Torvaldsconfig MVME162_SCC
6381da177e4SLinus Torvalds	bool "SCC support for MVME162 serial ports"
6391da177e4SLinus Torvalds	depends on MVME16x
6401da177e4SLinus Torvalds	help
6411da177e4SLinus Torvalds	  This is the driver for the serial ports on the Motorola MVME162 and
6421da177e4SLinus Torvalds	  172 boards.  Everyone using one of these boards should say Y here.
6431da177e4SLinus Torvalds
6441da177e4SLinus Torvaldsconfig BVME6000_SCC
6451da177e4SLinus Torvalds	bool "SCC support for BVME6000 serial ports"
6461da177e4SLinus Torvalds	depends on BVME6000
6471da177e4SLinus Torvalds	help
6481da177e4SLinus Torvalds	  This is the driver for the serial ports on the BVME4000 and BVME6000
6491da177e4SLinus Torvalds	  boards from BVM Ltd.  Everyone using one of these boards should say
6501da177e4SLinus Torvalds	  Y here.
6511da177e4SLinus Torvalds
6521da177e4SLinus Torvaldsconfig DN_SERIAL
6531da177e4SLinus Torvalds	bool "Support for DN serial port (dummy)"
6541da177e4SLinus Torvalds	depends on APOLLO
6551da177e4SLinus Torvalds
6561da177e4SLinus Torvaldsconfig SERIAL_CONSOLE
6571da177e4SLinus Torvalds	bool "Support for serial port console"
6581da177e4SLinus Torvalds	depends on (AMIGA || ATARI || MAC || SUN3 || SUN3X || VME || APOLLO) && (ATARI_MFPSER=y || ATARI_SCC=y || ATARI_MIDI=y || MAC_SCC=y || AMIGA_BUILTIN_SERIAL=y || GVPIOEXT=y || MULTIFACE_III_TTY=y || SERIAL=y || MVME147_SCC || SERIAL167 || MVME162_SCC || BVME6000_SCC || DN_SERIAL)
6591da177e4SLinus Torvalds	---help---
6601da177e4SLinus Torvalds	  If you say Y here, it will be possible to use a serial port as the
6611da177e4SLinus Torvalds	  system console (the system console is the device which receives all
6621da177e4SLinus Torvalds	  kernel messages and warnings and which allows logins in single user
6631da177e4SLinus Torvalds	  mode). This could be useful if some terminal or printer is connected
6641da177e4SLinus Torvalds	  to that serial port.
6651da177e4SLinus Torvalds
6661da177e4SLinus Torvalds	  Even if you say Y here, the currently visible virtual console
6671da177e4SLinus Torvalds	  (/dev/tty0) will still be used as the system console by default, but
6681da177e4SLinus Torvalds	  you can alter that using a kernel command line option such as
6691da177e4SLinus Torvalds	  "console=ttyS1". (Try "man bootparam" or see the documentation of
6701da177e4SLinus Torvalds	  your boot loader (lilo or loadlin) about how to pass options to the
6711da177e4SLinus Torvalds	  kernel at boot time.)
6721da177e4SLinus Torvalds
6731da177e4SLinus Torvalds	  If you don't have a VGA card installed and you say Y here, the
6741da177e4SLinus Torvalds	  kernel will automatically use the first serial line, /dev/ttyS0, as
6751da177e4SLinus Torvalds	  system console.
6761da177e4SLinus Torvalds
6771da177e4SLinus Torvalds	  If unsure, say N.
6781da177e4SLinus Torvalds
6791da177e4SLinus Torvaldsendmenu
6801da177e4SLinus Torvalds
6811da177e4SLinus Torvaldssource "fs/Kconfig"
6821da177e4SLinus Torvalds
6831da177e4SLinus Torvaldssource "arch/m68k/Kconfig.debug"
6841da177e4SLinus Torvalds
6851da177e4SLinus Torvaldssource "security/Kconfig"
6861da177e4SLinus Torvalds
6871da177e4SLinus Torvaldssource "crypto/Kconfig"
6881da177e4SLinus Torvalds
6891da177e4SLinus Torvaldssource "lib/Kconfig"
690