mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-11-04 16:52:06 +10:00 
			
		
		
		
	
				Because of the removal of the scsi_tgt kernel module, the kbuild variables CONFIG_SCSI_TGT, CONFIG_SCSI_SRP_TGT_ATTRS and CONFIG_SCSI_FC_TGT_ATTRS are obsolete. This patch removes these variables. This patch is the result of the following command: find -name '*defconfig' | while read f; do grep -vwE 'CONFIG_SCSI_TGT|CONFIG_SCSI_SRP_TGT_ATTRS|CONFIG_SCSI_FC_TGT_ATTRS|CONFIG_SRP' $f >/tmp/t && mv /tmp/t $f; done Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Hannes Reinecke <hare@suse.de>  | 
			||
|---|---|---|
| .. | ||
| amiga_defconfig | ||
| apollo_defconfig | ||
| atari_defconfig | ||
| bvme6000_defconfig | ||
| hp300_defconfig | ||
| m5208evb_defconfig | ||
| m5249evb_defconfig | ||
| m5272c3_defconfig | ||
| m5275evb_defconfig | ||
| m5307c3_defconfig | ||
| m5407c3_defconfig | ||
| m5475evb_defconfig | ||
| mac_defconfig | ||
| multi_defconfig | ||
| mvme16x_defconfig | ||
| mvme147_defconfig | ||
| q40_defconfig | ||
| sun3_defconfig | ||
| sun3x_defconfig | ||