x86: 5.15: refresh kernel patches

This commit is contained in:
AmadeusGhost 2022-01-05 23:05:50 +08:00
parent 99a33ec8d8
commit 8aba1a4072
2 changed files with 11 additions and 10 deletions

View File

@ -1,6 +1,6 @@
--- a/scripts/Makefile.lib --- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib +++ b/scripts/Makefile.lib
@@ -370,7 +370,7 @@ quiet_cmd_bzip2 = BZIP2 $@ @@ -413,7 +413,7 @@ quiet_cmd_bzip2 = BZIP2 $@
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
quiet_cmd_lzma = LZMA $@ quiet_cmd_lzma = LZMA $@

View File

@ -1,9 +1,10 @@
--- a/drivers/hv/Kconfig --- a/drivers/hv/Kconfig
+++ b/drivers/hv/Kconfig +++ b/drivers/hv/Kconfig
@@ -19,6 +19,7 @@ config HYPERV_TIMER @@ -18,6 +18,7 @@ config HYPERV_TIMER
config HYPERV_UTILS config HYPERV_UTILS
tristate "Microsoft Hyper-V Utilities driver" tristate "Microsoft Hyper-V Utilities driver"
depends on HYPERV && CONNECTOR && NLS depends on HYPERV && CONNECTOR && NLS
+ depends on PTP_1588_CLOCK_OPTIONAL + depends on PTP_1588_CLOCK_OPTIONAL
help help
Select this option to enable the Hyper-V Utilities. Select this option to enable the Hyper-V Utilities.