On 2014-09-23 18:02, David Miller wrote:
From: Michal Marek <redacted>
Date: Tue, 23 Sep 2014 17:44:00 +0200
quoted
Commit 5d6be6a5 ("scsi_netlink : Make SCSI_NETLINK dependent on NET
instead of selecting NET") removed what happened to be the only instance
of 'select NET'. Defconfigs that were relying on the select now lack
networking support.
Reported-by: Stephen Rothwell <redacted>
Cc: linux-mips@linux-mips.org
Signed-off-by: Michal Marek <redacted>
On the contrary, since NET was being selected for them indirectly
previously, weren't they depending instead upon NET being enabled?
Likewise for SCSI_NETLINK, SCSI_FC_ATTRS, and whatever was triggering
the select upon them?
They have SCSI_FC_ATTRS=y/m and were relying on the select statements
turning this into SCSI_NETLINK=y and CONFIG_NET=y.
Michal