diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2017-12-03 06:09:26 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-07 12:41:12 -0500 |
commit | baa8b941cb52cd85df8b86b4cf8be5606606f5d9 (patch) | |
tree | e41ac12e6e3dc3aa670ee15944a0e9c99d380ae7 | |
parent | 9a450484089dfa8b6348eff2a918f3c8f38585b9 (diff) |
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>
-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 @@ | |||
2 | # FSI subsystem | 2 | # FSI subsystem |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "FSI support" | 5 | menuconfig FSI |
6 | |||
7 | config FSI | ||
8 | tristate "FSI support" | 6 | tristate "FSI support" |
9 | select CRC4 | 7 | select CRC4 |
10 | ---help--- | 8 | ---help--- |
@@ -34,5 +32,3 @@ config FSI_SCOM | |||
34 | This option enables an FSI based SCOM device driver. | 32 | This option enables an FSI based SCOM device driver. |
35 | 33 | ||
36 | endif | 34 | endif |
37 | |||
38 | endmenu | ||