diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-10-22 19:00:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-10-22 19:00:19 +0000 |
commit | 6050cd75caa725a83c63ec2aabe119f063893ce1 (patch) | |
tree | 81e39f8565e652764ea5ad1e152616e40fc42554 /target/linux/generic | |
parent | f9ed87206628df33f4ac4b7db7319a42f38ac5cb (diff) | |
download | upstream-6050cd75caa725a83c63ec2aabe119f063893ce1.tar.gz upstream-6050cd75caa725a83c63ec2aabe119f063893ce1.tar.bz2 upstream-6050cd75caa725a83c63ec2aabe119f063893ce1.zip |
kernel/3.10: add missing config symbol
Based on 'kernel: update x86 generic to 3.10.13' patch
from http://patchwork.openwrt.org/patch/4129/
Signed-off-by: Ulrich Weber <uw@xyne.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38498 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index ca13c43725..af127fe589 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -1334,6 +1334,7 @@ CONFIG_INPUT_MISC=y # CONFIG_INPUT_YEALINK is not set # CONFIG_INTEL_IDLE is not set # CONFIG_INTEL_MEI is not set +# CONFIG_INTEL_MEI_ME is not set # CONFIG_INTEL_MID_PTI is not set # CONFIG_INTEL_OAKTRAIL is not set # CONFIG_INTERVAL_TREE_TEST is not set |