[OE-core] [PATCH] kern-tools: tweak symbol_why to be python safe

Martin Jansa martin.jansa at gmail.com
Mon Feb 3 22:55:15 UTC 2020


On Mon, Feb 03, 2020 at 05:22:26PM -0500, Bruce Ashfield wrote:
> On Mon, Feb 3, 2020 at 5:11 PM Martin Jansa <martin.jansa at gmail.com> wrote:
> >
> > On Mon, Feb 03, 2020 at 04:26:41PM -0500, bruce.ashfield at gmail.com wrote:
> > > From: Bruce Ashfield <bruce.ashfield at gmail.com>
> > >
> > > Updating the SRCREV to pickup tweaks to symbol_why.py to be
> > > python3 safe:
> > >
> > >   - we explicitly call /usr/bin/env python3
> > >   - we full specifiy our symbols
> > >   - do not assume that 'None' can be converted to a string
> > >
> > > Signed-off-by: Bruce Ashfield <bruce.ashfield at gmail.com>
> > > ---
> > >
> > > I didn't realized the v5.4 series had gone in, or I would have
> > > send this sooner. This should resolve the errors that are thrown
> > > when symbol_why is run to detect missing symbol dependencies.
> > >
> > > Bruce
> > >
> > >  meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
> > > index a4c0b6fb8a..57ec1abc6d 100644
> > > --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
> > > +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
> > > @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=9c30e971d435
> > >
> > >  DEPENDS = "git-native"
> > >
> > > -SRCREV = "7465c8497893ef8f6503c918aeede969f7e9753b"
> > > +SRCREV = "5358eb293399867db05fd73d04ce908d69a03bed"
> > >  PR = "r12"
> > >  PV = "0.2+git${SRCPV}"
> >
> > This needs a bit more cleanup for python3.
> >
> 
> That's strange, it works fine under python3 here. I have a few more
> scattered changes that i can't detangle right now.
> 
> > DEBUG: Executing python function do_kernel_configcheck
> > Traceback (most recent call last):
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 2776, in _expand_macro
> >     res += args[int(new_args[0])]
> > ValueError: invalid literal for int() with base 10: 'error-if'
> >
> > During handling of the above exception, another exception occurred:
> >
> > Traceback (most recent call last):
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/symbol_why.py", line 295, in <module>
> >     conf = kconfiglib.Kconfig( kconf, show_errors, show_errors )
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 947, in __init__
> >     self._init(filename, warn, warn_to_stderr, encoding)
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 1085, in _init
> >     self._parse_block(None, self.top_node, self.top_node).next = None
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 2982, in _parse_block
> >     prev = self._parse_block(None, parent, prev)
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 2907, in _parse_block
> >     while self._next_line():
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 2234, in _next_line
> >     self._tokens = self._tokenize(line)
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 2364, in _tokenize
> >     self._parse_assignment(s)
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 2604, in _parse_assignment
> >     s, i = self._expand_macro(s, i, ())
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 2780, in _expand_macro
> >     res += self._fn_val(new_args)
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 2843, in _fn_val
> >     return py_fn(self, *args)
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 6769, in _error_if_fn
> >     kconf.filename, kconf.linenr, msg))
> > kconfiglib.KconfigError: scripts/Kconfig.include:39:  gold linker 'x86_64-oe-linux-ld --sysroot=/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot  ' not supported
> > Traceback (most recent call last):
> >   File "/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/recipe-sysroot-native/usr/bin/kconfiglib.py", line 2776, in _expand_macro
> >     res += args[int(new_args[0])]
> > ValueError: invalid literal for int() with base 10: 'error-if'
> >
> > During handling of the above exception, another exception occurred:
> >
> > and the log is full of this (the warnings at the end look the same as before)
> >
> > # wc -l /OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/temp/log.do_kernel_configcheck.28364
> > 11804 /OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/linux-yocto/5.4.15-r0/temp/log.do_kernel_configcheck.28364
> >
> > Maybe kernel_configcheck now needs KERNEL_LD exported as well? See:
> > https://patchwork.openembedded.org/patch/169702/
> > which fixed do_configure with 5.4.
> 
> I'm running it fully against v5.4 here, and it is working fine. But I
> have enough debug through things, that I can't get them cleaned up
> now, since I have to be up for a flight in a few hours.
> 
> What board are you building ? Because none of the warnings you are
> seeing should be coming out, since I've cleaned all of those options
> .. so there's some other mismatch going on.

qemux86-64 as shown in the log

With only oe-core layer included and the only relevant option from
local.conf is:
DISTRO_FEATURES_append = " ld-is-go

Even after fixing the python3 exceptions with:
https://patchwork.openembedded.org/patch/169709/

I see following mismatch options:

DEBUG: Executing python function do_kernel_configcheck
[mismatch (291)]: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/cfg/mismatch.txt
   There were hardware options requested that do not
   have a corresponding value present in the final ".config" file.
   This probably means you aren't getting the config you wanted.

WARNING: [kernel config]: specified values did not make it into the kernel's final configuration:

---------- CONFIG_MCORE2 -----------------
Config: CONFIG_MCORE2
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc-64/common-pc-64-cpu.cfg
Requested value:  CONFIG_MCORE2=y
Actual value:     # CONFIG_MCORE2 is not set

  Config 'MCORE2' has the following Direct dependencies (=y):
        <choice>

---------- CONFIG_ATA -----------------
Config: CONFIG_ATA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_ATA=y
Actual value:     # CONFIG_ATA is not set

Config: CONFIG_ATA_ACPI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_ATA_ACPI=y
Actual value:     

Config: CONFIG_ATA_SFF
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_ATA_SFF=y
Actual value:     

Config: CONFIG_ATA_BMDMA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_ATA_BMDMA=y
Actual value:     

Config: CONFIG_ATA_PIIX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_ATA_PIIX=m
Actual value:     

  Config 'ATA' has the following Direct dependencies (=y):
        HAS_IOMEM(=y) && BLOCK(=y)

---------- CONFIG_ATA_ACPI -----------------
Config: CONFIG_ATA_ACPI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_ATA_ACPI=y
Actual value:     

  Config 'ATA_ACPI' has the following Direct dependencies (=n):
        ACPI(=y) && ATA(=n)

---------- CONFIG_ATA_SFF -----------------
Config: CONFIG_ATA_SFF
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_ATA_SFF=y
Actual value:     

  Config 'ATA_SFF' has the following Direct dependencies (=n):
        ATA(=n)

---------- CONFIG_ATA_BMDMA -----------------
Config: CONFIG_ATA_BMDMA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_ATA_BMDMA=y
Actual value:     

  Config 'ATA_BMDMA' has the following Direct dependencies (=n):
        HAS_DMA(=y) && ATA_SFF(=n) && ATA(=n)

---------- CONFIG_ATA_PIIX -----------------
Config: CONFIG_ATA_PIIX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_ATA_PIIX=m
Actual value:     

No reference to ATA_PIIX found

---------- CONFIG_PATA_SCH -----------------
Config: CONFIG_PATA_SCH
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_PATA_SCH=y
Actual value:     

No reference to PATA_SCH found

---------- CONFIG_INPUT_MOUSEDEV -----------------
Config: CONFIG_INPUT_MOUSEDEV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_INPUT_MOUSEDEV=y
Actual value:     # CONFIG_INPUT_MOUSEDEV is not set

  Config 'INPUT_MOUSEDEV' has the following Direct dependencies (=y):
        INPUT(=y) && !UML(undefined/n) (=y)

---------- CONFIG_INPUT_EVDEV -----------------
Config: CONFIG_INPUT_EVDEV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/input/input.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_INPUT_EVDEV=y
Actual value:     # CONFIG_INPUT_EVDEV is not set

No reference to INPUT_EVDEV found

---------- CONFIG_INPUT_TABLET -----------------
Config: CONFIG_INPUT_TABLET
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_INPUT_TABLET=y
Actual value:     # CONFIG_INPUT_TABLET is not set

  Config 'INPUT_TABLET' has the following Direct dependencies (=y):
        INPUT(=y) && !UML(undefined/n) (=y)

---------- CONFIG_HID_WACOM -----------------
Config: CONFIG_HID_WACOM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_HID_WACOM=y
Actual value:     

No reference to HID_WACOM found

---------- CONFIG_RTC_CLASS -----------------
Config: CONFIG_RTC_CLASS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_RTC_CLASS=y
Actual value:     # CONFIG_RTC_CLASS is not set

  Config 'RTC_CLASS' has the following Direct dependencies (=y):
        !S390(undefined/n) (=y) && !UML(undefined/n) (=y)

---------- CONFIG_RTC_DRV_CMOS -----------------
Config: CONFIG_RTC_DRV_CMOS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_RTC_DRV_CMOS=y
Actual value:     

  Config 'RTC_DRV_CMOS' has the following Direct dependencies (=n):
        X86(=y) || ARM(undefined/n) || PPC(undefined/n) || MIPS(undefined/n) || SPARC64(undefined/n) (=y) && RTC_CLASS(=n)

---------- CONFIG_SERIAL_8250_PNP -----------------
Config: CONFIG_SERIAL_8250_PNP
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_SERIAL_8250_PNP=y
Actual value:     

No reference to SERIAL_8250_PNP found

---------- CONFIG_PARPORT -----------------
Config: CONFIG_PARPORT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_PARPORT=m
Actual value:     # CONFIG_PARPORT is not set

Config: CONFIG_PARPORT_PC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_PARPORT_PC=m
Actual value:     

  Config 'PARPORT' has the following Direct dependencies (=y):
        HAS_IOMEM(=y)

---------- CONFIG_PARPORT_PC -----------------
Config: CONFIG_PARPORT_PC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_PARPORT_PC=m
Actual value:     

  Config 'PARPORT_PC' has the following Direct dependencies (=n):
        ARCH_MIGHT_HAVE_PC_PARPORT(=y) && PARPORT(=n)

---------- CONFIG_PRINTER -----------------
Config: CONFIG_PRINTER
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_PRINTER=m
Actual value:     

  Config 'PRINTER' has the following Direct dependencies (=n):
        PARPORT(=n)

---------- CONFIG_USB_HID -----------------
Config: CONFIG_USB_HID
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_HID=y
Actual value:     

Config: CONFIG_USB_HIDDEV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_HIDDEV=y
Actual value:     

  Config 'USB_HID' has the following Direct dependencies (=n):
        USB(=n) && INPUT(=y) && USB(=n) && INPUT(=y)

---------- CONFIG_USB_HIDDEV -----------------
Config: CONFIG_USB_HIDDEV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_HIDDEV=y
Actual value:     

No reference to USB_HIDDEV found

---------- CONFIG_USB_SERIAL -----------------
Config: CONFIG_USB_SERIAL
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_SERIAL=y
Actual value:     

Config: CONFIG_USB_SERIAL_CONSOLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_SERIAL_CONSOLE=y
Actual value:     

--
Config: CONFIG_USB_SERIAL_GENERIC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_SERIAL_GENERIC=y
Actual value:     

Config: CONFIG_USB_SERIAL_FTDI_SIO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_SERIAL_FTDI_SIO=y
Actual value:     

Config: CONFIG_USB_SERIAL_PL2303
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_SERIAL_PL2303=y
Actual value:     

  Config 'USB_SERIAL' has the following Direct dependencies (=n):
        TTY(=y) && USB(=n) && USB_SUPPORT(=y)

---------- CONFIG_USB_SERIAL_CONSOLE -----------------
Config: CONFIG_USB_SERIAL_CONSOLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_SERIAL_CONSOLE=y
Actual value:     

No reference to USB_SERIAL_CONSOLE found

---------- CONFIG_USB_EZUSB_FX2 -----------------
Config: CONFIG_USB_EZUSB_FX2
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_EZUSB_FX2=y
Actual value:     

  Config 'USB_EZUSB_FX2' has the following Direct dependencies (=n):
        USB(=n) && USB_SUPPORT(=y)

---------- CONFIG_USB_SERIAL_GENERIC -----------------
Config: CONFIG_USB_SERIAL_GENERIC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_SERIAL_GENERIC=y
Actual value:     

No reference to USB_SERIAL_GENERIC found

---------- CONFIG_USB_SERIAL_FTDI_SIO -----------------
Config: CONFIG_USB_SERIAL_FTDI_SIO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_SERIAL_FTDI_SIO=y
Actual value:     

No reference to USB_SERIAL_FTDI_SIO found

---------- CONFIG_USB_SERIAL_PL2303 -----------------
Config: CONFIG_USB_SERIAL_PL2303
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_USB_SERIAL_PL2303=y
Actual value:     

No reference to USB_SERIAL_PL2303 found

