diff options
Diffstat (limited to 'drivers/hv/Kconfig')
-rw-r--r-- | drivers/hv/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig index 0403b51d20ba..c29cd5387a35 100644 --- a/drivers/hv/Kconfig +++ b/drivers/hv/Kconfig | |||
@@ -7,6 +7,9 @@ config HYPERV | |||
7 | Select this option to run Linux as a Hyper-V client operating | 7 | Select this option to run Linux as a Hyper-V client operating |
8 | system. | 8 | system. |
9 | 9 | ||
10 | config HYPERV_TSCPAGE | ||
11 | def_bool HYPERV && X86_64 | ||
12 | |||
10 | config HYPERV_UTILS | 13 | config HYPERV_UTILS |
11 | tristate "Microsoft Hyper-V Utilities driver" | 14 | tristate "Microsoft Hyper-V Utilities driver" |
12 | depends on HYPERV && CONNECTOR && NLS | 15 | depends on HYPERV && CONNECTOR && NLS |