Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEFXX_MMIO
has multiple definitions:
drivers/net/fddi/Kconfig
The configuration item CONFIG_DEFXX_MMIO:
( CONFIG_PCI || CONFIG_EISA ) && ( CONFIG_DEFXX ) && ( CONFIG_PCI || CONFIG_EISA )
This instructs the driver to use EISA or PCI memory-mapped I/O (MMIO) as appropriate instead of programmed I/O ports (PIO). Enabling this gives an improvement in processing time in parts of the driver, but it may cause problems with EISA (DEFEA) adapters. TURBOchannel does not have the concept of I/O ports, so MMIO is always used for these (DEFTA) adapters.
If unsure, say N.
drivers/net/Kconfig
The configuration item CONFIG_DEFXX_MMIO:
( CONFIG_PCI || CONFIG_EISA ) && ( CONFIG_DEFXX ) && ( CONFIG_PCI || CONFIG_EISA )
This instructs the driver to use EISA or PCI memory-mapped I/O (MMIO) as appropriate instead of programmed I/O ports (PIO). Enabling this gives an improvement in processing time in parts of the driver, but it may cause problems with EISA (DEFEA) adapters. TURBOchannel does not have the concept of I/O ports, so MMIO is always used for these (DEFTA) adapters.
If unsure, say N.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab