diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 18:39:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-01 18:39:55 +0000 |
commit | e36a6abcd31d1096053f0e7f6ddc9cd113440565 (patch) | |
tree | 0469038328e8b75f1686028f75a12fe15c8493ce /target/linux/generic/config-2.6.32 | |
parent | e1d823338b9fa119e3326b2d9a52c5997c2e2981 (diff) | |
download | upstream-e36a6abcd31d1096053f0e7f6ddc9cd113440565.tar.gz upstream-e36a6abcd31d1096053f0e7f6ddc9cd113440565.tar.bz2 upstream-e36a6abcd31d1096053f0e7f6ddc9cd113440565.zip |
add a few missing kernel config symbols
SVN-Revision: 25284
Diffstat (limited to 'target/linux/generic/config-2.6.32')
-rw-r--r-- | target/linux/generic/config-2.6.32 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.32 b/target/linux/generic/config-2.6.32 index 5e3733ae64..0bb2b66398 100644 --- a/target/linux/generic/config-2.6.32 +++ b/target/linux/generic/config-2.6.32 @@ -459,13 +459,16 @@ CONFIG_DEBUG_FS=y # CONFIG_DEBUG_MUTEXES is not set # CONFIG_DEBUG_NOTIFIERS is not set # CONFIG_DEBUG_OBJECTS is not set +# CONFIG_DEBUG_PAGEALLOC is not set # CONFIG_DEBUG_PREEMPT is not set +# CONFIG_DEBUG_RODATA is not set # CONFIG_DEBUG_RT_MUTEXES is not set # CONFIG_DEBUG_SG is not set # CONFIG_DEBUG_SHIRQ is not set # CONFIG_DEBUG_SLAB is not set # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_SPINLOCK_SLEEP is not set +# CONFIG_DEBUG_STACKOVERFLOW is not set # CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_WRITECOUNT is not set @@ -1136,6 +1139,7 @@ CONFIG_KERNEL_LZMA=y # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYS is not set # CONFIG_KGDB is not set +# CONFIG_KMEMCHECK is not set # CONFIG_KMEMTRACE is not set CONFIG_KMOD=y # CONFIG_KPROBES is not set |