diff options
author | 2021-12-15 10:46:03 -0800 | |
---|---|---|
committer | 2021-12-15 10:46:03 -0800 | |
commit | 213d9d4c25c380d4ce86d6ca3682e185f7924d05 (patch) | |
tree | 908b7e356bf7ff14af03aa5804255d1af64ad39c | |
parent | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost (diff) | |
parent | hv: utils: add PTP_1588_CLOCK to Kconfig to fix build (diff) | |
download | wireguard-linux-213d9d4c25c380d4ce86d6ca3682e185f7924d05.tar.xz wireguard-linux-213d9d4c25c380d4ce86d6ca3682e185f7924d05.zip |
Merge tag 'hyperv-fixes-signed-20211214' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Pull hyperv fix from Wei Liu:
"Build fix from Randy Dunlap"
* tag 'hyperv-fixes-signed-20211214' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux:
hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
-rw-r--r-- | drivers/hv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig index dd12af20e467..0747a8f1fcee 100644 --- a/drivers/hv/Kconfig +++ b/drivers/hv/Kconfig @@ -19,6 +19,7 @@ config HYPERV_TIMER config HYPERV_UTILS tristate "Microsoft Hyper-V Utilities driver" depends on HYPERV && CONNECTOR && NLS + depends on PTP_1588_CLOCK_OPTIONAL help Select this option to enable the Hyper-V Utilities. |