diff options
author | John Crispin <john@openwrt.org> | 2015-03-21 21:46:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-21 21:46:47 +0000 |
commit | 908a82ab61ae1c7b09bbe5c64d8d1001db208a24 (patch) | |
tree | e090c908f973720e980efc25c7c7adba7802c650 | |
parent | 7d6eec16b61fbfb137bd3ef1c4ec05ba636d2522 (diff) | |
download | master-31e0f0ae-908a82ab61ae1c7b09bbe5c64d8d1001db208a24.tar.gz master-31e0f0ae-908a82ab61ae1c7b09bbe5c64d8d1001db208a24.tar.bz2 master-31e0f0ae-908a82ab61ae1c7b09bbe5c64d8d1001db208a24.zip |
kernel: add two more missing config symbols
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44921
-rw-r--r-- | target/linux/generic/config-4.0 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 0132ec7639..061af11c82 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -1781,6 +1781,7 @@ CONFIG_KERNFS=y # CONFIG_KEYBOARD_TCA6416 is not set # CONFIG_KEYBOARD_TCA8418 is not set # CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KEYBOARD_CAP11XX is not set # CONFIG_KEYS is not set # CONFIG_KEYS_DEBUG_PROC_KEYS is not set # CONFIG_KGDB is not set @@ -4013,6 +4014,7 @@ CONFIG_TMPFS_XATTR=y # CONFIG_TPS65010 is not set # CONFIG_TPS6507X is not set # CONFIG_TR is not set +# CONFIG_TRACEPOINT_BENCHMARK is not set # CONFIG_TRACER_SNAPSHOT is not set # CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set # CONFIG_TRACE_BRANCH_PROFILING is not set |