[SCSI] SCSI and FC Transport: add netlink support for posting of transport events
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / scsi / Kconfig
index c8c606589ea635d12b47d9d96b78e3d98300394c..4d1998d23f0f75d4e26dfb54be42a8150f0e9d7e 100644 (file)
@@ -27,6 +27,11 @@ config SCSI
          However, do not compile this as a module if your root file system
          (the one containing the directory /) is located on a SCSI device.
 
+config SCSI_NETLINK
+       tristate
+       default n
+       select NET
+
 config SCSI_PROC_FS
        bool "legacy /proc/scsi/ support"
        depends on SCSI && PROC_FS
@@ -222,6 +227,7 @@ config SCSI_SPI_ATTRS
 config SCSI_FC_ATTRS
        tristate "FiberChannel Transport Attributes"
        depends on SCSI
+       select SCSI_NETLINK
        help
          If you wish to export transport-specific information about
          each attached FiberChannel device to sysfs, say Y.