diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2011-09-13 10:59:53 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-09-16 20:06:03 +0200 |
commit | d982042b9b62f3a966e7de5572fd30d131eb5357 (patch) | |
tree | e4c8a313e32109847144c416c0baa232a5be89f9 | |
parent | 7bb52384b2678fcbcebfa97be8f98dfb3219edc1 (diff) | |
download | linux-3.10-d982042b9b62f3a966e7de5572fd30d131eb5357.tar.gz linux-3.10-d982042b9b62f3a966e7de5572fd30d131eb5357.tar.bz2 linux-3.10-d982042b9b62f3a966e7de5572fd30d131eb5357.zip |
Staging: hv: vmbus: Get rid of the module dependency
Hyper-V modules can be built as part of the kernel (not just as modules).
Get rid of the module dependency in Kconfig.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/hv/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig index 26b5064bf63..815f8c2f7cd 100644 --- a/drivers/staging/hv/Kconfig +++ b/drivers/staging/hv/Kconfig @@ -1,6 +1,6 @@ config HYPERV tristate "Microsoft Hyper-V client drivers" - depends on X86 && ACPI && PCI && m + depends on X86 && ACPI && PCI default n help Select this option to run Linux as a Hyper-V client operating |