diff options
author | John Crispin <john@openwrt.org> | 2015-07-24 09:10:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-24 09:10:41 +0000 |
commit | 23cb02286fecb646a939267dd2c2756fd85f3378 (patch) | |
tree | 39c6e574ddd08c915d92a333970a2ae1d225c412 /target/linux | |
parent | d162dbb664e375a6cc60de6bf65baa5473fb901c (diff) | |
download | upstream-23cb02286fecb646a939267dd2c2756fd85f3378.tar.gz upstream-23cb02286fecb646a939267dd2c2756fd85f3378.tar.bz2 upstream-23cb02286fecb646a939267dd2c2756fd85f3378.zip |
generic: Add missing symbols when tracing is enabled
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 46463
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-4.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 3b4c1d9c31..c3ab5f9102 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -1026,6 +1026,7 @@ CONFIG_EXTRA_TARGETS="" # CONFIG_EXYNOS_VIDEO is not set # CONFIG_EZX_PCAP is not set # CONFIG_F2FS_FS is not set +# CONFIG_F2FS_IO_TRACE is not set # CONFIG_FAIR_GROUP_SCHED is not set # CONFIG_FANOTIFY is not set CONFIG_FAT_DEFAULT_CODEPAGE=437 @@ -4122,6 +4123,7 @@ CONFIG_TMPFS_XATTR=y # CONFIG_TRACER_SNAPSHOT is not set # CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set # CONFIG_TRACE_BRANCH_PROFILING is not set +# CONFIG_TRACE_ENUM_MAP_FILE is not set CONFIG_TRACE_IRQFLAGS_SUPPORT=y # CONFIG_TRACE_SINK is not set CONFIG_TRACING_SUPPORT=y |