---------- CONFIG_I2C_I801 -----------------
Config: CONFIG_I2C_I801
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_I2C_I801=y
Actual value:     

  Config 'I2C_I801' has the following Direct dependencies (=n):
        PCI(=n) && HAS_IOMEM(=y) && I2C(=n)

---------- CONFIG_IDE -----------------
Config: CONFIG_IDE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_IDE=y
Actual value:     # CONFIG_IDE is not set

Config: CONFIG_IDE_GD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_IDE_GD=y
Actual value:     

Config: CONFIG_IDE_GD_ATA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_IDE_GD_ATA=y
Actual value:     

  Config 'IDE' has the following Direct dependencies (=y):
        HAVE_IDE(=y) && BLOCK(=y)

---------- CONFIG_IDE_GD -----------------
Config: CONFIG_IDE_GD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_IDE_GD=y
Actual value:     

Config: CONFIG_IDE_GD_ATA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_IDE_GD_ATA=y
Actual value:     

  Config 'IDE_GD' has the following Direct dependencies (=n):
        IDE(=n)

---------- CONFIG_IDE_GD_ATA -----------------
Config: CONFIG_IDE_GD_ATA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_IDE_GD_ATA=y
Actual value:     

  Config 'IDE_GD_ATA' has the following Direct dependencies (=n):
        IDE_GD(=n) && IDE(=n)

---------- CONFIG_BLK_DEV_PIIX -----------------
Config: CONFIG_BLK_DEV_PIIX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_BLK_DEV_PIIX=y
Actual value:     

No reference to BLK_DEV_PIIX found

---------- CONFIG_SATA_AHCI -----------------
Config: CONFIG_SATA_AHCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_SATA_AHCI=y
Actual value:     

  Config 'SATA_AHCI' has the following Direct dependencies (=n):
        PCI(=n) && HAS_DMA(=y) && ATA(=n)

---------- CONFIG_BLK_DEV_FD -----------------
Config: CONFIG_BLK_DEV_FD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_BLK_DEV_FD=m
Actual value:     # CONFIG_BLK_DEV_FD is not set

No reference to BLK_DEV_FD found

---------- CONFIG_EEPROM_AT24 -----------------
Config: CONFIG_EEPROM_AT24
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_EEPROM_AT24=m
Actual value:     

No reference to EEPROM_AT24 found

---------- CONFIG_NVME_CORE -----------------
Config: CONFIG_NVME_CORE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_NVME_CORE=y
Actual value:     

  Config 'NVME_CORE' has the following Direct dependencies (=y):
        y

---------- CONFIG_BLK_DEV_NVME -----------------
Config: CONFIG_BLK_DEV_NVME
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_BLK_DEV_NVME=y
Actual value:     

  Config 'BLK_DEV_NVME' has the following Direct dependencies (=n):
        PCI(=n) && BLOCK(=y)

---------- CONFIG_NET_CORE -----------------
Config: CONFIG_NET_CORE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_NET_CORE=y
Actual value:     

  Config 'NET_CORE' has the following Direct dependencies (=n):
        NETDEVICES(=n)

---------- CONFIG_ETHERNET -----------------
Config: CONFIG_ETHERNET
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_ETHERNET=y
Actual value:     

  Config 'ETHERNET' has the following Direct dependencies (=n):
        NET(=n) && NETDEVICES(=n)

