Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1679511
| From | Vincent Legoll <vincent.legoll@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Make "SCSI Transports" a menuconfig to ease disabling it all |
| Date | 2017-07-02 18:00 +0200 |
| Message-ID | <tYPrY-40F-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
No need to get into the submenu to disable all SCSI Transports-related config entries Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com> --- drivers/scsi/Kconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 3c52867..53c97cc 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -251,9 +251,12 @@ config SCSI_SCAN_ASYNC Note that this setting also affects whether resuming from system suspend will be performed asynchronously. -menu "SCSI Transports" +menuconfig SCSI_TRANSPORTS + tristate "SCSI Transports" depends on SCSI +if SCSI_TRANSPORTS + config SCSI_SPI_ATTRS tristate "Parallel SCSI (SPI) Transport Attributes" depends on SCSI @@ -297,7 +300,7 @@ config SCSI_SRP_ATTRS If you wish to export transport-specific information about each attached SRP device to sysfs, say Y. -endmenu +endif # SCSI_TRANSPORTS menuconfig SCSI_LOWLEVEL bool "SCSI low-level drivers" -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] Make "SCSI Transports" a menuconfig to ease disabling it all Vincent Legoll <vincent.legoll@gmail.com> - 2017-07-02 18:00 +0200 Re: [PATCH] Make "SCSI Transports" a menuconfig to ease disabling it all kbuild test robot <lkp@intel.com> - 2017-07-03 20:40 +0200 Re: [PATCH] Make "SCSI Transports" a menuconfig to ease disabling it all kbuild test robot <lkp@intel.com> - 2017-07-03 20:40 +0200 Re: [PATCH] Make "SCSI Transports" a menuconfig to ease disabling it all Vincent Legoll <vincent.legoll@gmail.com> - 2017-07-04 13:00 +0200
csiph-web