tgt: defconfig cleanup
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>
Showing
- arch/arm/configs/msm_defconfig 0 additions, 1 deletionarch/arm/configs/msm_defconfig
- arch/arm/configs/s3c2410_defconfig 0 additions, 1 deletionarch/arm/configs/s3c2410_defconfig
- arch/m68k/configs/amiga_defconfig 0 additions, 1 deletionarch/m68k/configs/amiga_defconfig
- arch/m68k/configs/apollo_defconfig 0 additions, 1 deletionarch/m68k/configs/apollo_defconfig
- arch/m68k/configs/atari_defconfig 0 additions, 1 deletionarch/m68k/configs/atari_defconfig
- arch/m68k/configs/bvme6000_defconfig 0 additions, 1 deletionarch/m68k/configs/bvme6000_defconfig
- arch/m68k/configs/hp300_defconfig 0 additions, 1 deletionarch/m68k/configs/hp300_defconfig
- arch/m68k/configs/mac_defconfig 0 additions, 1 deletionarch/m68k/configs/mac_defconfig
- arch/m68k/configs/multi_defconfig 0 additions, 1 deletionarch/m68k/configs/multi_defconfig
- arch/m68k/configs/mvme147_defconfig 0 additions, 1 deletionarch/m68k/configs/mvme147_defconfig
- arch/m68k/configs/mvme16x_defconfig 0 additions, 1 deletionarch/m68k/configs/mvme16x_defconfig
- arch/m68k/configs/q40_defconfig 0 additions, 1 deletionarch/m68k/configs/q40_defconfig
- arch/m68k/configs/sun3_defconfig 0 additions, 1 deletionarch/m68k/configs/sun3_defconfig
- arch/m68k/configs/sun3x_defconfig 0 additions, 1 deletionarch/m68k/configs/sun3x_defconfig
- arch/mips/configs/db1xxx_defconfig 0 additions, 1 deletionarch/mips/configs/db1xxx_defconfig
- arch/mips/configs/decstation_defconfig 0 additions, 1 deletionarch/mips/configs/decstation_defconfig
- arch/mips/configs/ip22_defconfig 0 additions, 1 deletionarch/mips/configs/ip22_defconfig
- arch/mips/configs/ip27_defconfig 0 additions, 1 deletionarch/mips/configs/ip27_defconfig
- arch/mips/configs/ip32_defconfig 0 additions, 1 deletionarch/mips/configs/ip32_defconfig
- arch/mips/configs/jazz_defconfig 0 additions, 1 deletionarch/mips/configs/jazz_defconfig
Loading
Please register or sign in to comment