---------- CONFIG_NET_VENDOR_3COM -----------------
Config: CONFIG_NET_VENDOR_3COM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_NET_VENDOR_3COM=y
Actual value:     

  Config 'NET_VENDOR_3COM' has the following Direct dependencies (=n):
        ISA(=n) || EISA(=n) || PCI(=n) || PCMCIA(=n) (=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_TYPHOON -----------------
Config: CONFIG_TYPHOON
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_TYPHOON=m
Actual value:     

No reference to TYPHOON found

---------- CONFIG_NET_VENDOR_BROADCOM -----------------
Config: CONFIG_NET_VENDOR_BROADCOM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_NET_VENDOR_BROADCOM=y
Actual value:     

  Config 'NET_VENDOR_BROADCOM' has the following Direct dependencies (=n):
        (SSB_POSSIBLE(=y) && HAS_DMA(=y)) || PCI(=n) || BCM63XX(undefined/n) || SIBYTE_SB1xxx_SOC(undefined/n) (=y) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_TIGON3 -----------------
Config: CONFIG_TIGON3
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_TIGON3=m
Actual value:     

  Config 'TIGON3' has the following Direct dependencies (=n):
        PCI(=n) && NET_VENDOR_BROADCOM(=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_BNX2X -----------------
Config: CONFIG_BNX2X
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_BNX2X=m
Actual value:     

Config: CONFIG_BNX2X_SRIOV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_BNX2X_SRIOV=y
Actual value:     

  Config 'BNX2X' has the following Direct dependencies (=n):
        PCI(=n) && NET_VENDOR_BROADCOM(=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_BNX2X_SRIOV -----------------
Config: CONFIG_BNX2X_SRIOV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_BNX2X_SRIOV=y
Actual value:     

No reference to BNX2X_SRIOV found

---------- CONFIG_BNXT -----------------
Config: CONFIG_BNXT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_BNXT=m
Actual value:     

Config: CONFIG_BNXT_SRIOV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_BNXT_SRIOV=y
Actual value:     

  Config 'BNXT' has the following Direct dependencies (=n):
        PCI(=n) && NET_VENDOR_BROADCOM(=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_BNXT_SRIOV -----------------
Config: CONFIG_BNXT_SRIOV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_BNXT_SRIOV=y
Actual value:     

No reference to BNXT_SRIOV found

---------- CONFIG_NET_VENDOR_ATHEROS -----------------
Config: CONFIG_NET_VENDOR_ATHEROS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_NET_VENDOR_ATHEROS=y
Actual value:     

  Config 'NET_VENDOR_ATHEROS' has the following Direct dependencies (=n):
        PCI(=n) || ATH79(undefined/n) (=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_ATL1 -----------------
Config: CONFIG_ATL1
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_ATL1=m
Actual value:     

Config: CONFIG_ATL1C
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_ATL1C=m
Actual value:     

Config: CONFIG_ATL1E
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_ATL1E=m
Actual value:     

No reference to ATL1 found

---------- CONFIG_ATL1C -----------------
Config: CONFIG_ATL1C
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_ATL1C=m
Actual value:     

No reference to ATL1C found

---------- CONFIG_ATL1E -----------------
Config: CONFIG_ATL1E
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_ATL1E=m
Actual value:     

No reference to ATL1E found

---------- CONFIG_ATL2 -----------------
Config: CONFIG_ATL2
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_ATL2=m
Actual value:     

No reference to ATL2 found

---------- CONFIG_ALX -----------------
Config: CONFIG_ALX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_ALX=m
Actual value:     

No reference to ALX found

---------- CONFIG_NET_VENDOR_INTEL -----------------
Config: CONFIG_NET_VENDOR_INTEL
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_NET_VENDOR_INTEL=y
Actual value:     

  Config 'NET_VENDOR_INTEL' has the following Direct dependencies (=n):
        ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_NET_VENDOR_AMD -----------------
Config: CONFIG_NET_VENDOR_AMD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_NET_VENDOR_AMD=y
Actual value:     

  Config 'NET_VENDOR_AMD' has the following Direct dependencies (=n):
        DIO(undefined/n) || MACH_DECSTATION(undefined/n) || MVME147(undefined/n) || ATARI(undefined/n) || SUN3(undefined/n) || SUN3X(undefined/n) || SBUS(=n) || PCI(=n) || ZORRO(undefined/n) || (ISA(=n) && ISA_DMA_API(=y)) || (ARM(undefined/n) && ARCH_EBSA110(undefined/n)) || ISA(=n) || EISA(=n) || PCMCIA(=n) || ARM64(undefined/n) (=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_PCNET32 -----------------
Config: CONFIG_PCNET32
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_PCNET32=m
Actual value:     

No reference to PCNET32 found

---------- CONFIG_NET_VENDOR_REALTEK -----------------
Config: CONFIG_NET_VENDOR_REALTEK
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_NET_VENDOR_REALTEK=y
Actual value:     

  Config 'NET_VENDOR_REALTEK' has the following Direct dependencies (=n):
        PCI(=n) || (PARPORT(=n) && X86(=y)) (=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_8139CP -----------------
Config: CONFIG_8139CP
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_8139CP=m
Actual value:     

No reference to 8139CP found

---------- CONFIG_8139TOO -----------------
Config: CONFIG_8139TOO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_8139TOO=m
Actual value:     

  Config '8139TOO' has the following Direct dependencies (=n):
        PCI(=n) && NET_VENDOR_REALTEK(=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_R8169 -----------------
Config: CONFIG_R8169
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_R8169=m
Actual value:     

No reference to R8169 found

---------- CONFIG_NET_VENDOR_DLINK -----------------
Config: CONFIG_NET_VENDOR_DLINK
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_NET_VENDOR_DLINK=y
Actual value:     

  Config 'NET_VENDOR_DLINK' has the following Direct dependencies (=n):
        PCI(=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_DL2K -----------------
Config: CONFIG_DL2K
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_DL2K=m
Actual value:     

No reference to DL2K found

---------- CONFIG_NET_VENDOR_MARVELL -----------------
Config: CONFIG_NET_VENDOR_MARVELL
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_NET_VENDOR_MARVELL=y
Actual value:     

  Config 'NET_VENDOR_MARVELL' has the following Direct dependencies (=n):
        PCI(=n) || CPU_PXA168(undefined/n) || MV64X60(undefined/n) || PPC32(undefined/n) || PLAT_ORION(undefined/n) || INET(=n) || COMPILE_TEST(=n) (=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_SKGE -----------------
Config: CONFIG_SKGE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_SKGE=m
Actual value:     

  Config 'SKGE' has the following Direct dependencies (=n):
        PCI(=n) && NET_VENDOR_MARVELL(=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_SKY2 -----------------
Config: CONFIG_SKY2
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_SKY2=m
Actual value:     

  Config 'SKY2' has the following Direct dependencies (=n):
        PCI(=n) && NET_VENDOR_MARVELL(=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_JME -----------------
Config: CONFIG_JME
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg
Requested value:  CONFIG_JME=m
Actual value:     

No reference to JME found

---------- CONFIG_FB_MODE_HELPERS -----------------
Config: CONFIG_FB_MODE_HELPERS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-gfx.cfg
Requested value:  CONFIG_FB_MODE_HELPERS=y
Actual value:     

  Config 'FB_MODE_HELPERS' has the following Direct dependencies (=n):
        FB(=n) && HAS_IOMEM(=y)

---------- CONFIG_CONNECTOR -----------------
Config: CONFIG_CONNECTOR
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-gfx.cfg
Requested value:  CONFIG_CONNECTOR=y
Actual value:     

  Config 'CONNECTOR' has the following Direct dependencies (=n):
        NET(=n)

---------- CONFIG_FB_UVESA -----------------
Config: CONFIG_FB_UVESA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-gfx.cfg
Requested value:  CONFIG_FB_UVESA=m
Actual value:     

No reference to FB_UVESA found

---------- CONFIG_DRM_CIRRUS_QEMU -----------------
Config: CONFIG_DRM_CIRRUS_QEMU
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-gfx.cfg
Requested value:  CONFIG_DRM_CIRRUS_QEMU=m
Actual value:     

No reference to DRM_CIRRUS_QEMU found

---------- CONFIG_WIRELESS -----------------
Config: CONFIG_WIRELESS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_WIRELESS=y
Actual value:     

  Config 'WIRELESS' has the following Direct dependencies (=n):
        !S390(undefined/n) (=y) && NET(=n)

---------- CONFIG_WLAN -----------------
Config: CONFIG_WLAN
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_WLAN=y
Actual value:     

--
Config: CONFIG_WLAN_VENDOR_ATH
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_WLAN_VENDOR_ATH=y
Actual value:     

  Config 'WLAN' has the following Direct dependencies (=n):
        !S390(undefined/n) (=y) && NET(=n) && NETDEVICES(=n)

---------- CONFIG_MAC80211 -----------------
Config: CONFIG_MAC80211
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_MAC80211=m
Actual value:     

  Config 'MAC80211' has the following Direct dependencies (=n):
        CFG80211(=n) && WIRELESS(=n) && NET(=n)

---------- CONFIG_CFG80211 -----------------
Config: CONFIG_CFG80211
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_CFG80211=m
Actual value:     

--
Config: CONFIG_CFG80211_WEXT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_CFG80211_WEXT=y
Actual value:     

  Config 'CFG80211' has the following Direct dependencies (=n):
        RFKILL(=n) || !RFKILL(=n) (=y) && WIRELESS(=n) && NET(=n)

---------- CONFIG_ATH_COMMON -----------------
Config: CONFIG_ATH_COMMON
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_ATH_COMMON=m
Actual value:     

  Config 'ATH_COMMON' has the following Direct dependencies (=n):
        WLAN(=n) && NETDEVICES(=n)

---------- CONFIG_WLAN_VENDOR_ATH -----------------
Config: CONFIG_WLAN_VENDOR_ATH
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_WLAN_VENDOR_ATH=y
Actual value:     

  Config 'WLAN_VENDOR_ATH' has the following Direct dependencies (=n):
        WLAN(=n) && NETDEVICES(=n)

---------- CONFIG_ATH5K -----------------
Config: CONFIG_ATH5K
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_ATH5K=m
Actual value:     

  Config 'ATH5K' has the following Direct dependencies (=n):
        PCI(=n) || ATH25(undefined/n) (=n) && MAC80211(=n) && WLAN_VENDOR_ATH(=n) && WLAN(=n) && NETDEVICES(=n)

---------- CONFIG_ATH9K -----------------
Config: CONFIG_ATH9K
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_ATH9K=m
Actual value:     

  Config 'ATH9K' has the following Direct dependencies (=n):
        MAC80211(=n) && HAS_DMA(=y) && WLAN_VENDOR_ATH(=n) && WLAN(=n) && NETDEVICES(=n)

---------- CONFIG_WEXT_CORE -----------------
Config: CONFIG_WEXT_CORE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_WEXT_CORE=y
Actual value:     

  Config 'WEXT_CORE' has the following Direct dependencies (=n):
        CFG80211_WEXT(=n) || WIRELESS_EXT(=n) (=n) && WIRELESS(=n) && NET(=n)

---------- CONFIG_WEXT_PROC -----------------
Config: CONFIG_WEXT_PROC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_WEXT_PROC=y
Actual value:     

No reference to WEXT_PROC found

---------- CONFIG_CFG80211_WEXT -----------------
Config: CONFIG_CFG80211_WEXT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_CFG80211_WEXT=y
Actual value:     

  Config 'CFG80211_WEXT' has the following Direct dependencies (=n):
        CFG80211(=n) && WIRELESS(=n) && NET(=n)

---------- CONFIG_BCMA -----------------
Config: CONFIG_BCMA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_BCMA=m
Actual value:     # CONFIG_BCMA is not set

Config: CONFIG_BCMA_HOST_PCI_POSSIBLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_BCMA_HOST_PCI_POSSIBLE=y
Actual value:     

Config: CONFIG_BCMA_HOST_PCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_BCMA_HOST_PCI=y
Actual value:     

Config: CONFIG_BCMA_DRIVER_GMAC_CMN
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_BCMA_DRIVER_GMAC_CMN=y
Actual value:     

  Config 'BCMA' has the following Direct dependencies (=y):
        BCMA_POSSIBLE(=y)

---------- CONFIG_BCMA_HOST_PCI_POSSIBLE -----------------
Config: CONFIG_BCMA_HOST_PCI_POSSIBLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_BCMA_HOST_PCI_POSSIBLE=y
Actual value:     

  Config 'BCMA_HOST_PCI_POSSIBLE' has the following Direct dependencies (=n):
        PCI(=n) = y (=n) && BCMA(=n)

---------- CONFIG_BCMA_HOST_PCI -----------------
Config: CONFIG_BCMA_HOST_PCI_POSSIBLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_BCMA_HOST_PCI_POSSIBLE=y
Actual value:     

Config: CONFIG_BCMA_HOST_PCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_BCMA_HOST_PCI=y
Actual value:     

No reference to BCMA_HOST_PCI found

---------- CONFIG_BCMA_DRIVER_GMAC_CMN -----------------
Config: CONFIG_BCMA_DRIVER_GMAC_CMN
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_BCMA_DRIVER_GMAC_CMN=y
Actual value:     

No reference to BCMA_DRIVER_GMAC_CMN found

---------- CONFIG_CRC8 -----------------
Config: CONFIG_CRC8
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_CRC8=m
Actual value:     # CONFIG_CRC8 is not set

  Config 'CRC8' has the following Direct dependencies (=y):
        y

---------- CONFIG_CORDIC -----------------
Config: CONFIG_CORDIC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg
Requested value:  CONFIG_CORDIC=m
Actual value:     # CONFIG_CORDIC is not set

  Config 'CORDIC' has the following Direct dependencies (=y):
        y

---------- CONFIG_PARTITION_ADVANCED -----------------
Config: CONFIG_PARTITION_ADVANCED
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi-ext.cfg
Requested value:  CONFIG_PARTITION_ADVANCED=y
Actual value:     # CONFIG_PARTITION_ADVANCED is not set

  Config 'PARTITION_ADVANCED' has the following Direct dependencies (=y):
        BLOCK(=y)

---------- CONFIG_FB_EFI -----------------
Config: CONFIG_FB_EFI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi-ext.cfg
Requested value:  CONFIG_FB_EFI=y
Actual value:     

No reference to FB_EFI found

---------- CONFIG_EFI_VARS -----------------
Config: CONFIG_EFI_VARS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi-ext.cfg
Requested value:  CONFIG_EFI_VARS=m
Actual value:     

  Config 'EFI_VARS' has the following Direct dependencies (=n):
        EFI(=n) && EFI(=n)

---------- CONFIG_EFI -----------------
Config: CONFIG_EFI_VARS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi-ext.cfg
Requested value:  CONFIG_EFI_VARS=m
Actual value:     

Config: CONFIG_EFI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg
Requested value:  CONFIG_EFI=y
Actual value:     # CONFIG_EFI is not set

Config: CONFIG_EFI_STUB
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg
Requested value:  CONFIG_EFI_STUB=y
Actual value:     

Config: CONFIG_EFIVAR_FS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg
Requested value:  CONFIG_EFIVAR_FS=y
Actual value:     

--
Config: CONFIG_EFI_EARLYCON
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/debug/printk.cfg
Requested value:  CONFIG_EFI_EARLYCON=y
Actual value:     

  Config 'EFI' has the following Direct dependencies (=y):
        ACPI(=y)

---------- CONFIG_EFI_STUB -----------------
Config: CONFIG_EFI_STUB
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg
Requested value:  CONFIG_EFI_STUB=y
Actual value:     

  Config 'EFI_STUB' has the following Direct dependencies (=n):
        EFI(=n) && !X86_USE_3DNOW(=n) (=y)

---------- CONFIG_EFIVAR_FS -----------------
Config: CONFIG_EFIVAR_FS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg
Requested value:  CONFIG_EFIVAR_FS=y
Actual value:     

No reference to EFIVAR_FS found

---------- CONFIG_HPET_EMULATE_RTC -----------------
Config: CONFIG_HPET_EMULATE_RTC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/timer/hpet.cfg
Requested value:  CONFIG_HPET_EMULATE_RTC=y
Actual value:     

No reference to HPET_EMULATE_RTC found

---------- CONFIG_HPET -----------------
Config: CONFIG_HPET_EMULATE_RTC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/timer/hpet.cfg
Requested value:  CONFIG_HPET_EMULATE_RTC=y
Actual value:     

Config: CONFIG_HPET
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/timer/hpet.cfg
Requested value:  CONFIG_HPET=y
Actual value:     # CONFIG_HPET is not set

Config: CONFIG_HPET_MMAP
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/timer/hpet.cfg
Requested value:  CONFIG_HPET_MMAP=y
Actual value:     

  Config 'HPET' has the following Direct dependencies (=y):
        ACPI(=y)

---------- CONFIG_HPET_MMAP -----------------
Config: CONFIG_HPET_MMAP
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/timer/hpet.cfg
Requested value:  CONFIG_HPET_MMAP=y
Actual value:     

  Config 'HPET_MMAP' has the following Direct dependencies (=n):
        HPET(=n)

---------- CONFIG_X86_MSR -----------------
Config: CONFIG_X86_MSR
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/x86_base.cfg
Requested value:  CONFIG_X86_MSR=y
Actual value:     # CONFIG_X86_MSR is not set

  Config 'X86_MSR' has the following Direct dependencies (=y):
        y

---------- CONFIG_X86_CPUID -----------------
Config: CONFIG_X86_CPUID
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/x86_base.cfg
Requested value:  CONFIG_X86_CPUID=y
Actual value:     # CONFIG_X86_CPUID is not set

No reference to X86_CPUID found

---------- CONFIG_X86_CHECK_BIOS_CORRUPTION -----------------
Config: CONFIG_X86_CHECK_BIOS_CORRUPTION
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/x86_base.cfg
Requested value:  CONFIG_X86_CHECK_BIOS_CORRUPTION=y
Actual value:     # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set

  Config 'X86_CHECK_BIOS_CORRUPTION' has the following Direct dependencies (=y):
        y

---------- CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK -----------------
Config: CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/x86_base.cfg
Requested value:  CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
Actual value:     

No reference to X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK found

---------- CONFIG_SMP -----------------
Config: CONFIG_SMP
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/smp_64.cfg
Requested value:  CONFIG_SMP=y
Actual value:     # CONFIG_SMP is not set

  Config 'SMP' has the following Direct dependencies (=y):
        y

---------- CONFIG_SCHED_SMT -----------------
Config: CONFIG_SCHED_SMT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/smp_64.cfg
Requested value:  CONFIG_SCHED_SMT=y
Actual value:     

No reference to SCHED_SMT found

---------- CONFIG_NR_CPUS -----------------
Config: CONFIG_NR_CPUS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc-64/common-pc-64-cpu.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/smp_64.cfg
Requested value:  CONFIG_NR_CPUS=64
Actual value:     CONFIG_NR_CPUS=1

No reference to NR_CPUS found

---------- CONFIG_IA32_EMULATION -----------------
Config: CONFIG_IA32_EMULATION
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc-64/common-pc-64-cpu.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/x86_64.cfg
Requested value:  CONFIG_IA32_EMULATION=y
Actual value:     # CONFIG_IA32_EMULATION is not set

  Config 'IA32_EMULATION' has the following Direct dependencies (=y):
        X86_64(=y)

---------- CONFIG_COMPAT -----------------
Config: CONFIG_COMPAT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/x86_64.cfg
Requested value:  CONFIG_COMPAT=y
Actual value:     

  Config 'COMPAT' has the following Direct dependencies (=n):
        IA32_EMULATION(=n) || X86_X32(=n)

---------- CONFIG_UNWINDER_ORC -----------------
Config: CONFIG_UNWINDER_ORC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/x86_64.cfg
Requested value:  # CONFIG_UNWINDER_ORC is not set
Actual value:     CONFIG_UNWINDER_ORC=y

  Config 'UNWINDER_ORC' has the following Direct dependencies (=y):
        X86_64(=y) && <choice>

---------- CONFIG_UNWINDER_FRAME_POINTER -----------------
Config: CONFIG_UNWINDER_FRAME_POINTER
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/x86_64.cfg
Requested value:  CONFIG_UNWINDER_FRAME_POINTER=y
Actual value:     # CONFIG_UNWINDER_FRAME_POINTER is not set

  Config 'UNWINDER_FRAME_POINTER' has the following Direct dependencies (=y):
        <choice>

---------- CONFIG_X86_AMD_PLATFORM_DEVICE -----------------
Config: CONFIG_X86_AMD_PLATFORM_DEVICE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/amd.cfg
Requested value:  CONFIG_X86_AMD_PLATFORM_DEVICE=y
Actual value:     # CONFIG_X86_AMD_PLATFORM_DEVICE is not set

No reference to X86_AMD_PLATFORM_DEVICE found

---------- CONFIG_MICROCODE_AMD -----------------
Config: CONFIG_MICROCODE_AMD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/amd.cfg
Requested value:  CONFIG_MICROCODE_AMD=y
Actual value:     # CONFIG_MICROCODE_AMD is not set

No reference to MICROCODE_AMD found

---------- CONFIG_X86_MCE_AMD -----------------
Config: CONFIG_X86_MCE_AMD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/amd.cfg
Requested value:  CONFIG_X86_MCE_AMD=y
Actual value:     

  Config 'X86_MCE_AMD' has the following Direct dependencies (=n):
        X86_MCE(=y) && X86_LOCAL_APIC(=y) && AMD_NB(=n)

---------- CONFIG_PCI -----------------
Config: CONFIG_PCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-wifi.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/pci/pci.cfg
Requested value:  CONFIG_PCI=y
Actual value:     # CONFIG_PCI is not set

Config: CONFIG_PCI_MMCONFIG
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/pci/pci.cfg
Requested value:  CONFIG_PCI_MMCONFIG=y
Actual value:     

Config: CONFIG_PCI_MSI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/pci/pci.cfg
Requested value:  CONFIG_PCI_MSI=y
Actual value:     

Config: CONFIG_PCIEPORTBUS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/pci/pci.cfg
Requested value:  CONFIG_PCIEPORTBUS=y
Actual value:     

--
Config: CONFIG_PCI_IOV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/pci-iov/pci-iov.cfg
Requested value:  CONFIG_PCI_IOV=y
Actual value:     

  Config 'PCI' has the following Direct dependencies (=y):
        HAVE_PCI(=y)

---------- CONFIG_PCI_MMCONFIG -----------------
Config: CONFIG_PCI_MMCONFIG
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/pci/pci.cfg
Requested value:  CONFIG_PCI_MMCONFIG=y
Actual value:     

  Config 'PCI_MMCONFIG' has the following Direct dependencies (=n):
        PCI(=n) && ACPI(=y) || SFI(=n) || JAILHOUSE_GUEST(=n) (=y) && X86_64(=y) || PCI_GOANY(=n) || PCI_GOMMCONFIG(=n) (=y)

---------- CONFIG_PCI_MSI -----------------
Config: CONFIG_PCI_MSI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/pci/pci.cfg
Requested value:  CONFIG_PCI_MSI=y
Actual value:     

  Config 'PCI_MSI' has the following Direct dependencies (=n):
        PCI(=n)

---------- CONFIG_PCIEPORTBUS -----------------
Config: CONFIG_PCIEPORTBUS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/pci/pci.cfg
Requested value:  CONFIG_PCIEPORTBUS=y
Actual value:     

  Config 'PCIEPORTBUS' has the following Direct dependencies (=n):
        PCI(=n) && PCI(=n)

---------- CONFIG_HOTPLUG_PCI -----------------
Config: CONFIG_HOTPLUG_PCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/pci/pci.cfg
Requested value:  CONFIG_HOTPLUG_PCI=y
Actual value:     

  Config 'HOTPLUG_PCI' has the following Direct dependencies (=n):
        PCI(=n) && SYSFS(=y) && PCI(=n)

---------- CONFIG_PCI_IOV -----------------
Config: CONFIG_PCI_IOV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/pci-iov/pci-iov.cfg
Requested value:  CONFIG_PCI_IOV=y
Actual value:     

  Config 'PCI_IOV' has the following Direct dependencies (=n):
        PCI(=n)

---------- CONFIG_MMC -----------------
Config: CONFIG_MMC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-base.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC=y
Actual value:     # CONFIG_MMC is not set

Config: CONFIG_MMC_SDHCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_SDHCI=y
Actual value:     

Config: CONFIG_MMC_SDHCI_PCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_SDHCI_PCI=y
Actual value:     

Config: CONFIG_MMC_SDHCI_ACPI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_SDHCI_ACPI=y
Actual value:     

Config: CONFIG_MMC_SDHCI_PLTFM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_SDHCI_PLTFM=y
Actual value:     

Config: CONFIG_MMC_RICOH_MMC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_RICOH_MMC=y
Actual value:     

  Config 'MMC' has the following Direct dependencies (=y):
        HAS_IOMEM(=y)

---------- CONFIG_MMC_SDHCI -----------------
Config: CONFIG_MMC_SDHCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_SDHCI=y
Actual value:     

Config: CONFIG_MMC_SDHCI_PCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_SDHCI_PCI=y
Actual value:     

Config: CONFIG_MMC_SDHCI_ACPI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_SDHCI_ACPI=y
Actual value:     

Config: CONFIG_MMC_SDHCI_PLTFM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_SDHCI_PLTFM=y
Actual value:     

  Config 'MMC_SDHCI' has the following Direct dependencies (=n):
        HAS_DMA(=y) && MMC(=n)

---------- CONFIG_MMC_SDHCI_PCI -----------------
Config: CONFIG_MMC_SDHCI_PCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_SDHCI_PCI=y
Actual value:     

  Config 'MMC_SDHCI_PCI' has the following Direct dependencies (=n):
        MMC_SDHCI(=n) && PCI(=n) && MMC(=n)

---------- CONFIG_MMC_SDHCI_ACPI -----------------
Config: CONFIG_MMC_SDHCI_ACPI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_SDHCI_ACPI=y
Actual value:     

No reference to MMC_SDHCI_ACPI found

---------- CONFIG_MMC_SDHCI_PLTFM -----------------
Config: CONFIG_MMC_SDHCI_PLTFM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_SDHCI_PLTFM=y
Actual value:     

  Config 'MMC_SDHCI_PLTFM' has the following Direct dependencies (=n):
        MMC_SDHCI(=n) && MMC(=n)

---------- CONFIG_MMC_RICOH_MMC -----------------
Config: CONFIG_MMC_RICOH_MMC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/mmc/mmc-sdhci.cfg
Requested value:  CONFIG_MMC_RICOH_MMC=y
Actual value:     

No reference to MMC_RICOH_MMC found

---------- CONFIG_USB_EHCI_HCD -----------------
Config: CONFIG_USB_EHCI_HCD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb/ehci-hcd.cfg
Requested value:  CONFIG_USB_EHCI_HCD=y
Actual value:     

  Config 'USB_EHCI_HCD' has the following Direct dependencies (=n):
        HAS_DMA(=y) && HAS_IOMEM(=y) && USB(=n) && USB_SUPPORT(=y)

---------- CONFIG_USB_EHCI_ROOT_HUB_TT -----------------
Config: CONFIG_USB_EHCI_ROOT_HUB_TT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb/ehci-hcd.cfg
Requested value:  CONFIG_USB_EHCI_ROOT_HUB_TT=y
Actual value:     

  Config 'USB_EHCI_ROOT_HUB_TT' has the following Direct dependencies (=n):
        USB_EHCI_HCD(=n) && USB(=n) && USB_SUPPORT(=y)

---------- CONFIG_USB_OHCI_HCD -----------------
Config: CONFIG_USB_OHCI_HCD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb/ohci-hcd.cfg
Requested value:  CONFIG_USB_OHCI_HCD=y
Actual value:     

  Config 'USB_OHCI_HCD' has the following Direct dependencies (=n):
        HAS_DMA(=y) && HAS_IOMEM(=y) && USB(=n) && USB_SUPPORT(=y)

---------- CONFIG_USB_XHCI_HCD -----------------
Config: CONFIG_USB_XHCI_HCD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb/xhci-hcd.cfg
Requested value:  CONFIG_USB_XHCI_HCD=y
Actual value:     

  Config 'USB_XHCI_HCD' has the following Direct dependencies (=n):
        HAS_DMA(=y) && HAS_IOMEM(=y) && USB(=n) && USB_SUPPORT(=y)

---------- CONFIG_INPUT_TOUCHSCREEN -----------------
Config: CONFIG_INPUT_TOUCHSCREEN
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/input/touchscreen.cfg
Requested value:  CONFIG_INPUT_TOUCHSCREEN=y
Actual value:     # CONFIG_INPUT_TOUCHSCREEN is not set

  Config 'INPUT_TOUCHSCREEN' has the following Direct dependencies (=y):
        INPUT(=y) && !UML(undefined/n) (=y)

---------- CONFIG_TOUCHSCREEN_USB_COMPOSITE -----------------
Config: CONFIG_TOUCHSCREEN_USB_COMPOSITE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb/touchscreen-composite.cfg
Requested value:  CONFIG_TOUCHSCREEN_USB_COMPOSITE=m
Actual value:     

  Config 'TOUCHSCREEN_USB_COMPOSITE' has the following Direct dependencies (=n):
        USB_ARCH_HAS_HCD(=y) && INPUT_TOUCHSCREEN(=n) && INPUT(=y) && !UML(undefined/n) (=y)

---------- CONFIG_USB_USBNET -----------------
Config: CONFIG_USB_USBNET
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_USBNET=m
Actual value:     

  Config 'USB_USBNET' has the following Direct dependencies (=n):
        USB_NET_DRIVERS(=n) && NETDEVICES(=n)

---------- CONFIG_USB_NET_DRIVERS -----------------
Config: CONFIG_USB_NET_DRIVERS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_DRIVERS=m
Actual value:     

  Config 'USB_NET_DRIVERS' has the following Direct dependencies (=n):
        USB(=n) && NET(=n) && NETDEVICES(=n)

---------- CONFIG_USB_KAWETH -----------------
Config: CONFIG_USB_KAWETH
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_KAWETH=m
Actual value:     

No reference to USB_KAWETH found

---------- CONFIG_USB_PEGASUS -----------------
Config: CONFIG_USB_PEGASUS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_PEGASUS=m
Actual value:     

No reference to USB_PEGASUS found

---------- CONFIG_USB_RTL8150 -----------------
Config: CONFIG_USB_RTL8150
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_RTL8150=m
Actual value:     

No reference to USB_RTL8150 found

---------- CONFIG_USB_RTL8152 -----------------
Config: CONFIG_USB_RTL8152
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_RTL8152=m
Actual value:     

No reference to USB_RTL8152 found

---------- CONFIG_USB_NET_AX8817X -----------------
Config: CONFIG_USB_NET_AX8817X
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_AX8817X=m
Actual value:     

No reference to USB_NET_AX8817X found

---------- CONFIG_USB_NET_AX88179_178A -----------------
Config: CONFIG_USB_NET_AX88179_178A
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_AX88179_178A=m
Actual value:     

No reference to USB_NET_AX88179_178A found

---------- CONFIG_USB_NET_CDCETHER -----------------
Config: CONFIG_USB_NET_CDCETHER
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_CDCETHER=m
Actual value:     

  Config 'USB_NET_CDCETHER' has the following Direct dependencies (=n):
        USB_USBNET(=n) && USB_NET_DRIVERS(=n) && NETDEVICES(=n)

---------- CONFIG_USB_NET_CDC_EEM -----------------
Config: CONFIG_USB_NET_CDC_EEM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_CDC_EEM=m
Actual value:     

No reference to USB_NET_CDC_EEM found

---------- CONFIG_USB_NET_CDC_NCM -----------------
Config: CONFIG_USB_NET_CDC_NCM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_CDC_NCM=m
Actual value:     

  Config 'USB_NET_CDC_NCM' has the following Direct dependencies (=n):
        USB_USBNET(=n) && USB_NET_DRIVERS(=n) && NETDEVICES(=n)

---------- CONFIG_USB_NET_DM9601 -----------------
Config: CONFIG_USB_NET_DM9601
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_DM9601=m
Actual value:     

No reference to USB_NET_DM9601 found

---------- CONFIG_USB_NET_SMSC75XX -----------------
Config: CONFIG_USB_NET_SMSC75XX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_SMSC75XX=m
Actual value:     

No reference to USB_NET_SMSC75XX found

---------- CONFIG_USB_NET_SMSC95XX -----------------
Config: CONFIG_USB_NET_SMSC95XX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_SMSC95XX=m
Actual value:     

No reference to USB_NET_SMSC95XX found

---------- CONFIG_USB_NET_MCS7830 -----------------
Config: CONFIG_USB_NET_MCS7830
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_MCS7830=m
Actual value:     

No reference to USB_NET_MCS7830 found

---------- CONFIG_USB_NET_RNDIS_HOST -----------------
Config: CONFIG_USB_NET_RNDIS_HOST
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_RNDIS_HOST=m
Actual value:     

  Config 'USB_NET_RNDIS_HOST' has the following Direct dependencies (=n):
        USB_USBNET(=n) && USB_NET_DRIVERS(=n) && NETDEVICES(=n)

---------- CONFIG_USB_NET_CDC_SUBSET_ENABLE -----------------
Config: CONFIG_USB_NET_CDC_SUBSET_ENABLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_CDC_SUBSET_ENABLE=m
Actual value:     

  Config 'USB_NET_CDC_SUBSET_ENABLE' has the following Direct dependencies (=n):
        USB_NET_CDC_SUBSET(=n) && USB_NET_DRIVERS(=n) && NETDEVICES(=n)

---------- CONFIG_USB_NET_CDC_SUBSET -----------------
Config: CONFIG_USB_NET_CDC_SUBSET_ENABLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_CDC_SUBSET_ENABLE=m
Actual value:     

Config: CONFIG_USB_NET_CDC_SUBSET
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_NET_CDC_SUBSET=m
Actual value:     

  Config 'USB_NET_CDC_SUBSET' has the following Direct dependencies (=n):
        USB_USBNET(=n) && USB_NET_DRIVERS(=n) && NETDEVICES(=n)

---------- CONFIG_USB_ALI_M5632 -----------------
Config: CONFIG_USB_ALI_M5632
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_ALI_M5632=y
Actual value:     

No reference to USB_ALI_M5632 found

---------- CONFIG_USB_AN2720 -----------------
Config: CONFIG_USB_AN2720
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_AN2720=y
Actual value:     

No reference to USB_AN2720 found

---------- CONFIG_USB_BELKIN -----------------
Config: CONFIG_USB_BELKIN
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_BELKIN=y
Actual value:     

No reference to USB_BELKIN found

---------- CONFIG_USB_ARMLINUX -----------------
Config: CONFIG_USB_ARMLINUX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_ARMLINUX=y
Actual value:     

No reference to USB_ARMLINUX found

---------- CONFIG_USB_KC2190 -----------------
Config: CONFIG_USB_KC2190
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/usb-net/usb-net.cfg
Requested value:  CONFIG_USB_KC2190=y
Actual value:     

No reference to USB_KC2190 found

---------- CONFIG_E100 -----------------
Config: CONFIG_E100
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/intel-e1xxxx/intel-e100.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/intel-e1xxxx/intel-e1xxxx.cfg
Requested value:  CONFIG_E100=y
Actual value:     

Config: CONFIG_E1000E
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/intel-e1xxxx/intel-e1xxxx.cfg
Requested value:  CONFIG_E1000E=y
Actual value:     

Config: CONFIG_E1000
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/intel-e1xxxx/intel-e1xxxx.cfg
Requested value:  CONFIG_E1000=y
Actual value:     

No reference to E100 found

---------- CONFIG_E1000E -----------------
Config: CONFIG_E1000E
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/intel-e1xxxx/intel-e1xxxx.cfg
Requested value:  CONFIG_E1000E=y
Actual value:     

  Config 'E1000E' has the following Direct dependencies (=n):
        PCI(=n) && !SPARC32(undefined/n) || BROKEN(=n) (=y) && NET_VENDOR_INTEL(=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_E1000 -----------------
Config: CONFIG_E1000E
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/intel-e1xxxx/intel-e1xxxx.cfg
Requested value:  CONFIG_E1000E=y
Actual value:     

Config: CONFIG_E1000
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-eth.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/intel-e1xxxx/intel-e1xxxx.cfg
Requested value:  CONFIG_E1000=y
Actual value:     

No reference to E1000 found

---------- CONFIG_IGB -----------------
Config: CONFIG_IGB
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/igb/igb.cfg
Requested value:  CONFIG_IGB=y
Actual value:     

Config: CONFIG_IGBVF
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/igb/igb.cfg
Requested value:  CONFIG_IGBVF=m
Actual value:     

  Config 'IGB' has the following Direct dependencies (=n):
        PCI(=n) && NET_VENDOR_INTEL(=n) && ETHERNET(=n) && NETDEVICES(=n)

---------- CONFIG_IGBVF -----------------
Config: CONFIG_IGBVF
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/igb/igb.cfg
Requested value:  CONFIG_IGBVF=m
Actual value:     

No reference to IGBVF found

---------- CONFIG_IRQ_REMAP -----------------
Config: CONFIG_IRQ_REMAP
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/x2apic/x2apic.cfg
Requested value:  CONFIG_IRQ_REMAP=y
Actual value:     

  Config 'IRQ_REMAP' has the following Direct dependencies (=n):
        X86_64(=y) && X86_IO_APIC(=y) && PCI_MSI(=n) && ACPI(=y) && IOMMU_SUPPORT(=y)

---------- CONFIG_X86_X2APIC -----------------
Config: CONFIG_X86_X2APIC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/x2apic/x2apic.cfg
Requested value:  CONFIG_X86_X2APIC=y
Actual value:     

  Config 'X86_X2APIC' has the following Direct dependencies (=n):
        X86_LOCAL_APIC(=y) && X86_64(=y) && IRQ_REMAP(=n) || HYPERVISOR_GUEST(=n) (=n)

---------- CONFIG_ISDN -----------------
Config: CONFIG_ISDN
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_ISDN=y
Actual value:     

Config: CONFIG_ISDN_CAPI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_ISDN_CAPI=m
Actual value:     

  Config 'ISDN' has the following Direct dependencies (=n):
        NET(=n) && NETDEVICES(=n) && !S390(undefined/n) (=y) && !UML(undefined/n) (=y)

---------- CONFIG_ISDN_CAPI -----------------
Config: CONFIG_ISDN_CAPI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_ISDN_CAPI=m
Actual value:     

  Config 'ISDN_CAPI' has the following Direct dependencies (=n):
        ISDN(=n)

---------- CONFIG_BT_6LOWPAN -----------------
Config: CONFIG_BT_6LOWPAN
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_6LOWPAN=m
Actual value:     

No reference to BT_6LOWPAN found

---------- CONFIG_BT_RFCOMM -----------------
Config: CONFIG_BT_RFCOMM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_RFCOMM=m
Actual value:     

Config: CONFIG_BT_RFCOMM_TTY
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_RFCOMM_TTY=y
Actual value:     

  Config 'BT_RFCOMM' has the following Direct dependencies (=n):
        BT_BREDR(=n) && NET(=n)

---------- CONFIG_BT_RFCOMM_TTY -----------------
Config: CONFIG_BT_RFCOMM_TTY
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_RFCOMM_TTY=y
Actual value:     

No reference to BT_RFCOMM_TTY found

---------- CONFIG_BT_BNEP -----------------
Config: CONFIG_BT_BNEP
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_BNEP=m
Actual value:     

Config: CONFIG_BT_BNEP_MC_FILTER
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_BNEP_MC_FILTER=y
Actual value:     

Config: CONFIG_BT_BNEP_PROTO_FILTER
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_BNEP_PROTO_FILTER=y
Actual value:     

  Config 'BT_BNEP' has the following Direct dependencies (=n):
        BT_BREDR(=n) && NET(=n)

---------- CONFIG_BT_BNEP_MC_FILTER -----------------
Config: CONFIG_BT_BNEP_MC_FILTER
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_BNEP_MC_FILTER=y
Actual value:     

No reference to BT_BNEP_MC_FILTER found

---------- CONFIG_BT_BNEP_PROTO_FILTER -----------------
Config: CONFIG_BT_BNEP_PROTO_FILTER
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_BNEP_PROTO_FILTER=y
Actual value:     

No reference to BT_BNEP_PROTO_FILTER found

---------- CONFIG_BT_CMTP -----------------
Config: CONFIG_BT_CMTP
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_CMTP=m
Actual value:     

No reference to BT_CMTP found

---------- CONFIG_BT_HIDP -----------------
Config: CONFIG_BT_HIDP
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_HIDP=m
Actual value:     

No reference to BT_HIDP found

---------- CONFIG_BT_LE -----------------
Config: CONFIG_BT_LE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_LE=y
Actual value:     

  Config 'BT_LE' has the following Direct dependencies (=n):
        BT(=n) && NET(=n)

---------- CONFIG_BT_BREDR -----------------
Config: CONFIG_BT_BREDR
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/bluetooth/bluetooth.cfg
Requested value:  CONFIG_BT_BREDR=y
Actual value:     

  Config 'BT_BREDR' has the following Direct dependencies (=n):
        BT(=n) && NET(=n)

---------- CONFIG_6LOWPAN -----------------
Config: CONFIG_6LOWPAN
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/6lowpan/6lowpan.cfg
Requested value:  CONFIG_6LOWPAN=m
Actual value:     

  Config '6LOWPAN' has the following Direct dependencies (=n):
        IPV6(=n) && NET(=n)

---------- CONFIG_SERIAL_8250 -----------------
Config: CONFIG_SERIAL_8250_PNP
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_SERIAL_8250_PNP=y
Actual value:     

--
Config: CONFIG_SERIAL_8250
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_8250=y
Actual value:     # CONFIG_SERIAL_8250 is not set

Config: CONFIG_SERIAL_8250_CONSOLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_8250_CONSOLE=y
Actual value:     

Config: CONFIG_SERIAL_8250_PCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_8250_PCI=y
Actual value:     

Config: CONFIG_SERIAL_8250_NR_UARTS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_8250_NR_UARTS=4
Actual value:     

Config: CONFIG_SERIAL_8250_RUNTIME_UARTS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_8250_RUNTIME_UARTS=4
Actual value:     

  Config 'SERIAL_8250' has the following Direct dependencies (=y):
        !S390(undefined/n) (=y) && HAS_IOMEM(=y) && TTY(=y)

---------- CONFIG_SERIAL_8250_CONSOLE -----------------
Config: CONFIG_SERIAL_8250_CONSOLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_8250_CONSOLE=y
Actual value:     

  Config 'SERIAL_8250_CONSOLE' has the following Direct dependencies (=n):
        SERIAL_8250(=n) = y (=n) && HAS_IOMEM(=y) && TTY(=y)

---------- CONFIG_SERIAL_8250_PCI -----------------
Config: CONFIG_SERIAL_8250_PCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_8250_PCI=y
Actual value:     

  Config 'SERIAL_8250_PCI' has the following Direct dependencies (=n):
        SERIAL_8250(=n) && PCI(=n) && HAS_IOMEM(=y) && TTY(=y)

---------- CONFIG_SERIAL_8250_NR_UARTS -----------------
Config: CONFIG_SERIAL_8250_NR_UARTS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_8250_NR_UARTS=4
Actual value:     

  Config 'SERIAL_8250_NR_UARTS' has the following Direct dependencies (=n):
        SERIAL_8250(=n) && HAS_IOMEM(=y) && TTY(=y)

---------- CONFIG_SERIAL_8250_RUNTIME_UARTS -----------------
Config: CONFIG_SERIAL_8250_RUNTIME_UARTS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_8250_RUNTIME_UARTS=4
Actual value:     

No reference to SERIAL_8250_RUNTIME_UARTS found

---------- CONFIG_SERIAL_CORE -----------------
Config: CONFIG_SERIAL_CORE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_CORE=y
Actual value:     

Config: CONFIG_SERIAL_CORE_CONSOLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_CORE_CONSOLE=y
Actual value:     

  Config 'SERIAL_CORE' has the following Direct dependencies (=y):
        HAS_IOMEM(=y) && TTY(=y)

---------- CONFIG_SERIAL_CORE_CONSOLE -----------------
Config: CONFIG_SERIAL_CORE_CONSOLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/8250.cfg
Requested value:  CONFIG_SERIAL_CORE_CONSOLE=y
Actual value:     

  Config 'SERIAL_CORE_CONSOLE' has the following Direct dependencies (=y):
        HAS_IOMEM(=y) && TTY(=y)

---------- CONFIG_AGP -----------------
Config: CONFIG_AGP
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg
Requested value:  CONFIG_AGP=y
Actual value:     

Config: CONFIG_AGP_INTEL
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg
Requested value:  CONFIG_AGP_INTEL=y
Actual value:     

  Config 'AGP' has the following Direct dependencies (=n):
        ALPHA(undefined/n) || IA64(undefined/n) || PARISC(undefined/n) || PPC(undefined/n) || X86(=y) (=y) && PCI(=n) && HAS_IOMEM(=y)

---------- CONFIG_AGP_INTEL -----------------
Config: CONFIG_AGP_INTEL
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg
Requested value:  CONFIG_AGP_INTEL=y
Actual value:     

  Config 'AGP_INTEL' has the following Direct dependencies (=n):
        AGP(=n) && X86(=y) && HAS_IOMEM(=y)

---------- CONFIG_DRM_I915 -----------------
Config: CONFIG_DRM_I915
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg
Requested value:  CONFIG_DRM_I915=m
Actual value:     

Config: CONFIG_DRM_I915_ALPHA_SUPPORT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg
Requested value:  CONFIG_DRM_I915_ALPHA_SUPPORT=y
Actual value:     

  Config 'DRM_I915' has the following Direct dependencies (=n):
        DRM(=n) && X86(=y) && PCI(=n) && HAS_IOMEM(=y)

---------- CONFIG_DRM_I915_ALPHA_SUPPORT -----------------
Config: CONFIG_DRM_I915_ALPHA_SUPPORT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg
Requested value:  CONFIG_DRM_I915_ALPHA_SUPPORT=y
Actual value:     

  Config 'DRM_I915_ALPHA_SUPPORT' has the following Direct dependencies (=n):
        DRM_I915(=n) && HAS_IOMEM(=y)

---------- CONFIG_BLK_DEV_SD -----------------
Config: CONFIG_BLK_DEV_SD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/scsi/disk.cfg
Requested value:  CONFIG_BLK_DEV_SD=y
Actual value:     

No reference to BLK_DEV_SD found

---------- CONFIG_USB_VIDEO_CLASS -----------------
Config: CONFIG_USB_VIDEO_CLASS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_VIDEO_CLASS=m
Actual value:     

Config: CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
Actual value:     

  Config 'USB_VIDEO_CLASS' has the following Direct dependencies (=n):
        VIDEO_V4L2(=n) && MEDIA_CAMERA_SUPPORT(=n) && MEDIA_USB_SUPPORT(=n) && USB(=n) && MEDIA_SUPPORT(=n) && MEDIA_SUPPORT(=n)

---------- CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV -----------------
Config: CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
Actual value:     

No reference to USB_VIDEO_CLASS_INPUT_EVDEV found

---------- CONFIG_USB_GSPCA -----------------
Config: CONFIG_USB_GSPCA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA=m
Actual value:     

--
Config: CONFIG_USB_GSPCA_BENQ
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_BENQ=m
Actual value:     

Config: CONFIG_USB_GSPCA_CONEX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_CONEX=m
Actual value:     

Config: CONFIG_USB_GSPCA_CPIA1
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_CPIA1=m
Actual value:     

Config: CONFIG_USB_GSPCA_ETOMS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_ETOMS=m
Actual value:     

Config: CONFIG_USB_GSPCA_FINEPIX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_FINEPIX=m
Actual value:     

Config: CONFIG_USB_GSPCA_JEILINJ
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_JEILINJ=m
Actual value:     

Config: CONFIG_USB_GSPCA_JL2005BCD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_JL2005BCD=m
Actual value:     

Config: CONFIG_USB_GSPCA_KINECT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_KINECT=m
Actual value:     

Config: CONFIG_USB_GSPCA_KONICA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_KONICA=m
Actual value:     

Config: CONFIG_USB_GSPCA_MARS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_MARS=m
Actual value:     

Config: CONFIG_USB_GSPCA_MR97310A
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_MR97310A=m
Actual value:     

Config: CONFIG_USB_GSPCA_NW80X
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_NW80X=m
Actual value:     

Config: CONFIG_USB_GSPCA_OV519
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_OV519=m
Actual value:     

Config: CONFIG_USB_GSPCA_OV534
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_OV534=m
Actual value:     

Config: CONFIG_USB_GSPCA_OV534_9
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_OV534_9=m
Actual value:     

Config: CONFIG_USB_GSPCA_PAC207
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_PAC207=m
Actual value:     

Config: CONFIG_USB_GSPCA_PAC7302
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_PAC7302=m
Actual value:     

Config: CONFIG_USB_GSPCA_PAC7311
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_PAC7311=m
Actual value:     

Config: CONFIG_USB_GSPCA_SE401
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SE401=m
Actual value:     

Config: CONFIG_USB_GSPCA_SN9C2028
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SN9C2028=m
Actual value:     

Config: CONFIG_USB_GSPCA_SN9C20X
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SN9C20X=m
Actual value:     

Config: CONFIG_USB_GSPCA_SONIXB
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SONIXB=m
Actual value:     

Config: CONFIG_USB_GSPCA_SONIXJ
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SONIXJ=m
Actual value:     

Config: CONFIG_USB_GSPCA_SPCA500
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA500=m
Actual value:     

Config: CONFIG_USB_GSPCA_SPCA501
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA501=m
Actual value:     

Config: CONFIG_USB_GSPCA_SPCA505
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA505=m
Actual value:     

Config: CONFIG_USB_GSPCA_SPCA506
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA506=m
Actual value:     

Config: CONFIG_USB_GSPCA_SPCA508
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA508=m
Actual value:     

Config: CONFIG_USB_GSPCA_SPCA561
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA561=m
Actual value:     

Config: CONFIG_USB_GSPCA_SPCA1528
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA1528=m
Actual value:     

Config: CONFIG_USB_GSPCA_SQ905
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SQ905=m
Actual value:     

Config: CONFIG_USB_GSPCA_SQ905C
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SQ905C=m
Actual value:     

Config: CONFIG_USB_GSPCA_SQ930X
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SQ930X=m
Actual value:     

Config: CONFIG_USB_GSPCA_STK014
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_STK014=m
Actual value:     

Config: CONFIG_USB_GSPCA_STV0680
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_STV0680=m
Actual value:     

Config: CONFIG_USB_GSPCA_SUNPLUS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SUNPLUS=m
Actual value:     

Config: CONFIG_USB_GSPCA_T613
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_T613=m
Actual value:     

Config: CONFIG_USB_GSPCA_TOPRO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_TOPRO=m
Actual value:     

Config: CONFIG_USB_GSPCA_TV8532
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_TV8532=m
Actual value:     

Config: CONFIG_USB_GSPCA_VC032X
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_VC032X=m
Actual value:     

Config: CONFIG_USB_GSPCA_VICAM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_VICAM=m
Actual value:     

Config: CONFIG_USB_GSPCA_XIRLINK_CIT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_XIRLINK_CIT=m
Actual value:     

Config: CONFIG_USB_GSPCA_ZC3XX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_ZC3XX=m
Actual value:     

  Config 'USB_GSPCA' has the following Direct dependencies (=n):
        VIDEO_V4L2(=n) && INPUT(=y) || INPUT(=y) = n (=y) && MEDIA_CAMERA_SUPPORT(=n) && MEDIA_USB_SUPPORT(=n) && USB(=n) && MEDIA_SUPPORT(=n) && MEDIA_SUPPORT(=n)

---------- CONFIG_USB_M5602 -----------------
Config: CONFIG_USB_M5602
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_M5602=m
Actual value:     

No reference to USB_M5602 found

---------- CONFIG_USB_STV06XX -----------------
Config: CONFIG_USB_STV06XX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_STV06XX=m
Actual value:     

No reference to USB_STV06XX found

---------- CONFIG_USB_GL860 -----------------
Config: CONFIG_USB_GL860
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GL860=m
Actual value:     

No reference to USB_GL860 found

---------- CONFIG_USB_GSPCA_BENQ -----------------
Config: CONFIG_USB_GSPCA_BENQ
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_BENQ=m
Actual value:     

No reference to USB_GSPCA_BENQ found

---------- CONFIG_USB_GSPCA_CONEX -----------------
Config: CONFIG_USB_GSPCA_CONEX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_CONEX=m
Actual value:     

No reference to USB_GSPCA_CONEX found

---------- CONFIG_USB_GSPCA_CPIA1 -----------------
Config: CONFIG_USB_GSPCA_CPIA1
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_CPIA1=m
Actual value:     

No reference to USB_GSPCA_CPIA1 found

---------- CONFIG_USB_GSPCA_ETOMS -----------------
Config: CONFIG_USB_GSPCA_ETOMS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_ETOMS=m
Actual value:     

No reference to USB_GSPCA_ETOMS found

---------- CONFIG_USB_GSPCA_FINEPIX -----------------
Config: CONFIG_USB_GSPCA_FINEPIX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_FINEPIX=m
Actual value:     

No reference to USB_GSPCA_FINEPIX found

---------- CONFIG_USB_GSPCA_JEILINJ -----------------
Config: CONFIG_USB_GSPCA_JEILINJ
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_JEILINJ=m
Actual value:     

No reference to USB_GSPCA_JEILINJ found

---------- CONFIG_USB_GSPCA_JL2005BCD -----------------
Config: CONFIG_USB_GSPCA_JL2005BCD
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_JL2005BCD=m
Actual value:     

No reference to USB_GSPCA_JL2005BCD found

---------- CONFIG_USB_GSPCA_KINECT -----------------
Config: CONFIG_USB_GSPCA_KINECT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_KINECT=m
Actual value:     

No reference to USB_GSPCA_KINECT found

---------- CONFIG_USB_GSPCA_KONICA -----------------
Config: CONFIG_USB_GSPCA_KONICA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_KONICA=m
Actual value:     

No reference to USB_GSPCA_KONICA found

---------- CONFIG_USB_GSPCA_MARS -----------------
Config: CONFIG_USB_GSPCA_MARS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_MARS=m
Actual value:     

No reference to USB_GSPCA_MARS found

---------- CONFIG_USB_GSPCA_MR97310A -----------------
Config: CONFIG_USB_GSPCA_MR97310A
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_MR97310A=m
Actual value:     

No reference to USB_GSPCA_MR97310A found

---------- CONFIG_USB_GSPCA_NW80X -----------------
Config: CONFIG_USB_GSPCA_NW80X
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_NW80X=m
Actual value:     

No reference to USB_GSPCA_NW80X found

---------- CONFIG_USB_GSPCA_OV519 -----------------
Config: CONFIG_USB_GSPCA_OV519
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_OV519=m
Actual value:     

No reference to USB_GSPCA_OV519 found

---------- CONFIG_USB_GSPCA_OV534 -----------------
Config: CONFIG_USB_GSPCA_OV534
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_OV534=m
Actual value:     

Config: CONFIG_USB_GSPCA_OV534_9
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_OV534_9=m
Actual value:     

No reference to USB_GSPCA_OV534 found

---------- CONFIG_USB_GSPCA_OV534_9 -----------------
Config: CONFIG_USB_GSPCA_OV534_9
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_OV534_9=m
Actual value:     

No reference to USB_GSPCA_OV534_9 found

---------- CONFIG_USB_GSPCA_PAC207 -----------------
Config: CONFIG_USB_GSPCA_PAC207
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_PAC207=m
Actual value:     

No reference to USB_GSPCA_PAC207 found

---------- CONFIG_USB_GSPCA_PAC7302 -----------------
Config: CONFIG_USB_GSPCA_PAC7302
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_PAC7302=m
Actual value:     

No reference to USB_GSPCA_PAC7302 found

---------- CONFIG_USB_GSPCA_PAC7311 -----------------
Config: CONFIG_USB_GSPCA_PAC7311
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_PAC7311=m
Actual value:     

No reference to USB_GSPCA_PAC7311 found

---------- CONFIG_USB_GSPCA_SE401 -----------------
Config: CONFIG_USB_GSPCA_SE401
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SE401=m
Actual value:     

No reference to USB_GSPCA_SE401 found

---------- CONFIG_USB_GSPCA_SN9C2028 -----------------
Config: CONFIG_USB_GSPCA_SN9C2028
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SN9C2028=m
Actual value:     

No reference to USB_GSPCA_SN9C2028 found

---------- CONFIG_USB_GSPCA_SN9C20X -----------------
Config: CONFIG_USB_GSPCA_SN9C20X
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SN9C20X=m
Actual value:     

No reference to USB_GSPCA_SN9C20X found

---------- CONFIG_USB_GSPCA_SONIXB -----------------
Config: CONFIG_USB_GSPCA_SONIXB
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SONIXB=m
Actual value:     

No reference to USB_GSPCA_SONIXB found

---------- CONFIG_USB_GSPCA_SONIXJ -----------------
Config: CONFIG_USB_GSPCA_SONIXJ
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SONIXJ=m
Actual value:     

No reference to USB_GSPCA_SONIXJ found

---------- CONFIG_USB_GSPCA_SPCA500 -----------------
Config: CONFIG_USB_GSPCA_SPCA500
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA500=m
Actual value:     

No reference to USB_GSPCA_SPCA500 found

---------- CONFIG_USB_GSPCA_SPCA501 -----------------
Config: CONFIG_USB_GSPCA_SPCA501
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA501=m
Actual value:     

No reference to USB_GSPCA_SPCA501 found

---------- CONFIG_USB_GSPCA_SPCA505 -----------------
Config: CONFIG_USB_GSPCA_SPCA505
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA505=m
Actual value:     

No reference to USB_GSPCA_SPCA505 found

---------- CONFIG_USB_GSPCA_SPCA506 -----------------
Config: CONFIG_USB_GSPCA_SPCA506
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA506=m
Actual value:     

No reference to USB_GSPCA_SPCA506 found

---------- CONFIG_USB_GSPCA_SPCA508 -----------------
Config: CONFIG_USB_GSPCA_SPCA508
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA508=m
Actual value:     

No reference to USB_GSPCA_SPCA508 found

---------- CONFIG_USB_GSPCA_SPCA561 -----------------
Config: CONFIG_USB_GSPCA_SPCA561
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA561=m
Actual value:     

No reference to USB_GSPCA_SPCA561 found

---------- CONFIG_USB_GSPCA_SPCA1528 -----------------
Config: CONFIG_USB_GSPCA_SPCA1528
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SPCA1528=m
Actual value:     

No reference to USB_GSPCA_SPCA1528 found

---------- CONFIG_USB_GSPCA_SQ905 -----------------
Config: CONFIG_USB_GSPCA_SQ905
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SQ905=m
Actual value:     

Config: CONFIG_USB_GSPCA_SQ905C
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SQ905C=m
Actual value:     

No reference to USB_GSPCA_SQ905 found

---------- CONFIG_USB_GSPCA_SQ905C -----------------
Config: CONFIG_USB_GSPCA_SQ905C
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SQ905C=m
Actual value:     

No reference to USB_GSPCA_SQ905C found

---------- CONFIG_USB_GSPCA_SQ930X -----------------
Config: CONFIG_USB_GSPCA_SQ930X
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SQ930X=m
Actual value:     

No reference to USB_GSPCA_SQ930X found

---------- CONFIG_USB_GSPCA_STK014 -----------------
Config: CONFIG_USB_GSPCA_STK014
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_STK014=m
Actual value:     

No reference to USB_GSPCA_STK014 found

---------- CONFIG_USB_GSPCA_STV0680 -----------------
Config: CONFIG_USB_GSPCA_STV0680
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_STV0680=m
Actual value:     

No reference to USB_GSPCA_STV0680 found

---------- CONFIG_USB_GSPCA_SUNPLUS -----------------
Config: CONFIG_USB_GSPCA_SUNPLUS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_SUNPLUS=m
Actual value:     

No reference to USB_GSPCA_SUNPLUS found

---------- CONFIG_USB_GSPCA_T613 -----------------
Config: CONFIG_USB_GSPCA_T613
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_T613=m
Actual value:     

No reference to USB_GSPCA_T613 found

---------- CONFIG_USB_GSPCA_TOPRO -----------------
Config: CONFIG_USB_GSPCA_TOPRO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_TOPRO=m
Actual value:     

No reference to USB_GSPCA_TOPRO found

---------- CONFIG_USB_GSPCA_TV8532 -----------------
Config: CONFIG_USB_GSPCA_TV8532
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_TV8532=m
Actual value:     

No reference to USB_GSPCA_TV8532 found

---------- CONFIG_USB_GSPCA_VC032X -----------------
Config: CONFIG_USB_GSPCA_VC032X
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_VC032X=m
Actual value:     

No reference to USB_GSPCA_VC032X found

---------- CONFIG_USB_GSPCA_VICAM -----------------
Config: CONFIG_USB_GSPCA_VICAM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_VICAM=m
Actual value:     

No reference to USB_GSPCA_VICAM found

---------- CONFIG_USB_GSPCA_XIRLINK_CIT -----------------
Config: CONFIG_USB_GSPCA_XIRLINK_CIT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_XIRLINK_CIT=m
Actual value:     

No reference to USB_GSPCA_XIRLINK_CIT found

---------- CONFIG_USB_GSPCA_ZC3XX -----------------
Config: CONFIG_USB_GSPCA_ZC3XX
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_GSPCA_ZC3XX=m
Actual value:     

No reference to USB_GSPCA_ZC3XX found

---------- CONFIG_USB_PWC -----------------
Config: CONFIG_USB_PWC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_PWC=m
Actual value:     

Config: CONFIG_USB_PWC_INPUT_EVDEV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_PWC_INPUT_EVDEV=y
Actual value:     

  Config 'USB_PWC' has the following Direct dependencies (=n):
        VIDEO_V4L2(=n) && MEDIA_CAMERA_SUPPORT(=n) && MEDIA_USB_SUPPORT(=n) && USB(=n) && MEDIA_SUPPORT(=n) && MEDIA_SUPPORT(=n)

---------- CONFIG_USB_PWC_INPUT_EVDEV -----------------
Config: CONFIG_USB_PWC_INPUT_EVDEV
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_PWC_INPUT_EVDEV=y
Actual value:     

No reference to USB_PWC_INPUT_EVDEV found

---------- CONFIG_VIDEO_CPIA2 -----------------
Config: CONFIG_VIDEO_CPIA2
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_VIDEO_CPIA2=m
Actual value:     

No reference to VIDEO_CPIA2 found

---------- CONFIG_USB_STKWEBCAM -----------------
Config: CONFIG_USB_STKWEBCAM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_STKWEBCAM=m
Actual value:     

No reference to USB_STKWEBCAM found

---------- CONFIG_USB_S2255 -----------------
Config: CONFIG_USB_S2255
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/media/media-usb-webcams.cfg
Requested value:  CONFIG_USB_S2255=m
Actual value:     

No reference to USB_S2255 found

---------- CONFIG_SND_PCI -----------------
Config: CONFIG_SND_PCI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_PCI=y
Actual value:     

  Config 'SND_PCI' has the following Direct dependencies (=n):
        PCI(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_INTEL -----------------
Config: CONFIG_SND_HDA_INTEL
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_INTEL=m
Actual value:     

  Config 'SND_HDA_INTEL' has the following Direct dependencies (=n):
        SND_PCI(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_GENERIC -----------------
Config: CONFIG_SND_HDA_GENERIC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_GENERIC=m
Actual value:     

  Config 'SND_HDA_GENERIC' has the following Direct dependencies (=n):
        SND_HDA(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_CODEC_HDMI -----------------
Config: CONFIG_SND_HDA_CODEC_HDMI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_CODEC_HDMI=m
Actual value:     

  Config 'SND_HDA_CODEC_HDMI' has the following Direct dependencies (=n):
        SND_HDA(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_CODEC_ANALOG -----------------
Config: CONFIG_SND_HDA_CODEC_ANALOG
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_CODEC_ANALOG=m
Actual value:     

  Config 'SND_HDA_CODEC_ANALOG' has the following Direct dependencies (=n):
        SND_HDA(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_CODEC_REALTEK -----------------
Config: CONFIG_SND_HDA_CODEC_REALTEK
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_CODEC_REALTEK=m
Actual value:     

  Config 'SND_HDA_CODEC_REALTEK' has the following Direct dependencies (=n):
        SND_HDA(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_CODEC_SIGMATEL -----------------
Config: CONFIG_SND_HDA_CODEC_SIGMATEL
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_CODEC_SIGMATEL=m
Actual value:     

  Config 'SND_HDA_CODEC_SIGMATEL' has the following Direct dependencies (=n):
        SND_HDA(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_CODEC_CIRRUS -----------------
Config: CONFIG_SND_HDA_CODEC_CIRRUS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_CODEC_CIRRUS=m
Actual value:     

  Config 'SND_HDA_CODEC_CIRRUS' has the following Direct dependencies (=n):
        SND_HDA(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_CODEC_CONEXANT -----------------
Config: CONFIG_SND_HDA_CODEC_CONEXANT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_CODEC_CONEXANT=m
Actual value:     

  Config 'SND_HDA_CODEC_CONEXANT' has the following Direct dependencies (=n):
        SND_HDA(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_CODEC_CA0110 -----------------
Config: CONFIG_SND_HDA_CODEC_CA0110
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_CODEC_CA0110=m
Actual value:     

  Config 'SND_HDA_CODEC_CA0110' has the following Direct dependencies (=n):
        SND_HDA(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_CODEC_CA0132 -----------------
Config: CONFIG_SND_HDA_CODEC_CA0132
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_CODEC_CA0132=m
Actual value:     

  Config 'SND_HDA_CODEC_CA0132' has the following Direct dependencies (=n):
        SND_HDA(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_CODEC_CMEDIA -----------------
Config: CONFIG_SND_HDA_CODEC_CMEDIA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_CODEC_CMEDIA=m
Actual value:     

  Config 'SND_HDA_CODEC_CMEDIA' has the following Direct dependencies (=n):
        SND_HDA(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_SND_HDA_CODEC_SI3054 -----------------
Config: CONFIG_SND_HDA_CODEC_SI3054
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/sound/snd_hda_intel.cfg
Requested value:  CONFIG_SND_HDA_CODEC_SI3054=m
Actual value:     

  Config 'SND_HDA_CODEC_SI3054' has the following Direct dependencies (=n):
        SND_HDA(=n) && SND(=n) && !UML(undefined/n) (=y) && SOUND(=n)

---------- CONFIG_DMA_SHARED_BUFFER -----------------
Config: CONFIG_DMA_SHARED_BUFFER
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DMA_SHARED_BUFFER=y
Actual value:     

  Config 'DMA_SHARED_BUFFER' has the following Direct dependencies (=y):
        y

---------- CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS -----------------
Config: CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
Actual value:     

No reference to MOUSE_PS2_SYNAPTICS_SMBUS found

---------- CONFIG_MOUSE_PS2_SMBUS -----------------
Config: CONFIG_MOUSE_PS2_SMBUS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_MOUSE_PS2_SMBUS=y
Actual value:     

  Config 'MOUSE_PS2_SMBUS' has the following Direct dependencies (=y):
        MOUSE_PS2(=y) && INPUT_MOUSE(=y) && INPUT(=y) && !UML(undefined/n) (=y)

---------- CONFIG_VT_HW_CONSOLE_BINDING -----------------
Config: CONFIG_VT_HW_CONSOLE_BINDING
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_VT_HW_CONSOLE_BINDING=y
Actual value:     # CONFIG_VT_HW_CONSOLE_BINDING is not set

  Config 'VT_HW_CONSOLE_BINDING' has the following Direct dependencies (=y):
        HW_CONSOLE(=y) && TTY(=y)

---------- CONFIG_I2C -----------------
Config: CONFIG_I2C_I801
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg
Requested value:  CONFIG_I2C_I801=y
Actual value:     

--
Config: CONFIG_I2C
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-drivers.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_I2C=y
Actual value:     # CONFIG_I2C is not set

Config: CONFIG_I2C_BOARDINFO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_I2C_BOARDINFO=y
Actual value:     

Config: CONFIG_I2C_COMPAT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_I2C_COMPAT=y
Actual value:     

Config: CONFIG_I2C_HELPER_AUTO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_I2C_HELPER_AUTO=y
Actual value:     

Config: CONFIG_I2C_ALGOBIT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_I2C_ALGOBIT=y
Actual value:     

  Config 'I2C' has the following Direct dependencies (=y):
        y

---------- CONFIG_I2C_BOARDINFO -----------------
Config: CONFIG_I2C_BOARDINFO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_I2C_BOARDINFO=y
Actual value:     

No reference to I2C_BOARDINFO found

---------- CONFIG_I2C_COMPAT -----------------
Config: CONFIG_I2C_COMPAT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_I2C_COMPAT=y
Actual value:     

No reference to I2C_COMPAT found

---------- CONFIG_I2C_HELPER_AUTO -----------------
Config: CONFIG_I2C_HELPER_AUTO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_I2C_HELPER_AUTO=y
Actual value:     

  Config 'I2C_HELPER_AUTO' has the following Direct dependencies (=n):
        I2C(=n)

---------- CONFIG_I2C_ALGOBIT -----------------
Config: CONFIG_I2C_ALGOBIT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_I2C_ALGOBIT=y
Actual value:     

  Config 'I2C_ALGOBIT' has the following Direct dependencies (=n):
        I2C(=n)

---------- CONFIG_DRM -----------------
Config: CONFIG_DRM_CIRRUS_QEMU
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-gfx.cfg
Requested value:  CONFIG_DRM_CIRRUS_QEMU=m
Actual value:     

--
Config: CONFIG_DRM_I915
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg
Requested value:  CONFIG_DRM_I915=m
Actual value:     

Config: CONFIG_DRM_I915_ALPHA_SUPPORT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg
Requested value:  CONFIG_DRM_I915_ALPHA_SUPPORT=y
Actual value:     

--
Config: CONFIG_DRM_VIRTIO_GPU
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/virtio.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/virtio.cfg
Requested value:  CONFIG_DRM_VIRTIO_GPU=y
Actual value:     

--
Config: CONFIG_DRM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM=y
Actual value:     # CONFIG_DRM is not set

Config: CONFIG_DRM_KMS_HELPER
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_KMS_HELPER=y
Actual value:     

Config: CONFIG_DRM_KMS_FB_HELPER
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/i915/i915.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_KMS_FB_HELPER=y
Actual value:     

Config: CONFIG_DRM_FBDEV_EMULATION
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_FBDEV_EMULATION=y
Actual value:     

Config: CONFIG_DRM_FBDEV_OVERALLOC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_FBDEV_OVERALLOC=100
Actual value:     

Config: CONFIG_DRM_TTM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_TTM=y
Actual value:     

Config: CONFIG_DRM_BOCHS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_BOCHS=y
Actual value:     

Config: CONFIG_DRM_PANEL
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_PANEL=y
Actual value:     

Config: CONFIG_DRM_BRIDGE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_BRIDGE=y
Actual value:     

Config: CONFIG_DRM_PANEL_BRIDGE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_PANEL_BRIDGE=y
Actual value:     

Config: CONFIG_DRM_PANEL_ORIENTATION_QUIRKS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
Actual value:     

  Config 'DRM' has the following Direct dependencies (=y):
        AGP(=n) || AGP(=n) = n (=y) && !EMULATED_CMPXCHG(undefined/n) (=y) && HAS_DMA(=y) && HAS_IOMEM(=y)

---------- CONFIG_DRM_FBDEV_EMULATION -----------------
Config: CONFIG_DRM_FBDEV_EMULATION
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_FBDEV_EMULATION=y
Actual value:     

  Config 'DRM_FBDEV_EMULATION' has the following Direct dependencies (=n):
        DRM(=n) && HAS_IOMEM(=y)

---------- CONFIG_DRM_FBDEV_OVERALLOC -----------------
Config: CONFIG_DRM_FBDEV_OVERALLOC
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_FBDEV_OVERALLOC=100
Actual value:     

No reference to DRM_FBDEV_OVERALLOC found

---------- CONFIG_DRM_TTM -----------------
Config: CONFIG_DRM_TTM
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_TTM=y
Actual value:     

  Config 'DRM_TTM' has the following Direct dependencies (=n):
        DRM(=n) && MMU(=y) && HAS_IOMEM(=y)

---------- CONFIG_DRM_BOCHS -----------------
Config: CONFIG_DRM_BOCHS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_BOCHS=y
Actual value:     

No reference to DRM_BOCHS found

---------- CONFIG_DRM_PANEL -----------------
Config: CONFIG_DRM_PANEL
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_PANEL=y
Actual value:     

--
Config: CONFIG_DRM_PANEL_BRIDGE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_PANEL_BRIDGE=y
Actual value:     

Config: CONFIG_DRM_PANEL_ORIENTATION_QUIRKS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
Actual value:     

  Config 'DRM_PANEL' has the following Direct dependencies (=n):
        DRM(=n) && HAS_IOMEM(=y)

---------- CONFIG_DRM_BRIDGE -----------------
Config: CONFIG_DRM_BRIDGE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_BRIDGE=y
Actual value:     

  Config 'DRM_BRIDGE' has the following Direct dependencies (=n):
        DRM(=n) && HAS_IOMEM(=y)

---------- CONFIG_DRM_PANEL_BRIDGE -----------------
Config: CONFIG_DRM_PANEL_BRIDGE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_PANEL_BRIDGE=y
Actual value:     

  Config 'DRM_PANEL_BRIDGE' has the following Direct dependencies (=n):
        DRM_BRIDGE(=n) && DRM_KMS_HELPER(=n) && HAS_IOMEM(=y)

---------- CONFIG_DRM_PANEL_ORIENTATION_QUIRKS -----------------
Config: CONFIG_DRM_PANEL_ORIENTATION_QUIRKS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
Actual value:     

  Config 'DRM_PANEL_ORIENTATION_QUIRKS' has the following Direct dependencies (=y):
        HAS_IOMEM(=y)

---------- CONFIG_FB_CMDLINE -----------------
Config: CONFIG_FB_CMDLINE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_CMDLINE=y
Actual value:     

  Config 'FB_CMDLINE' has the following Direct dependencies (=y):
        HAS_IOMEM(=y)

---------- CONFIG_FB_NOTIFY -----------------
Config: CONFIG_FB_NOTIFY
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_NOTIFY=y
Actual value:     

  Config 'FB_NOTIFY' has the following Direct dependencies (=y):
        HAS_IOMEM(=y)

---------- CONFIG_FB -----------------
Config: CONFIG_FB_MODE_HELPERS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-gfx.cfg
Requested value:  CONFIG_FB_MODE_HELPERS=y
Actual value:     

--
Config: CONFIG_FB_UVESA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-gfx.cfg
Requested value:  CONFIG_FB_UVESA=m
Actual value:     

--
Config: CONFIG_FB_EFI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi-ext.cfg
Requested value:  CONFIG_FB_EFI=y
Actual value:     

--
Config: CONFIG_FB_CMDLINE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_CMDLINE=y
Actual value:     

Config: CONFIG_FB_NOTIFY
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_NOTIFY=y
Actual value:     

Config: CONFIG_FB
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-gfx.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi-ext.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB=y
Actual value:     # CONFIG_FB is not set

Config: CONFIG_FB_CFB_FILLRECT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_CFB_FILLRECT=y
Actual value:     

Config: CONFIG_FB_CFB_COPYAREA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_CFB_COPYAREA=y
Actual value:     

Config: CONFIG_FB_CFB_IMAGEBLIT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_CFB_IMAGEBLIT=y
Actual value:     

Config: CONFIG_FB_SYS_FILLRECT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_SYS_FILLRECT=y
Actual value:     

Config: CONFIG_FB_SYS_COPYAREA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_SYS_COPYAREA=y
Actual value:     

Config: CONFIG_FB_SYS_IMAGEBLIT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_SYS_IMAGEBLIT=y
Actual value:     

Config: CONFIG_FB_SYS_FOPS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_SYS_FOPS=y
Actual value:     

Config: CONFIG_FB_DEFERRED_IO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_DEFERRED_IO=y
Actual value:     

Config: CONFIG_FB_SIMPLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_SIMPLE=y
Actual value:     

  Config 'FB' has the following Direct dependencies (=y):
        HAS_IOMEM(=y)

---------- CONFIG_FB_CFB_FILLRECT -----------------
Config: CONFIG_FB_CFB_FILLRECT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_CFB_FILLRECT=y
Actual value:     

  Config 'FB_CFB_FILLRECT' has the following Direct dependencies (=n):
        FB(=n) && HAS_IOMEM(=y)

---------- CONFIG_FB_CFB_COPYAREA -----------------
Config: CONFIG_FB_CFB_COPYAREA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_CFB_COPYAREA=y
Actual value:     

  Config 'FB_CFB_COPYAREA' has the following Direct dependencies (=n):
        FB(=n) && HAS_IOMEM(=y)

---------- CONFIG_FB_CFB_IMAGEBLIT -----------------
Config: CONFIG_FB_CFB_IMAGEBLIT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_CFB_IMAGEBLIT=y
Actual value:     

  Config 'FB_CFB_IMAGEBLIT' has the following Direct dependencies (=n):
        FB(=n) && HAS_IOMEM(=y)

---------- CONFIG_FB_SYS_FILLRECT -----------------
Config: CONFIG_FB_SYS_FILLRECT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_SYS_FILLRECT=y
Actual value:     

  Config 'FB_SYS_FILLRECT' has the following Direct dependencies (=n):
        FB(=n) && HAS_IOMEM(=y)

---------- CONFIG_FB_SYS_COPYAREA -----------------
Config: CONFIG_FB_SYS_COPYAREA
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_SYS_COPYAREA=y
Actual value:     

  Config 'FB_SYS_COPYAREA' has the following Direct dependencies (=n):
        FB(=n) && HAS_IOMEM(=y)

---------- CONFIG_FB_SYS_IMAGEBLIT -----------------
Config: CONFIG_FB_SYS_IMAGEBLIT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_SYS_IMAGEBLIT=y
Actual value:     

  Config 'FB_SYS_IMAGEBLIT' has the following Direct dependencies (=n):
        FB(=n) && HAS_IOMEM(=y)

---------- CONFIG_FB_SYS_FOPS -----------------
Config: CONFIG_FB_SYS_FOPS
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_SYS_FOPS=y
Actual value:     

  Config 'FB_SYS_FOPS' has the following Direct dependencies (=n):
        FB(=n) && HAS_IOMEM(=y)

---------- CONFIG_FB_DEFERRED_IO -----------------
Config: CONFIG_FB_DEFERRED_IO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_DEFERRED_IO=y
Actual value:     

  Config 'FB_DEFERRED_IO' has the following Direct dependencies (=n):
        FB(=n) && HAS_IOMEM(=y)

---------- CONFIG_FB_SIMPLE -----------------
Config: CONFIG_FB_SIMPLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FB_SIMPLE=y
Actual value:     

  Config 'FB_SIMPLE' has the following Direct dependencies (=n):
        FB(=n) = y (=n) && HAS_IOMEM(=y)

---------- CONFIG_HDMI -----------------
Config: CONFIG_HDMI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_HDMI=y
Actual value:     

  Config 'HDMI' has the following Direct dependencies (=y):
        HAS_IOMEM(=y)

---------- CONFIG_FRAMEBUFFER_CONSOLE -----------------
Config: CONFIG_FRAMEBUFFER_CONSOLE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/bsp/common-pc/common-pc-gfx.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/efi-ext.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FRAMEBUFFER_CONSOLE=y
Actual value:     

Config: CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
Actual value:     

  Config 'FRAMEBUFFER_CONSOLE' has the following Direct dependencies (=n):
        FB(=n) && !UML(undefined/n) (=y) && VT(=y)

---------- CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY -----------------
Config: CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
Actual value:     

  Config 'FRAMEBUFFER_CONSOLE_DETECT_PRIMARY' has the following Direct dependencies (=n):
        FRAMEBUFFER_CONSOLE(=n) && VT(=y)

---------- CONFIG_SYNC_FILE -----------------
Config: CONFIG_SYNC_FILE
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_SYNC_FILE=y
Actual value:     # CONFIG_SYNC_FILE is not set

  Config 'SYNC_FILE' has the following Direct dependencies (=y):
        y

---------- CONFIG_FONT_SUPPORT -----------------
Config: CONFIG_FONT_SUPPORT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FONT_SUPPORT=y
Actual value:     

  Config 'FONT_SUPPORT' has the following Direct dependencies (=y):
        y

---------- CONFIG_FONT_8x8 -----------------
Config: CONFIG_FONT_8x8
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FONT_8x8=y
Actual value:     

  Config 'FONT_8x8' has the following Direct dependencies (=n):
        FRAMEBUFFER_CONSOLE(=n) || STI_CONSOLE(=n) (=n) && FONT_SUPPORT(=n)

---------- CONFIG_FONT_8x16 -----------------
Config: CONFIG_FONT_8x16
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/drm-bochs/drm-bochs.cfg
Requested value:  CONFIG_FONT_8x16=y
Actual value:     

  Config 'FONT_8x16' has the following Direct dependencies (=n):
        FONT_SUPPORT(=n)

---------- CONFIG_HYPERVISOR_GUEST -----------------
Config: CONFIG_HYPERVISOR_GUEST
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/hv-guest.cfg
Requested value:  CONFIG_HYPERVISOR_GUEST=y
Actual value:     # CONFIG_HYPERVISOR_GUEST is not set

  Config 'HYPERVISOR_GUEST' has the following Direct dependencies (=y):
        y

---------- CONFIG_KVM_GUEST -----------------
Config: CONFIG_KVM_GUEST
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/paravirt_kvm.cfg
Requested value:  CONFIG_KVM_GUEST=y
Actual value:     

  Config 'KVM_GUEST' has the following Direct dependencies (=n):
        PARAVIRT(=n) && HYPERVISOR_GUEST(=n)

---------- CONFIG_PARAVIRT -----------------
Config: CONFIG_PARAVIRT
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/paravirt_kvm.cfg
Requested value:  CONFIG_PARAVIRT=y
Actual value:     

Config: CONFIG_PARAVIRT_CLOCK
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/paravirt_kvm.cfg
Requested value:  CONFIG_PARAVIRT_CLOCK=y
Actual value:     

  Config 'PARAVIRT' has the following Direct dependencies (=n):
        HYPERVISOR_GUEST(=n)

---------- CONFIG_PARAVIRT_CLOCK -----------------
Config: CONFIG_PARAVIRT_CLOCK
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/paravirt_kvm.cfg
Requested value:  CONFIG_PARAVIRT_CLOCK=y
Actual value:     

  Config 'PARAVIRT_CLOCK' has the following Direct dependencies (=n):
        HYPERVISOR_GUEST(=n)

---------- CONFIG_SCSI -----------------
Config: CONFIG_SCSI_VIRTIO
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/virtio.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/cfg/virtio.cfg
Requested value:  CONFIG_SCSI_VIRTIO=y
Actual value:     

--
Config: CONFIG_SCSI
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/scsi/scsi.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/scsi/scsi.cfg /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/scsi/scsi.cfg
Requested value:  CONFIG_SCSI=y
Actual value:     # CONFIG_SCSI is not set

Config: CONFIG_SCSI_DEBUG
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/scsi/scsi-debug.cfg
Requested value:  CONFIG_SCSI_DEBUG=m
Actual value:     

  Config 'SCSI' has the following Direct dependencies (=y):
        BLOCK(=y)

---------- CONFIG_SCSI_DEBUG -----------------
Config: CONFIG_SCSI_DEBUG
From: /OE/build/oe-core/tmp-glibc/work-shared/qemux86-64/kernel-source/.kernel-meta/configs/v5.4/standard/features/scsi/scsi-debug.cfg
Requested value:  CONFIG_SCSI_DEBUG=m
Actual value:     

No reference to SCSI_DEBUG found


DEBUG: Python function do_kernel_configcheck finished
> 
> Cheers,
> 
> Bruce
> 
> 
> -- 
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20200203/e72b1529/attachment-0001.sig>


More information about the Openembedded-core mailing list