diff options
| author | Artem Bityutskiy <[email protected]> | 2011-03-30 08:18:54 +0000 |
|---|---|---|
| committer | Artem Bityutskiy <[email protected]> | 2011-04-05 07:45:45 +0000 |
| commit | 81354de3d8691c2dedcc686cd2c167819ff0df10 (patch) | |
| tree | 0e48973dcf80774eef93575effdb4982689e5909 /drivers/mtd/lpddr/lpddr_cmds.c | |
| parent | UBIFS: fix assertion warnings (diff) | |
| download | kernel-81354de3d8691c2dedcc686cd2c167819ff0df10.tar.gz kernel-81354de3d8691c2dedcc686cd2c167819ff0df10.zip | |
UBIFS: do not select KALLSYMS_ALL
All UBIFS needs is to make sure we stacktraces when UBIFS debugging
is enabled. It is enough to select KALLSYMS for this, KALLSYMS_ALL
is not necessary. Moreover, Randy Dunlap reported that UBIFS causes
the following Kconfig dependency warning:
warning: (UBIFS_FS_DEBUG && LOCKDEP && LATENCYTOP) selects KALLSYMS_ALL
which has unmet direct dependencies (DEBUG_KERNEL && KALLSYMS)
The reason is that KALLSYMS_ALL requires DEBUG_KERNEL and KALLSYMS, so
ideally, to select KALLSYMS_ALL we'd need to select DEBUG_KERNEL and
KALLSYMS first.
This seems to be too much to select. The easiest way to go is to forget
about KALLSYMS_ALL and just select KALLSYMS when UBIFS debugging is
enabled - that should be enough for stackdumps.
Reported-by: Randy Dunlap <[email protected]>
Signed-off-by: Artem Bityutskiy <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions
