Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baa8b941 authored by Vincent Legoll's avatar Vincent Legoll Committed by Greg Kroah-Hartman
Browse files

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: default avatarVincent Legoll <vincent.legoll@gmail.com>
Acked-by: default avatarJeremy Kerr <jk@ozlabs.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9a450484
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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