X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fbase%2FKconfig;h=1429f3a2629e60003e575bb02c5dd6fe97470e3c;hb=refs%2Fheads%2Fvserver;hp=f0eff3dac58d4db1b7d3d1da6e927cb2135ba795;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index f0eff3dac..1429f3a26 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig @@ -20,7 +20,7 @@ config PREVENT_FIRMWARE_BUILD config FW_LOADER tristate "Userspace firmware loading support" - select HOTPLUG + depends on HOTPLUG ---help--- This option is provided for the case where no in-kernel-tree modules require userspace firmware loading support, but a module built outside @@ -37,4 +37,8 @@ config DEBUG_DRIVER If you are unsure about this, say N here. +config SYS_HYPERVISOR + bool + default n + endmenu