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 | 2a3df11af8c8a33b1b8ef153c5c1c86b401bc440 (patch) | |
tree | 301e06c9fa1108664ec124d1206ac700ea9f95ce | |
parent | 38aefbfa8dbcbfa992852f2a86412c677f38ee1f (diff) | |
download | upstream-2a3df11af8c8a33b1b8ef153c5c1c86b401bc440.tar.gz upstream-2a3df11af8c8a33b1b8ef153c5c1c86b401bc440.tar.bz2 upstream-2a3df11af8c8a33b1b8ef153c5c1c86b401bc440.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>
SVN-Revision: 38498
-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 |