From baa8b941cb52cd85df8b86b4cf8be5606606f5d9 Mon Sep 17 00:00:00 2001 From: Vincent Legoll Date: Sun, 3 Dec 2017 12:09:26 +0100 Subject: fsi: Make FSI a menuconfig to ease disabling it all No need to get into the submenu to disable all FSI-related config entries Signed-off-by: Vincent Legoll Acked-by: Jeremy Kerr Signed-off-by: Greg Kroah-Hartman --- drivers/fsi/Kconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'drivers/fsi') 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 -- cgit v1.2.3-59-g8ed1b