On Mon, 6 Nov 2023 12:27:29 +0200 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > On Sun, Nov 05, 2023 at 09:31:31PM +0200, alisadariana@xxxxxxxxx wrote: > > From: Alisa-Dariana Roman <alisa.roman@xxxxxxxxxx> > > > > Unlike the other AD719Xs, AD7194 has configurable differential > > channels. The default configuration for these channels can be changed > > from the devicetree. > > > > The default configuration is hardcoded in order to have a stable number > > of channels. > > ... > > > config AD7192 > > - tristate "Analog Devices AD7190 AD7192 AD7193 AD7195 ADC driver" > > + tristate "Analog Devices AD7190 AD7192 AD7193 AD7194 AD7195 ADC driver" > > This doesn't scale. Please change this and below like: > > tristate "Analog Devices AD719x ADC driver" Also tends to cause trouble given habit of manufacturers to not have consistent naming. "AD7194 and similar ADC driver" would be my preference.