diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-02-08 15:34:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-08 15:34:20 +0000 |
commit | 6b8f598ca648505d49993da4fbdbb4268b8aee10 (patch) | |
tree | 939b957a31dc754c99a1b69c8be8029800931239 /target/linux/generic/config-3.19 | |
parent | ad6f7dffa5856e5411e02cbeaa7350da97cb4d57 (diff) | |
download | upstream-6b8f598ca648505d49993da4fbdbb4268b8aee10.tar.gz upstream-6b8f598ca648505d49993da4fbdbb4268b8aee10.tar.bz2 upstream-6b8f598ca648505d49993da4fbdbb4268b8aee10.zip |
linux/generic: add missing config symbols
Related to debug/tracing, only added to 3.14+, might be needed for older versions as well
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44323
Diffstat (limited to 'target/linux/generic/config-3.19')
-rw-r--r-- | target/linux/generic/config-3.19 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.19 b/target/linux/generic/config-3.19 index 4713b11801..a849c0d8ae 100644 --- a/target/linux/generic/config-3.19 +++ b/target/linux/generic/config-3.19 @@ -2088,6 +2088,7 @@ CONFIG_MMC_BLOCK_MINORS=8 # CONFIG_MMC_USHC is not set # CONFIG_MMC_VIA_SDMMC is not set # CONFIG_MMC_VUB300 is not set +# CONFIG_MMIOTRACE is not set CONFIG_MMU=y CONFIG_MODULES=y # CONFIG_MODULE_COMPRESS is not set @@ -4007,6 +4008,7 @@ CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set # CONFIG_UNIX_DIAG is not set # CONFIG_UNUSED_SYMBOLS is not set +# CONFIG_UPROBE_EVENT is not set # CONFIG_UPROBES is not set # CONFIG_USB is not set # CONFIG_USBIP_CORE is not set |