Searched hist:"89212 e160b81e778f829b89743570665810e3b13" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/wwan/ |
H A D | Makefile | diff 89212e160b81e778f829b89743570665810e3b13 Mon Jun 14 18:56:36 CEST 2021 Loic Poulain <loic.poulain@linaro.org> net: wwan: Fix WWAN config symbols
There is not strong reason to have both WWAN and WWAN_CORE symbols, Let's build the WWAN core framework when WWAN is selected, in the same way as for other subsystems.
This fixes issue with mhi_net selecting WWAN_CORE without WWAN and reported by kernel test robot:
Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for WWAN_CORE Depends on NETDEVICES && WWAN Selected by - MHI_NET && NETDEVICES && NET_CORE && MHI_BUS
Fixes: 9a44c1cc6388 ("net: Add a WWAN subsystem") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Kconfig | diff 89212e160b81e778f829b89743570665810e3b13 Mon Jun 14 18:56:36 CEST 2021 Loic Poulain <loic.poulain@linaro.org> net: wwan: Fix WWAN config symbols
There is not strong reason to have both WWAN and WWAN_CORE symbols, Let's build the WWAN core framework when WWAN is selected, in the same way as for other subsystems.
This fixes issue with mhi_net selecting WWAN_CORE without WWAN and reported by kernel test robot:
Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for WWAN_CORE Depends on NETDEVICES && WWAN Selected by - MHI_NET && NETDEVICES && NET_CORE && MHI_BUS
Fixes: 9a44c1cc6388 ("net: Add a WWAN subsystem") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ |
H A D | Kconfig | diff 89212e160b81e778f829b89743570665810e3b13 Mon Jun 14 18:56:36 CEST 2021 Loic Poulain <loic.poulain@linaro.org> net: wwan: Fix WWAN config symbols
There is not strong reason to have both WWAN and WWAN_CORE symbols, Let's build the WWAN core framework when WWAN is selected, in the same way as for other subsystems.
This fixes issue with mhi_net selecting WWAN_CORE without WWAN and reported by kernel test robot:
Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for WWAN_CORE Depends on NETDEVICES && WWAN Selected by - MHI_NET && NETDEVICES && NET_CORE && MHI_BUS
Fixes: 9a44c1cc6388 ("net: Add a WWAN subsystem") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Loic Poulain <loic.poulain@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|