merged. Bruce
In message: [linux-yocto] [v5.15/standard/base][PATCH] x86_64_defconfig: Fix warnings on 21/01/2022 Naveen Saini wrote: > Configure CONFIG_EEEPC_LAPTOP & CONFIG_SND_SEQ_DUMMY as modules, because > dependencies are configured as modules. > [NOTE]: 'CONFIG_EEEPC_LAPTOP' last val (y) and .config val (m) do not > match > [NOTE]: 'CONFIG_SND_SEQ_DUMMY' last val (y) and .config val (m) do not > match > > Added dependency configurations: > CONFIG_HID_LOGITECH for CONFIG_LOGITECH_FF > CONFIG_NET_VENDOR_DEC for CONFIG_NET_TULIP > CONFIG_IOMMU_SUPPORT for CONFIG_AMD_IOOMU & CONFIG_INTEL_IOMMU > CONFIG_NET_VENDOR_NVIDIA for CONFIG_FORCEDETH > > Config 'LOGITECH_FF' has the following Direct dependencies > (LOGITECH_FF=n): > HID_LOGITECH(=n) && HID(=y) && INPUT(=y) > Parent dependencies are: > HID_LOGITECH [n] HID [y] INPUT [y] > [INFO]: config 'CONFIG_LOGITECH_FF' was set, but it wasn't assignable, > check (parent) dependencies > > Config 'NET_TULIP' has the following Direct dependencies > (NET_TULIP=n): > PCI(=y) || EISA(=n) || CARDBUS(=y) (=y) && NET_VENDOR_DEC(=n) > && ETHERNET(=y) && NETDEVICES(=y) > Parent dependencies are: > NET_VENDOR_DEC [n] ETHERNET [y] EISA [n] PCI [y] CARDBUS [y] > NETDEVICES [y] > [INFO]: config 'CONFIG_NET_TULIP' was set, but it wasn't assignable, > check (parent) dependencies > > Config 'FORCEDETH' has the following Direct dependencies > (FORCEDETH=n): > PCI(=y) && NET_VENDOR_NVIDIA(=n) && ETHERNET(=y) && > NETDEVICES(=y) > Parent dependencies are: > NETDEVICES [y] PCI [y] NET_VENDOR_NVIDIA [n] ETHERNET [y] > [INFO]: config 'CONFIG_FORCEDETH' was set, but it wasn't assignable, > check (parent) dependencies > > Tested with qemux86-64 machine: > $ oe-selftest --run-tests kerneldevelopment.KernelConfigs > > Disabled debug configurations. Yocto-kernel-cahce have seperate debug > configurations. > > Signed-off-by: Naveen Saini <[email protected]> > --- > arch/x86/configs/x86_64_defconfig | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/arch/x86/configs/x86_64_defconfig > b/arch/x86/configs/x86_64_defconfig > index e8a7a0af2bda..fef36a0d6961 100644 > --- a/arch/x86/configs/x86_64_defconfig > +++ b/arch/x86/configs/x86_64_defconfig > @@ -115,7 +115,7 @@ CONFIG_PCCARD=y > CONFIG_YENTA=y > CONFIG_DEVTMPFS=y > CONFIG_DEVTMPFS_MOUNT=y > -CONFIG_DEBUG_DEVRES=y > +# CONFIG_DEBUG_DEVRES is not set > CONFIG_CONNECTOR=y > CONFIG_BLK_DEV_LOOP=y > CONFIG_BLK_DEV_SD=y > @@ -141,11 +141,13 @@ CONFIG_NETDEVICES=y > CONFIG_NETCONSOLE=y > CONFIG_TIGON3=y > CONFIG_NET_TULIP=y > +CONFIG_NET_VENDOR_DEC=y > CONFIG_E100=y > CONFIG_E1000=y > CONFIG_E1000E=y > CONFIG_SKY2=y > CONFIG_FORCEDETH=y > +CONFIG_NET_VENDOR_NVIDIA=y > CONFIG_8139TOO=y > CONFIG_R8169=y > CONFIG_INPUT_EVDEV=y > @@ -186,12 +188,13 @@ CONFIG_SOUND=y > CONFIG_SND=y > CONFIG_SND_HRTIMER=y > CONFIG_SND_SEQUENCER=y > -CONFIG_SND_SEQ_DUMMY=y > +CONFIG_SND_SEQ_DUMMY=m > CONFIG_SND_HDA_INTEL=y > CONFIG_SND_HDA_HWDEP=y > CONFIG_HIDRAW=y > CONFIG_HID_GYRATION=y > CONFIG_LOGITECH_FF=y > +CONFIG_HID_LOGITECH=y > CONFIG_HID_NTRIG=y > CONFIG_HID_PANTHERLORD=y > CONFIG_PANTHERLORD_FF=y > @@ -214,9 +217,10 @@ CONFIG_USB_STORAGE=y > CONFIG_RTC_CLASS=y > # CONFIG_RTC_HCTOSYS is not set > CONFIG_DMADEVICES=y > -CONFIG_EEEPC_LAPTOP=y > +CONFIG_EEEPC_LAPTOP=m > CONFIG_AMD_IOMMU=y > CONFIG_INTEL_IOMMU=y > +CONFIG_IOMMU_SUPPORT=y > # CONFIG_INTEL_IOMMU_DEFAULT_ON is not set > CONFIG_EXT4_FS=y > CONFIG_EXT4_FS_POSIX_ACL=y > @@ -257,4 +261,4 @@ CONFIG_SCHEDSTATS=y > CONFIG_BLK_DEV_IO_TRACE=y > CONFIG_PROVIDE_OHCI1394_DMA_INIT=y > CONFIG_EARLY_PRINTK_DBGP=y > -CONFIG_DEBUG_BOOT_PARAMS=y > +# CONFIG_DEBUG_BOOT_PARAMS is not set > -- > 2.17.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10861): https://lists.yoctoproject.org/g/linux-yocto/message/10861 Mute This Topic: https://lists.yoctoproject.org/mt/88579395/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
