Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753701Ab3JZU6F (ORCPT ); Sat, 26 Oct 2013 16:58:05 -0400 Received: from shrek-wifi.podlesie.net ([93.179.225.50]:53110 "EHLO shrek.podlesie.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753211Ab3JZU6D (ORCPT ); Sat, 26 Oct 2013 16:58:03 -0400 From: Krzysztof Mazur To: linux-kernel@vger.kernel.org Cc: Krzysztof Mazur , Jason Baron , Greg Kroah-Hartman Subject: [PATCH] DYNAMIC_DEBUG: use select DEBUG_FS instead of depends on Date: Sat, 26 Oct 2013 22:58:13 +0200 Message-Id: <1382821093-2484-1-git-send-email-krzysiek@podlesie.net> X-Mailer: git-send-email 1.8.4.1.635.g55556a5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 884 Lines: 29 Depending on options that are configured later makes them hard to enable unless the user knows that he must go backwards. Signed-off-by: Krzysztof Mazur --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 06344d9..d5c9247 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -48,7 +48,7 @@ config DYNAMIC_DEBUG bool "Enable dynamic printk() support" default n depends on PRINTK - depends on DEBUG_FS + select DEBUG_FS help Compiles debug level messages into the kernel, which would not -- 1.8.4.1.635.g55556a5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/