Skip to content

Commit

Permalink
fsi: Make FSI a menuconfig to ease disabling it all
Browse files Browse the repository at this point in the history
No need to get into the submenu to disable all FSI-related config entries

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Acked-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Vincent Legoll authored and Greg Kroah-Hartman committed Dec 7, 2017
1 parent 9a45048 commit baa8b94
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions drivers/fsi/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit baa8b94

Please sign in to comment.