Re: [PATCH 2/2] usb storage: remove inherited SCSI dependency for USB_STORAGE subentries

2018-08-09 Thread Oliver Neukum
On Do, 2018-08-09 at 11:21 +0200, Greg Kroah-Hartman wrote: > On Thu, Aug 09, 2018 at 09:38:40AM +0200, Oliver Neukum wrote: > > On Do, 2018-08-09 at 01:01 +0300, Vladimir Zapolskiy wrote: > > > Because USB_STORAGE build symbol strictly depends on SCSI build > > > symbol, there is no need to

Re: [PATCH 2/2] usb storage: remove inherited SCSI dependency for USB_STORAGE subentries

2018-08-09 Thread Greg Kroah-Hartman
On Thu, Aug 09, 2018 at 09:38:40AM +0200, Oliver Neukum wrote: > On Do, 2018-08-09 at 01:01 +0300, Vladimir Zapolskiy wrote: > > Because USB_STORAGE build symbol strictly depends on SCSI build > > symbol, there is no need to specify it again for USB_UAS and > > USB_STORAGE_ENE_UB6250 build

Re: [PATCH 2/2] usb storage: remove inherited SCSI dependency for USB_STORAGE subentries

2018-08-09 Thread Oliver Neukum
On Do, 2018-08-09 at 10:50 +0300, Vladimir Zapolskiy wrote: > Hi Oliver, > > On 08/09/2018 10:38 AM, Oliver Neukum wrote: > > On Do, 2018-08-09 at 01:01 +0300, Vladimir Zapolskiy wrote: > > > Because USB_STORAGE build symbol strictly depends on SCSI build > > > symbol, there is no need to specify

Re: [PATCH 2/2] usb storage: remove inherited SCSI dependency for USB_STORAGE subentries

2018-08-09 Thread Vladimir Zapolskiy
Hi Oliver, On 08/09/2018 10:38 AM, Oliver Neukum wrote: > On Do, 2018-08-09 at 01:01 +0300, Vladimir Zapolskiy wrote: >> Because USB_STORAGE build symbol strictly depends on SCSI build >> symbol, there is no need to specify it again for USB_UAS and >> USB_STORAGE_ENE_UB6250 build options. > >

Re: [PATCH 2/2] usb storage: remove inherited SCSI dependency for USB_STORAGE subentries

2018-08-09 Thread Oliver Neukum
On Do, 2018-08-09 at 01:01 +0300, Vladimir Zapolskiy wrote: > Because USB_STORAGE build symbol strictly depends on SCSI build > symbol, there is no need to specify it again for USB_UAS and > USB_STORAGE_ENE_UB6250 build options. [..] > config USB_UAS > tristate "USB Attached SCSI" > -

[PATCH 2/2] usb storage: remove inherited SCSI dependency for USB_STORAGE subentries

2018-08-08 Thread Vladimir Zapolskiy
Because USB_STORAGE build symbol strictly depends on SCSI build symbol, there is no need to specify it again for USB_UAS and USB_STORAGE_ENE_UB6250 build options. In addition USB_STORAGE_ENE_UB6250 entry description repeats a note about SCSI dependency from the parent USB_STORAGE entry