[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.63.1.el8_10.x86_64
/
arch
/
m68k
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 68000
SET
[ DEL ]
📁 amiga
SET
[ DEL ]
📁 apollo
SET
[ DEL ]
📁 atari
SET
[ DEL ]
📁 bvme6000
SET
[ DEL ]
📁 coldfire
SET
[ DEL ]
📁 emu
SET
[ DEL ]
📁 fpsp040
SET
[ DEL ]
📁 hp300
SET
[ DEL ]
📁 ifpsp060
SET
[ DEL ]
📁 kernel
SET
[ DEL ]
📁 lib
SET
[ DEL ]
📁 mac
SET
[ DEL ]
📁 math-emu
SET
[ DEL ]
📁 mm
SET
[ DEL ]
📁 mvme147
SET
[ DEL ]
📁 mvme16x
SET
[ DEL ]
📁 q40
SET
[ DEL ]
📁 sun3
SET
[ DEL ]
📁 sun3x
SET
[ DEL ]
📁 tools
SET
[ DEL ]
📄 Kconfig
3,211 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.bus
2,179 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.cpu
12,798 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.debug
1,407 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.devices
4,486 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.machine
12,736 B
SET
[ EDIT ]
|
[ DEL ]
📄 Makefile
5,240 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: Kconfig.bus
# SPDX-License-Identifier: GPL-2.0 if MMU comment "Bus Support" config DIO bool "DIO bus support" depends on HP300 default y help Say Y here to enable support for the "DIO" expansion bus used in HP300 machines. If you are using such a system you almost certainly want this. config NUBUS bool depends on MAC default y config ZORRO bool "Amiga Zorro (AutoConfig) bus support" depends on AMIGA help This enables support for the Zorro bus in the Amiga. If you have expansion cards in your Amiga that conform to the Amiga AutoConfig(tm) specification, say Y, otherwise N. Note that even expansion cards that do not fit in the Zorro slots but fit in e.g. the CPU slot may fall in this category, so you have to say Y to let Linux use these. config AMIGA_PCMCIA bool "Amiga 1200/600 PCMCIA support" depends on AMIGA help Include support in the kernel for pcmcia on Amiga 1200 and Amiga 600. If you intend to use pcmcia cards say Y; otherwise say N. config ISA bool depends on Q40 || AMIGA_PCMCIA default y help Find out whether you have ISA slots on your motherboard. ISA is the name of a bus system, i.e. the way the CPU talks to the other stuff inside your box. Other bus systems are PCI, EISA, MicroChannel (MCA) or VESA. ISA is an older system, now being displaced by PCI; newer boards don't support it. If you have ISA, say Y, otherwise N. config ATARI_ROM_ISA bool "Atari ROM port ISA adapter support" depends on ATARI help This option enables support for the ROM port ISA adapter used to operate ISA cards on Atari. Only 8 bit cards are supported, and no interrupt lines are connected. The only driver currently using this adapter is the EtherNEC driver for RTL8019AS based NE2000 compatible network cards. config GENERIC_ISA_DMA def_bool ISA source "drivers/zorro/Kconfig" endif config PCI bool "PCI support" depends on M54xx help Enable the PCI bus. Support for the PCI bus hardware built into the ColdFire 547x and 548x processors. if PCI source "drivers/pci/Kconfig" endif if !MMU config ISA_DMA_API def_bool !M5272 source "drivers/pcmcia/Kconfig" endif