11da177e4SLinus Torvaldsconfig M68K 21da177e4SLinus Torvalds bool 31da177e4SLinus Torvalds default y 4ec7748b5SSam Ravnborg select HAVE_IDE 566d857b0SGreg Ungerer select HAVE_AOUT if MMU 666d857b0SGreg Ungerer select GENERIC_ATOMIC64 if MMU 766d857b0SGreg Ungerer select HAVE_GENERIC_HARDIRQS if !MMU 866d857b0SGreg Ungerer select GENERIC_HARDIRQS_NO_DEPRECATED if !MMU 91da177e4SLinus Torvalds 101da177e4SLinus Torvaldsconfig RWSEM_GENERIC_SPINLOCK 111da177e4SLinus Torvalds bool 121da177e4SLinus Torvalds default y 131da177e4SLinus Torvalds 141da177e4SLinus Torvaldsconfig RWSEM_XCHGADD_ALGORITHM 151da177e4SLinus Torvalds bool 161da177e4SLinus Torvalds 17f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U32 18f0d1b0b3SDavid Howells bool 19f0d1b0b3SDavid Howells 20f0d1b0b3SDavid Howellsconfig ARCH_HAS_ILOG2_U64 21f0d1b0b3SDavid Howells bool 22f0d1b0b3SDavid Howells 23ba1a5b32SAkinobu Mitaconfig GENERIC_HWEIGHT 24ba1a5b32SAkinobu Mita bool 25ba1a5b32SAkinobu Mita default y 26ba1a5b32SAkinobu Mita 271da177e4SLinus Torvaldsconfig GENERIC_CALIBRATE_DELAY 281da177e4SLinus Torvalds bool 291da177e4SLinus Torvalds default y 301da177e4SLinus Torvalds 3106027bddSIngo Molnarconfig TIME_LOW_RES 3206027bddSIngo Molnar bool 3306027bddSIngo Molnar default y 3406027bddSIngo Molnar 355ea81769SAl Viroconfig NO_IOPORT 365ea81769SAl Viro def_bool y 375ea81769SAl Viro 38dfedfaf5SAl Viroconfig NO_DMA 3966d857b0SGreg Ungerer def_bool (MMU && SUN3) || (!MMU && !COLDFIRE) 40dfedfaf5SAl Viro 4166d857b0SGreg Ungererconfig ZONE_DMA 4266d857b0SGreg Ungerer bool 4366d857b0SGreg Ungerer default y 44bdc80787SH. Peter Anvinconfig HZ 45bdc80787SH. Peter Anvin int 4666d857b0SGreg Ungerer default 1000 if CLEOPATRA 47bdc80787SH. Peter Anvin default 100 48bdc80787SH. Peter Anvin 491da177e4SLinus Torvaldssource "init/Kconfig" 501da177e4SLinus Torvalds 51dc52ddc0SMatt Helsleysource "kernel/Kconfig.freezer" 52dc52ddc0SMatt Helsley 5366d857b0SGreg Ungererconfig MMU 5466d857b0SGreg Ungerer bool "MMU-based Paged Memory Management Support" 5566d857b0SGreg Ungerer default y 5666d857b0SGreg Ungerer help 5766d857b0SGreg Ungerer Select if you want MMU-based virtualised addressing space 5866d857b0SGreg Ungerer support by paged memory management. If unsure, say 'Y'. 5966d857b0SGreg Ungerer 601da177e4SLinus Torvaldsmenu "Platform dependent setup" 611da177e4SLinus Torvalds 6266d857b0SGreg Ungererif MMU 6366d857b0SGreg Ungerersource arch/m68k/Kconfig.mmu 6466d857b0SGreg Ungererendif 6566d857b0SGreg Ungererif !MMU 6666d857b0SGreg Ungerersource arch/m68k/Kconfig.nommu 6766d857b0SGreg Ungererendif 6812d810c1SRoman Zippel 693f22ab27SDave Hansensource "mm/Kconfig" 703f22ab27SDave Hansen 711da177e4SLinus Torvaldsendmenu 721da177e4SLinus Torvalds 7366d857b0SGreg Ungerermenu "Executable file formats" 741da177e4SLinus Torvalds 751da177e4SLinus Torvaldssource "fs/Kconfig.binfmt" 761da177e4SLinus Torvalds 7766d857b0SGreg Ungererendmenu 7866d857b0SGreg Ungerer 7966d857b0SGreg Ungererif !MMU 8066d857b0SGreg Ungerermenu "Power management options" 8166d857b0SGreg Ungerer 8266d857b0SGreg Ungererconfig PM 8366d857b0SGreg Ungerer bool "Power Management support" 841da177e4SLinus Torvalds help 8566d857b0SGreg Ungerer Support processor power management modes 861da177e4SLinus Torvalds 871da177e4SLinus Torvaldsendmenu 8866d857b0SGreg Ungererendif 891da177e4SLinus Torvalds 90d5950b43SSam Ravnborgsource "net/Kconfig" 91d5950b43SSam Ravnborg 921da177e4SLinus Torvaldssource "drivers/Kconfig" 931da177e4SLinus Torvalds 9466d857b0SGreg Ungererif MMU 9566d857b0SGreg Ungerer 961da177e4SLinus Torvaldsmenu "Character devices" 971da177e4SLinus Torvalds 981da177e4SLinus Torvaldsconfig ATARI_MFPSER 991da177e4SLinus Torvalds tristate "Atari MFP serial support" 1001da177e4SLinus Torvalds depends on ATARI 1011da177e4SLinus Torvalds ---help--- 1021da177e4SLinus Torvalds If you like to use the MFP serial ports ("Modem1", "Serial1") under 1031da177e4SLinus Torvalds Linux, say Y. The driver equally supports all kinds of MFP serial 1041da177e4SLinus Torvalds ports and automatically detects whether Serial1 is available. 1051da177e4SLinus Torvalds 1061da177e4SLinus Torvalds To compile this driver as a module, choose M here. 1071da177e4SLinus Torvalds 1081da177e4SLinus Torvalds Note for Falcon users: You also have an MFP port, it's just not 1091da177e4SLinus Torvalds wired to the outside... But you could use the port under Linux. 1101da177e4SLinus Torvalds 1111da177e4SLinus Torvaldsconfig ATARI_MIDI 1121da177e4SLinus Torvalds tristate "Atari MIDI serial support" 1131da177e4SLinus Torvalds depends on ATARI 1141da177e4SLinus Torvalds help 1151da177e4SLinus Torvalds If you want to use your Atari's MIDI port in Linux, say Y. 1161da177e4SLinus Torvalds 1171da177e4SLinus Torvalds To compile this driver as a module, choose M here. 1181da177e4SLinus Torvalds 1191da177e4SLinus Torvaldsconfig ATARI_DSP56K 1201da177e4SLinus Torvalds tristate "Atari DSP56k support (EXPERIMENTAL)" 1211da177e4SLinus Torvalds depends on ATARI && EXPERIMENTAL 1221da177e4SLinus Torvalds help 1231da177e4SLinus Torvalds If you want to be able to use the DSP56001 in Falcons, say Y. This 1241da177e4SLinus Torvalds driver is still experimental, and if you don't know what it is, or 1251da177e4SLinus Torvalds if you don't have this processor, just say N. 1261da177e4SLinus Torvalds 1271da177e4SLinus Torvalds To compile this driver as a module, choose M here. 1281da177e4SLinus Torvalds 1291da177e4SLinus Torvaldsconfig AMIGA_BUILTIN_SERIAL 1301da177e4SLinus Torvalds tristate "Amiga builtin serial support" 1311da177e4SLinus Torvalds depends on AMIGA 1321da177e4SLinus Torvalds help 1331da177e4SLinus Torvalds If you want to use your Amiga's built-in serial port in Linux, 1341da177e4SLinus Torvalds answer Y. 1351da177e4SLinus Torvalds 1361da177e4SLinus Torvalds To compile this driver as a module, choose M here. 1371da177e4SLinus Torvalds 1381da177e4SLinus Torvaldsconfig MULTIFACE_III_TTY 1391da177e4SLinus Torvalds tristate "Multiface Card III serial support" 1401da177e4SLinus Torvalds depends on AMIGA 1411da177e4SLinus Torvalds help 1421da177e4SLinus Torvalds If you want to use a Multiface III card's serial port in Linux, 1431da177e4SLinus Torvalds answer Y. 1441da177e4SLinus Torvalds 1451da177e4SLinus Torvalds To compile this driver as a module, choose M here. 1461da177e4SLinus Torvalds 1471da177e4SLinus Torvaldsconfig GVPIOEXT 1481da177e4SLinus Torvalds tristate "GVP IO-Extender support" 1491da177e4SLinus Torvalds depends on PARPORT=n && ZORRO 1501da177e4SLinus Torvalds help 1511da177e4SLinus Torvalds If you want to use a GVP IO-Extender serial card in Linux, say Y. 1521da177e4SLinus Torvalds Otherwise, say N. 1531da177e4SLinus Torvalds 1541da177e4SLinus Torvaldsconfig GVPIOEXT_LP 1551da177e4SLinus Torvalds tristate "GVP IO-Extender parallel printer support" 1561da177e4SLinus Torvalds depends on GVPIOEXT 1571da177e4SLinus Torvalds help 1581da177e4SLinus Torvalds Say Y to enable driving a printer from the parallel port on your 1591da177e4SLinus Torvalds GVP IO-Extender card, N otherwise. 1601da177e4SLinus Torvalds 1611da177e4SLinus Torvaldsconfig GVPIOEXT_PLIP 1621da177e4SLinus Torvalds tristate "GVP IO-Extender PLIP support" 1631da177e4SLinus Torvalds depends on GVPIOEXT 1641da177e4SLinus Torvalds help 1651da177e4SLinus Torvalds Say Y to enable doing IP over the parallel port on your GVP 1661da177e4SLinus Torvalds IO-Extender card, N otherwise. 1671da177e4SLinus Torvalds 1681da177e4SLinus Torvaldsconfig MAC_HID 1691da177e4SLinus Torvalds bool 1701da177e4SLinus Torvalds depends on INPUT_ADBHID 1711da177e4SLinus Torvalds default y 1721da177e4SLinus Torvalds 1731da177e4SLinus Torvaldsconfig HPDCA 1741da177e4SLinus Torvalds tristate "HP DCA serial support" 1751da177e4SLinus Torvalds depends on DIO && SERIAL_8250 1761da177e4SLinus Torvalds help 1771da177e4SLinus Torvalds If you want to use the internal "DCA" serial ports on an HP300 1781da177e4SLinus Torvalds machine, say Y here. 1791da177e4SLinus Torvalds 1801da177e4SLinus Torvaldsconfig HPAPCI 1811da177e4SLinus Torvalds tristate "HP APCI serial support" 1821da177e4SLinus Torvalds depends on HP300 && SERIAL_8250 && EXPERIMENTAL 1831da177e4SLinus Torvalds help 1841da177e4SLinus Torvalds If you want to use the internal "APCI" serial ports on an HP400 1851da177e4SLinus Torvalds machine, say Y here. 1861da177e4SLinus Torvalds 1871da177e4SLinus Torvaldsconfig MVME147_SCC 1881da177e4SLinus Torvalds bool "SCC support for MVME147 serial ports" 18941214594SAlan Cox depends on MVME147 && BROKEN 1901da177e4SLinus Torvalds help 1911da177e4SLinus Torvalds This is the driver for the serial ports on the Motorola MVME147 1921da177e4SLinus Torvalds boards. Everyone using one of these boards should say Y here. 1931da177e4SLinus Torvalds 1941da177e4SLinus Torvaldsconfig MVME162_SCC 1951da177e4SLinus Torvalds bool "SCC support for MVME162 serial ports" 19641214594SAlan Cox depends on MVME16x && BROKEN 1971da177e4SLinus Torvalds help 1981da177e4SLinus Torvalds This is the driver for the serial ports on the Motorola MVME162 and 1991da177e4SLinus Torvalds 172 boards. Everyone using one of these boards should say Y here. 2001da177e4SLinus Torvalds 2011da177e4SLinus Torvaldsconfig BVME6000_SCC 2021da177e4SLinus Torvalds bool "SCC support for BVME6000 serial ports" 20341214594SAlan Cox depends on BVME6000 && BROKEN 2041da177e4SLinus Torvalds help 2051da177e4SLinus Torvalds This is the driver for the serial ports on the BVME4000 and BVME6000 2061da177e4SLinus Torvalds boards from BVM Ltd. Everyone using one of these boards should say 2071da177e4SLinus Torvalds Y here. 2081da177e4SLinus Torvalds 2091da177e4SLinus Torvaldsconfig DN_SERIAL 2101da177e4SLinus Torvalds bool "Support for DN serial port (dummy)" 2111da177e4SLinus Torvalds depends on APOLLO 2121da177e4SLinus Torvalds 2131da177e4SLinus Torvaldsconfig SERIAL_CONSOLE 2141da177e4SLinus Torvalds bool "Support for serial port console" 21580614e5aSFinn Thain 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) 2161da177e4SLinus Torvalds ---help--- 2171da177e4SLinus Torvalds If you say Y here, it will be possible to use a serial port as the 2181da177e4SLinus Torvalds system console (the system console is the device which receives all 2191da177e4SLinus Torvalds kernel messages and warnings and which allows logins in single user 2201da177e4SLinus Torvalds mode). This could be useful if some terminal or printer is connected 2211da177e4SLinus Torvalds to that serial port. 2221da177e4SLinus Torvalds 2231da177e4SLinus Torvalds Even if you say Y here, the currently visible virtual console 2241da177e4SLinus Torvalds (/dev/tty0) will still be used as the system console by default, but 2251da177e4SLinus Torvalds you can alter that using a kernel command line option such as 2261da177e4SLinus Torvalds "console=ttyS1". (Try "man bootparam" or see the documentation of 2271da177e4SLinus Torvalds your boot loader (lilo or loadlin) about how to pass options to the 2281da177e4SLinus Torvalds kernel at boot time.) 2291da177e4SLinus Torvalds 2301da177e4SLinus Torvalds If you don't have a VGA card installed and you say Y here, the 2311da177e4SLinus Torvalds kernel will automatically use the first serial line, /dev/ttyS0, as 2321da177e4SLinus Torvalds system console. 2331da177e4SLinus Torvalds 2341da177e4SLinus Torvalds If unsure, say N. 2351da177e4SLinus Torvalds 2361da177e4SLinus Torvaldsendmenu 2371da177e4SLinus Torvalds 23866d857b0SGreg Ungererendif 23966d857b0SGreg Ungerer 2401da177e4SLinus Torvaldssource "fs/Kconfig" 2411da177e4SLinus Torvalds 2421da177e4SLinus Torvaldssource "arch/m68k/Kconfig.debug" 2431da177e4SLinus Torvalds 2441da177e4SLinus Torvaldssource "security/Kconfig" 2451da177e4SLinus Torvalds 2461da177e4SLinus Torvaldssource "crypto/Kconfig" 2471da177e4SLinus Torvalds 2481da177e4SLinus Torvaldssource "lib/Kconfig" 249