Skip to content
Commit 720b61fc authored by Naveen Saini's avatar Naveen Saini Committed by Bruce Ashfield
Browse files

x86_64_defconfig: Fix warnings



Configure CONFIG_EEEPC_LAPTOP & CONFIG_SND_SEQ_DUMMY as modules, because
dependencies are configured as modules.
    [NOTE]: 'CONFIG_EEEPC_LAPTOP' last val (y) and .config val (m) do not match
    [NOTE]: 'CONFIG_SND_SEQ_DUMMY' last val (y) and .config val (m) do not match

Added dependency configurations:
 CONFIG_HID_LOGITECH for CONFIG_LOGITECH_FF
 CONFIG_NET_VENDOR_DEC for CONFIG_NET_TULIP
 CONFIG_IOMMU_SUPPORT for CONFIG_AMD_IOOMU & CONFIG_INTEL_IOMMU
 CONFIG_NET_VENDOR_NVIDIA for CONFIG_FORCEDETH

        Config 'LOGITECH_FF' has the following Direct dependencies (LOGITECH_FF=n):
                HID_LOGITECH(=n) && HID(=y) && INPUT(=y)
        Parent dependencies are:
             HID_LOGITECH [n] HID [y] INPUT [y]
    [INFO]: config 'CONFIG_LOGITECH_FF' was set, but it wasn't assignable, check (parent) dependencies

        Config 'NET_TULIP' has the following Direct dependencies (NET_TULIP=n):
                PCI(=y) || EISA(=n) || CARDBUS(=y) (=y) && NET_VENDOR_DEC(=n) && ETHERNET(=y) && NETDEVICES(=y)
        Parent dependencies are:
             NET_VENDOR_DEC [n] ETHERNET [y] EISA [n] PCI [y] CARDBUS [y] NETDEVICES [y]
    [INFO]: config 'CONFIG_NET_TULIP' was set, but it wasn't assignable, check (parent) dependencies

        Config 'FORCEDETH' has the following Direct dependencies (FORCEDETH=n):
                PCI(=y) && NET_VENDOR_NVIDIA(=n) && ETHERNET(=y) && NETDEVICES(=y)
        Parent dependencies are:
             NETDEVICES [y] PCI [y] NET_VENDOR_NVIDIA [n] ETHERNET [y]
    [INFO]: config 'CONFIG_FORCEDETH' was set, but it wasn't assignable, check (parent) dependencies

Tested with qemux86-64 machine:
$ oe-selftest --run-tests kerneldevelopment.KernelConfigs

Disabled debug configurations. Yocto-kernel-cahce have seperate debug configurations.

Signed-off-by: default avatarNaveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 3f365e00
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment