Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] fix up SCSI netlink build

CONFIG_SCSI_NETLINK can become a bool since the item its
selecting (CONFIG_NET) cannot be a module.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by

James Bottomley and committed by
James Bottomley
2b7cbe20 a01e70e5

+1 -1
+1 -1
drivers/scsi/Kconfig
··· 28 28 (the one containing the directory /) is located on a SCSI device. 29 29 30 30 config SCSI_NETLINK 31 - tristate 31 + bool 32 32 default n 33 33 select NET 34 34