Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PCI_MMCONFIG
has multiple definitions:
arch/x86/Kconfig
The configuration item CONFIG_PCI_MMCONFIG:
( CONFIG_X86_64 ) && ( CONFIG_PCI && ( CONFIG_ACPI || CONFIG_JAILHOUSE_GUEST )) && ( CONFIG_X86_64 || ( CONFIG_PCI_GOANY || CONFIG_PCI_GOMMCONFIG ))
Add support for accessing the PCI configuration space as a memory mapped area. It is the recommended method if the system supports this (it must have PCI Express and ACPI for it to be available).
In the unlikely case that enabling this configuration option causes problems, the mechanism can be switched off with the 'pci=nommconf' command line parameter.
Say N only if you are sure that your platform does not support this access method or you have problems caused by it.
Say Y otherwise.
arch/x86/Kconfig
The configuration item CONFIG_PCI_MMCONFIG:
CONFIG_X86_32 && CONFIG_PCI && ( CONFIG_ACPI || CONFIG_SFI ) && ( CONFIG_PCI_GOMMCONFIG || CONFIG_PCI_GOANY )
(none)
arch/x86_64/Kconfig
The configuration item CONFIG_PCI_MMCONFIG:
CONFIG_PCI && CONFIG_ACPI
(none)
arch/i386/Kconfig
The configuration item CONFIG_PCI_MMCONFIG:
CONFIG_PCI && CONFIG_ACPI && ( CONFIG_PCI_GOMMCONFIG || CONFIG_PCI_GOANY )
(none)
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 - P index
Automatically generated (in year 2025). See also LKDDb sources on GitLab