Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752083AbdLCLJo (ORCPT ); Sun, 3 Dec 2017 06:09:44 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:39518 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751108AbdLCLJl (ORCPT ); Sun, 3 Dec 2017 06:09:41 -0500 X-Google-Smtp-Source: AGs4zMYctTcCwf2HiYbZnOuNt6aCA2NwFbyDRAMNqXCW69ziXsY8ZqfPwXkMH3F0NSQ8oNKzimVY0w== From: Vincent Legoll To: gregkh@linuxfoundation.org, jk@ozlabs.org, joel@jms.id.au, cbostic@linux.vnet.ibm.com, eajames@us.ibm.com, linux-kernel@vger.kernel.org Cc: Vincent Legoll Subject: [PATCH] Make FSI a menuconfig to ease disabling it all Date: Sun, 3 Dec 2017 12:09:26 +0100 Message-Id: <20171203110926.14752-1-vincent.legoll@gmail.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 624 Lines: 30 No need to get into the submenu to disable all FSI-related config entries Signed-off-by: Vincent Legoll --- drivers/fsi/Kconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/fsi/Kconfig b/drivers/fsi/Kconfig index 6821ed0cd5e8..513e35173aaa 100644 --- a/drivers/fsi/Kconfig +++ b/drivers/fsi/Kconfig @@ -2,9 +2,7 @@ # FSI subsystem # -menu "FSI support" - -config FSI +menuconfig FSI tristate "FSI support" select CRC4 ---help--- @@ -34,5 +32,3 @@ config FSI_SCOM This option enables an FSI based SCOM device driver. endif - -endmenu -- 2.11.0