diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-02-27 09:17:14 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-02-27 09:17:19 -0500 |
commit | 0ace7eb5e6a881986b154edf08d0b29fcd72d4fd (patch) | |
tree | 60cf5e58cdc0398de190d57b7a3d40c408624ba3 /config-x86-generic | |
parent | 55b874dbce9f802863fd3a6e62cb8d22ba3bdefc (diff) | |
download | kernel-0ace7eb5e6a881986b154edf08d0b29fcd72d4fd.tar.gz kernel-0ace7eb5e6a881986b154edf08d0b29fcd72d4fd.tar.xz kernel-0ace7eb5e6a881986b154edf08d0b29fcd72d4fd.zip |
Linux v3.8-9405-gd895cb1
Make sure to disable CONFIG_VMXNET3 in config-generic so prep doesn't fail
on non-x86 arches. Sigh. If only people actually put thought into Kconfig
deps.
Diffstat (limited to 'config-x86-generic')
-rw-r--r-- | config-x86-generic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-x86-generic b/config-x86-generic index 4c17a8d8e..75e604d9b 100644 --- a/config-x86-generic +++ b/config-x86-generic @@ -453,3 +453,4 @@ CONFIG_SYSTEM_BLACKLIST_KEYRING=y CONFIG_MODULE_SIG_UEFI=y CONFIG_VMXNET3=m +CONFIG_VFIO_PCI_VGA=y |