CONFIG_HYPERV_ENABLED

Enable Hyper-V enlightenment

Type: bool

Help

When set, the minimum set of TLFS functionality together with some performance enlightenments are enabled.

Defaults

  • “y”

Kconfig definition

At arch/x86/Kconfig:234

Included via Kconfig:3

Menu path: (top menu)

config HYPERV_ENABLED
    bool
    prompt "Enable Hyper-V enlightenment"
    default "y"
    help
      When set, the minimum set of TLFS functionality together with some
      performance enlightenments are enabled.

(Definitions include propagated dependencies, including from if’s and menus.)