Re: [PATCH net-next v4] ethernet: fix PTP_1588_CLOCK dependencies

From: Arnd Bergmann
Date: Thu Aug 05 2021 - 09:15:31 EST


On Thu, Aug 5, 2021 at 2:52 PM Julian Calaby <julian.calaby@xxxxxxxxx> wrote:
> On Thu, Aug 5, 2021 at 9:49 PM Arnd Bergmann <arnd@xxxxxxxxxx> wrote:

> > diff --git a/drivers/scsi/cxgbi/cxgb4i/Kconfig b/drivers/scsi/cxgbi/cxgb4i/Kconfig
> > index 8b0deece9758..e78c07f08cdf 100644
> > --- a/drivers/scsi/cxgbi/cxgb4i/Kconfig
> > +++ b/drivers/scsi/cxgbi/cxgb4i/Kconfig
> > @@ -2,6 +2,7 @@
> > config SCSI_CXGB4_ISCSI
> > tristate "Chelsio T4 iSCSI support"
> > depends on PCI && INET && (IPV6 || IPV6=n)
> > ++ depends on PTP_1588_CLOCK_OPTIONAL
>
> Extra +?
>

Indeed, this must have happened when I rebased onto net-next after
testing it on my current randconfig branch (which does not have the
typo).

v5 coming, thanks for noticing!

Arnd