From 97c02bf6492c16fdaa580d1b580efd0abcdbdef5 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 3 Aug 2015 02:18:33 +0000 Subject: [PATCH] debug: Enable DEBUG_LIST svn path=/dists/trunk/linux/; revision=22891 --- debian/changelog | 1 + debian/config/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 260615dd4..37076259e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,7 @@ linux (4.1.3-1) UNRELEASED; urgency=medium * mmc: Enable MMC_TOSHIBA_PCI as module * [x86] block: Enable BLK_DEV_PMEM as module; enable X86_PMEM_LEGACY * [x86] tpm: Enable TCG_CRB as module + * debug: Enable DEBUG_LIST [ Ian Campbell ] * [armhf] Set CONFIG_ARM_TEGRA_CPUFREQ as builtin. diff --git a/debian/config/config b/debian/config/config index 9162da6a8..14a9c2e5c 100644 --- a/debian/config/config +++ b/debian/config/config @@ -5410,7 +5410,7 @@ CONFIG_TIMER_STATS=y # CONFIG_LOCK_TORTURE_TEST is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y -# CONFIG_DEBUG_LIST is not set +CONFIG_DEBUG_LIST=y # CONFIG_DEBUG_PI_LIST is not set # CONFIG_DEBUG_SG is not set # CONFIG_DEBUG_NOTIFIERS is not set