From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756666AbcFHPQY (ORCPT ); Wed, 8 Jun 2016 11:16:24 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:51389 "EHLO relay1.mentorg.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756603AbcFHPQV (ORCPT ); Wed, 8 Jun 2016 11:16:21 -0400 From: Vladimir Zapolskiy To: Wim Van Sebroeck , Guenter Roeck CC: , Subject: [PATCH] watchdog: drop redundant 'default n' option for WATCHDOG_SYSFS Date: Wed, 8 Jun 2016 18:16:15 +0300 Message-ID: <1465398975-11207-1-git-send-email-vladimir_zapolskiy@mentor.com> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [137.202.0.76] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The option 'default n' and its absence are equal for kbuild, which makes explicit 'default n' redundant. Signed-off-by: Vladimir Zapolskiy --- drivers/watchdog/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index b54f26c..8d38cb8 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -48,7 +48,6 @@ config WATCHDOG_NOWAYOUT config WATCHDOG_SYSFS bool "Read different watchdog information through sysfs" - default n help Say Y here if you want to enable watchdog device status read through sysfs attributes. -- 2.5.0