Re: [linux-usb-devel] [PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled
From: David Brownell <hidden>
Date: 2006-11-02 20:40:33
Also in:
lkml
From: David Brownell <hidden>
Date: 2006-11-02 20:40:33
Also in:
lkml
On Tuesday 31 October 2006 5:23 pm, Adrian Bunk wrote:
select MII if USB_NET_AX8817X!=n || USB_NET_MCS7830!=n
Thing is, I'm seeing that get morphed inside Kconfig to "select MII" in some cases ... the "if x != n" gets ignored, MII can't be deselected. That looks to me like a Kconfig dependency engine bug, so I'm just noting it here rather than fixing it. I guess it's not quite enough of a Prolog engine ... ;) - Dave