diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-07-25 21:21:01 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-07-25 21:21:01 +0000 |
commit | 80956276a71f91f930f51f9798aea3bff5225363 (patch) | |
tree | 7320952985db53523034e62fef9f234ba90cd90b /target/linux/generic/config-3.0 | |
parent | 4e6c93bef183e292a1fb83ba1983cba7b3bf1772 (diff) | |
download | upstream-80956276a71f91f930f51f9798aea3bff5225363.tar.gz upstream-80956276a71f91f930f51f9798aea3bff5225363.tar.bz2 upstream-80956276a71f91f930f51f9798aea3bff5225363.zip |
x86: add missing config symbols
This adds some config symbols for kernel 3.0.
Thank you realopty for the patch.
This is from #9719.
SVN-Revision: 27775
Diffstat (limited to 'target/linux/generic/config-3.0')
-rw-r--r-- | target/linux/generic/config-3.0 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0 index b6f68ee280..ab6809e63a 100644 --- a/target/linux/generic/config-3.0 +++ b/target/linux/generic/config-3.0 @@ -10,6 +10,7 @@ CONFIG_32BIT=y # CONFIG_ACENIC is not set # CONFIG_ACORN_PARTITION is not set # CONFIG_ACPI_APEI is not set +# CONFIG_ACPI_CUSTOM_METHOD is not set # CONFIG_ACPI_HED is not set # CONFIG_ACPI_POWER_METER is not set # CONFIG_AD525X_DPOT is not set @@ -394,6 +395,7 @@ CONFIG_CONSTRUCTORS=y # CONFIG_CONTEXT_SWITCH_TRACER is not set # CONFIG_COPS is not set # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +# CONFIG_CPA_DEBUG is not set # CONFIG_CPU_DCACHE_DISABLE is not set # CONFIG_CPU_FREQ is not set # CONFIG_CPU_IDLE is not set @@ -514,8 +516,10 @@ CONFIG_DEBUG_INFO_REDUCED=y # CONFIG_DEBUG_MEMORY_INIT is not set # CONFIG_DEBUG_MUTEXES is not set # CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_NX_TEST is not set # CONFIG_DEBUG_OBJECTS is not set # CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_DEBUG_RODATA is not set # CONFIG_DEBUG_RT_MUTEXES is not set @@ -528,6 +532,7 @@ CONFIG_DEBUG_INFO_REDUCED=y # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_DEBUG_STACKOVERFLOW is not set # CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_WRITECOUNT is not set # CONFIG_DECNET is not set |