URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [eisa/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
## EISA configuration#config EISA_VLB_PRIMINGbool "Vesa Local Bus priming"depends on X86_PC && EISAdefault n---help---Activate this option if your system contains a Vesa LocalBus (VLB) card that identify itself as an EISA card (such asthe Adaptec AHA-284x).When in doubt, say N.config EISA_PCI_EISAbool "Generic PCI/EISA bridge"depends on !PARISC && PCI && EISAdefault y---help---Activate this option if your system contains a PCI to EISAbridge. If your system have both PCI and EISA slots, youcertainly need this option.When in doubt, say Y.# Using EISA_VIRTUAL_ROOT on something other than an Alpha or# an X86_PC may lead to crashes...config EISA_VIRTUAL_ROOTbool "EISA virtual root device"depends on EISA && (ALPHA || X86_PC)default y---help---Activate this option if your system only have EISA bus(no PCI slots). The Alpha Jensen is an example of sucha system.When in doubt, say Y.config EISA_NAMESbool "EISA device name database"depends on EISAdefault y---help---By default, the kernel contains a database of all known EISAdevice names to make the information in sysfs comprehensibleto the user. This database increases size of the kernelimage by about 40KB, but it gets freed after the systemboots up, so it doesn't take up kernel memory. Anyway, ifyou are building an installation floppy or kernel for anembedded system where kernel image size really matters, youcan disable this feature and you'll get device ID instead ofnames.When in doubt, say Y.
