From: Vincent Legoll Date: Sun, 3 Dec 2017 11:09:26 +0000 (+0100) Subject: fsi: Make FSI a menuconfig to ease disabling it all X-Git-Tag: v4.16-rc1~110^2~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=baa8b941cb52cd85df8b86b4cf8be5606606f5d9;p=thirdparty%2Flinux.git 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 --- diff --git a/drivers/fsi/Kconfig b/drivers/fsi/Kconfig index 6821ed0cd5e86..513e35173aaa1 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