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 Original line Diff line number Diff line
@@ -2,9 +2,7 @@
# FSI subsystem
# FSI subsystem
#
#


menu "FSI support"
menuconfig FSI

config FSI
	tristate "FSI support"
	tristate "FSI support"
	select CRC4
	select CRC4
	---help---
	---help---
@@ -34,5 +32,3 @@ config FSI_SCOM
	This option enables an FSI based SCOM device driver.
	This option enables an FSI based SCOM device driver.


endif
endif

endmenu