The patch titled kconfig: PRINTK_TIME depends on PRINTK has been added to the -mm tree. Its filename is kconfig-printk_time-depends-on-printk.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: kconfig: PRINTK_TIME depends on PRINTK From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Make PRINTK_TIME depend on PRINTK. Only display/offer it if PRINTK is enabled. Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- lib/Kconfig.debug | 1 + 1 files changed, 1 insertion(+) diff -puN lib/Kconfig.debug~kconfig-printk_time-depends-on-printk lib/Kconfig.debug --- a/lib/Kconfig.debug~kconfig-printk_time-depends-on-printk +++ a/lib/Kconfig.debug @@ -1,6 +1,7 @@ config PRINTK_TIME bool "Show timing information on printks" + depends on PRINTK help Selecting this option causes timing information to be included in printk output. This allows you to measure _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch ext4-fix-printk-format-warnings.patch md-fix-printk-format-warnings-seen-on-powerpc64.patch ioc4-fix-printk-format-warning.patch patch-cciss-fix-printk-format-warning.patch move-sys_hypervisor-inside-the-generic-driver-menu.patch acpi-make-ec_transaction-not-extern.patch pvrusb2-use-null-instead-of-0.patch git-ieee1394.patch mtd-fix-kernel-doc-warnings.patch mtd-fix-printk-format-warning.patch com20020-build-fix.patch parisc-fix-module_param-iommu-permission.patch pci-i386-style-cleanups.patch tifm-fix-null-ptr-and-style.patch kconfig-printk_time-depends-on-printk.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html