]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drivers/virt: Drop VIRT_DRIVERS build dependency
authorDan Williams <dan.j.williams@intel.com>
Thu, 13 Nov 2025 02:14:39 +0000 (18:14 -0800)
committerDan Williams <dan.j.williams@intel.com>
Fri, 14 Nov 2025 01:05:08 +0000 (17:05 -0800)
All of the objects in drivers/virt/ have their own configuration symbols to
gate compilation. I.e. nothing gets added to the kernel with
CONFIG_VIRT_DRIVERS=y in isolation.

Unconditionally descend into drivers/virt/ so that consumers do not need to
add an additional CONFIG_VIRT_DRIVERS dependency.

Fix warnings of the form:

    Kconfig warnings: (for reference only)
       WARNING: unmet direct dependencies detected for TSM
       Depends on [n]: VIRT_DRIVERS [=n]
       Selected by [y]:
       - PCI_TSM [=y] && PCI [=y]

...where PCI_TSM selects CONFIG_TSM, but fails to select
CONFIG_VIRT_DRIVERS.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202511041832.ylcgIiqN-lkp@intel.com/
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Link: https://patch.msgid.link/20251113021446.436830-2-dan.j.williams@intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/Makefile

index 8e1ffa4358d5f1aadb0b1559ba3b41b44de6daa4..f660cb4e55ed9f8ee59cbeab17015239d49735e3 100644 (file)
@@ -160,7 +160,7 @@ obj-$(CONFIG_RPMSG)         += rpmsg/
 obj-$(CONFIG_SOUNDWIRE)                += soundwire/
 
 # Virtualization drivers
-obj-$(CONFIG_VIRT_DRIVERS)     += virt/
+obj-y                          += virt/
 obj-$(CONFIG_HYPERV)           += hv/
 
 obj-$(CONFIG_PM_DEVFREQ)       += devfreq/