Re: [PATCH net 11/18] drivers: net: cirrus: cs89x0: Remove this driver

From: Andrew Lunn

Date: Wed Apr 22 2026 - 08:18:03 EST


> > -config CS89x0_PLATFORM
> > - tristate "CS89x0 platform driver support"
> > - depends on ARM || (COMPILE_TEST && !PPC)
> > - select CS89x0
> > - help
> > - Say Y to compile the cs89x0 platform driver. This makes this driver
> > - suitable for use on certain evaluation boards such as the iMX21ADS.
> > -
> > - To compile this driver as a module, choose M here. The module
> > - will be called cs89x0.
>
> This is the more modern DT-based part...

No dependency on OF?

> However, no users of these compatible values ever appeared upstream.

Thanks for the information. That helps with the removal.

Andrew