projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a45048
)
fsi: Make FSI a menuconfig to ease disabling it all
author
Vincent Legoll
<vincent.legoll@gmail.com>
Sun, 3 Dec 2017 11:09:26 +0000
(12:09 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 7 Dec 2017 17:41:12 +0000
(18:41 +0100)
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>
drivers/fsi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/fsi/Kconfig
b/drivers/fsi/Kconfig
index 6821ed0cd5e862d2fa777774adb88e975491aab9..513e35173aaa195d2c1cdfe1195b415a626e7bcf 100644
(file)
--- 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