1
0
Fork 0
alistair23-linux/arch/sh/configs
Bart Van Assche aa3fc09078 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>
2014-07-17 22:07:44 +02:00
..
ap325rxa_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
apsh4a3a_defconfig sh: Add support for AP-SH4A-3A board. 2011-01-13 18:32:42 +09:00
apsh4ad0a_defconfig USB: remove CONFIG_USB_DEBUG from defconfig files 2014-05-28 09:40:45 -07:00
cayman_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
dreamcast_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
ecovec24-romimage_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
ecovec24_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
edosk7705_defconfig defconfig reduction 2010-08-14 22:26:53 +02:00
edosk7760_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
espt_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
hp6xx_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
kfr2r09-romimage_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
kfr2r09_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
landisk_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
lboxre2_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
magicpanelr2_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
microdev_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
migor_defconfig sh: include Migo-R TS driver in Migo-R defconfig 2011-01-06 17:19:54 +09:00
polaris_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
r7780mp_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
r7785rp_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
rsk7201_defconfig defconfig reduction 2010-08-14 22:26:53 +02:00
rsk7203_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
rsk7264_defconfig USB: remove CONFIG_USB_DEBUG from defconfig files 2014-05-28 09:40:45 -07:00
rsk7269_defconfig USB: remove CONFIG_USB_DEBUG from defconfig files 2014-05-28 09:40:45 -07:00
rts7751r2d1_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
rts7751r2dplus_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
sdk7780_defconfig USB: remove CONFIG_USB_DEBUG from defconfig files 2014-05-28 09:40:45 -07:00
sdk7786_defconfig memcg: rename config variables 2012-07-31 18:42:43 -07:00
se7206_defconfig memcg: rename config variables 2012-07-31 18:42:43 -07:00
se7343_defconfig USB: remove CONFIG_USB_DEBUG from defconfig files 2014-05-28 09:40:45 -07:00
se7619_defconfig defconfig reduction 2010-08-14 22:26:53 +02:00
se7705_defconfig defconfig reduction 2010-08-14 22:26:53 +02:00
se7712_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
se7721_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
se7722_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
se7724_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
se7750_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
se7751_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
se7780_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
secureedge5410_defconfig sh: mach-snapgear: Kill off machtype, consolidate board def. 2010-10-29 19:06:53 +09:00
sh03_defconfig PCI: hotplug: Convert to be builtin only, not modular 2013-07-25 14:11:06 -06:00
sh2007_defconfig tgt: defconfig cleanup 2014-07-17 22:07:44 +02:00
sh7710voipgw_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
sh7724_generic_defconfig defconfig reduction 2010-08-14 22:26:53 +02:00
sh7757lcr_defconfig sh: fix compile error using sh7757lcr_defconfig 2011-06-21 17:40:42 +09:00
sh7763rdp_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
sh7770_generic_defconfig defconfig reduction 2010-08-14 22:26:53 +02:00
sh7785lcr_32bit_defconfig perf: Remove PERF_COUNTERS config option 2012-04-26 13:52:52 +02:00
sh7785lcr_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
shmin_defconfig defconfig reduction 2010-08-14 22:26:53 +02:00
shx3_defconfig memcg: rename config variables 2012-07-31 18:42:43 -07:00
titan_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00
ul2_defconfig sh: Set CONFIG_SYSFS_DEPRECATED_V2=n 2010-09-14 17:35:52 +09:00
urquell_defconfig USB: delete CONFIG_USB_DEVICEFS from defconfig 2014-05-27 16:07:13 -07:00