diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2017-12-03 14:09:26 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-07 20:41:12 +0300 |
commit | baa8b941cb52cd85df8b86b4cf8be5606606f5d9 (patch) | |
tree | e41ac12e6e3dc3aa670ee15944a0e9c99d380ae7 /drivers/fsi | |
parent | 9a450484089dfa8b6348eff2a918f3c8f38585b9 (diff) | |
download | linux-baa8b941cb52cd85df8b86b4cf8be5606606f5d9.tar.xz |
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 <vincent.legoll@gmail.com>
Acked-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/fsi')
-rw-r--r-- | drivers/fsi/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
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 |