diff options
| author | Justin M. Forbes <jforbes@redhat.com> | 2012-04-11 11:21:16 -0500 |
|---|---|---|
| committer | Justin M. Forbes <jforbes@redhat.com> | 2012-04-11 11:21:16 -0500 |
| commit | b39b91e318b43c01eaf49d7722b398bd9d3a2e20 (patch) | |
| tree | 752c34013d0ef4bf554df9b82cb4e6ccc8328a0c | |
| parent | 65547de11fb27a34dcb40f510a5bba772688573d (diff) | |
Enable HyperV drivers
| -rw-r--r-- | config-x86-generic | 6 | ||||
| -rw-r--r-- | kernel.spec | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/config-x86-generic b/config-x86-generic index 4243d223..b886abe5 100644 --- a/config-x86-generic +++ b/config-x86-generic @@ -394,7 +394,11 @@ CONFIG_SCHED_SMT=y CONFIG_CC_STACKPROTECTOR=y CONFIG_RELOCATABLE=y -# CONFIG_HYPERV is not set +CONFIG_HYPERV=m +CONFIG_HYPERV_UTILS=m +CONFIG_HID_HYPERV_MOUSE=m +CONFIG_HYPERV_NET=m +CONFIG_HYPERV_STORAGE=m # Depends on HOTPLUG_PCI_PCIE CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m diff --git a/kernel.spec b/kernel.spec index 1e26f7c8..a7ba34dd 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2307,6 +2307,9 @@ fi # ||----w | # || || %changelog +* Wed Apr 11 2012 Justin M. Forbes <jforbes@redhat.com> +- enable HyperV drivers + * Wed Apr 11 2012 Justin M. Forbes <jforbes@redhat.com> - 3.4.0-0.rc2.git1.1 - Linux v3.4-rc2-23-g923e9a1 |
