public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn•ch>
To: Moritz Fischer <moritz.fischer.private@gmail•com>
Cc: Randy Dunlap <rdunlap@infradead•org>,
	sfr@canb•auug.org.au, linux-next@vger•kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger•kernel.org>,
	netdev@vger•kernel.org
Subject: Re: linux-next: Tree for Aug 31 (nixge.c and phy)
Date: Fri, 31 Aug 2018 19:54:27 +0200	[thread overview]
Message-ID: <20180831175427.GC19733@lunn.ch> (raw)
In-Reply-To: <CAJYdmeMYT_L841XsUOYYepen7WOSp-6zU40QbRy97G5GPzAygg@mail.gmail.com>

> @@ -20,7 +20,6 @@ config NI_XGE_MANAGEMENT_ENET
>         tristate "National Instruments XGE management enet support"
>         depends on HAS_IOMEM && HAS_DMA
>         select PHYLIB
> -       select OF_MDIO
>         help
>           Simple LAN device for debug or management purposes. Can
>           support either 10G or 1G PHYs via SFP+ ports.

Hi Moritz

Since you are targeting both DT and non-DT systems, you cannot
unconditionally select OF_MDIO

What might work is

         select OF_MDIO if OF

	 Andrew

  reply	other threads:[~2018-08-31 17:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-31  3:03 linux-next: Tree for Aug 31 Stephen Rothwell
2018-08-31 15:43 ` linux-next: Tree for Aug 31 (drivers/usb/gadget/udc/renesas_usb3) Randy Dunlap
2018-09-03  3:20   ` Yoshihiro Shimoda
2018-08-31 15:57 ` linux-next: Tree for Aug 31 (nixge.c and phy) Randy Dunlap
2018-08-31 16:36   ` Moritz Fischer
2018-08-31 17:54     ` Andrew Lunn [this message]
2018-08-31 17:52       ` Moritz Fischer
2018-08-31 18:19         ` Andrew Lunn
2018-08-31 16:14 ` linux-next: Tree for Aug 31 (mix of ethernet and phy build errors) Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180831175427.GC19733@lunn.ch \
    --to=andrew@lunn$(echo .)ch \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=moritz.fischer.private@gmail$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=rdunlap@infradead$(echo .)org \
    --cc=sfr@canb$(echo .)auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox