diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2013-08-20 13:30:47 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2013-08-20 13:30:47 -0400 |
commit | d7fe8b2878301491a58255baf3cf22a0f05a4167 (patch) | |
tree | bc3d7171eca140eb18836ae846aee7117a4db452 /config-x86-generic | |
parent | 875f13b8ddf0214f1ea1f38aa9533f96f146046a (diff) | |
download | kernel-d7fe8b2878301491a58255baf3cf22a0f05a4167.tar.gz kernel-d7fe8b2878301491a58255baf3cf22a0f05a4167.tar.xz kernel-d7fe8b2878301491a58255baf3cf22a0f05a4167.zip |
Disable Dell RBU so userspace firmware path isn't selected (rhbz 997149)
Diffstat (limited to 'config-x86-generic')
-rw-r--r-- | config-x86-generic | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-x86-generic b/config-x86-generic index 2e67c16b6..60b12d0c0 100644 --- a/config-x86-generic +++ b/config-x86-generic @@ -146,7 +146,8 @@ CONFIG_I2C_SIS96X=m CONFIG_I2C_VIA=m CONFIG_I2C_VIAPRO=m -CONFIG_DELL_RBU=m +#rhbz 997149 +# CONFIG_DELL_RBU is not set CONFIG_DCDBAS=m CONFIG_EDAC=y |