CONFIG_PCI_MMCONFIG is x86 specific and the default is 'y'. Remove it from the generic PCI config, as it causes warnings without adding anything.
Signed-off-by: Jon Mason <[email protected]> --- features/pci/pci.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/features/pci/pci.cfg b/features/pci/pci.cfg index f3c57c54d70f..124824dcb35e 100644 --- a/features/pci/pci.cfg +++ b/features/pci/pci.cfg @@ -1,12 +1,8 @@ # SPDX-License-Identifier: MIT CONFIG_PCI=y -CONFIG_PCI_MMCONFIG=y CONFIG_PCI_MSI=y CONFIG_PCIEPORTBUS=y CONFIG_HOTPLUG_PCI=y # CONFIG_HOTPLUG_PCI_PCIE is not set - - - -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11112): https://lists.yoctoproject.org/g/linux-yocto/message/11112 Mute This Topic: https://lists.yoctoproject.org/mt/90161231/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
