Message ID | 20200720135237.72835-1-alexandru.ardelean@analog.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iio: Kconfig: ad8366: add entry for HMC1119 chip | expand |
On Mon, 20 Jul 2020 16:52:37 +0300 Alexandru Ardelean <alexandru.ardelean@analog.com> wrote: > The change is mostly cosmetic. When looking into the menuconfig help of the > ad8366 driver, the HMC1119 chip should also show up (since the driver > supports it). > > Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Applied > --- > drivers/iio/amplifiers/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iio/amplifiers/Kconfig b/drivers/iio/amplifiers/Kconfig > index 9b02c9a2bc8a..5eb1357a9c78 100644 > --- a/drivers/iio/amplifiers/Kconfig > +++ b/drivers/iio/amplifiers/Kconfig > @@ -18,6 +18,7 @@ config AD8366 > AD8366 Dual-Digital Variable Gain Amplifier (VGA) > ADA4961 BiCMOS RF Digital Gain Amplifier (DGA) > ADL5240 Digitally controlled variable gain amplifier (VGA) > + HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator > > To compile this driver as a module, choose M here: the > module will be called ad8366.
diff --git a/drivers/iio/amplifiers/Kconfig b/drivers/iio/amplifiers/Kconfig index 9b02c9a2bc8a..5eb1357a9c78 100644 --- a/drivers/iio/amplifiers/Kconfig +++ b/drivers/iio/amplifiers/Kconfig @@ -18,6 +18,7 @@ config AD8366 AD8366 Dual-Digital Variable Gain Amplifier (VGA) ADA4961 BiCMOS RF Digital Gain Amplifier (DGA) ADL5240 Digitally controlled variable gain amplifier (VGA) + HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator To compile this driver as a module, choose M here: the module will be called ad8366.
The change is mostly cosmetic. When looking into the menuconfig help of the ad8366 driver, the HMC1119 chip should also show up (since the driver supports it). Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> --- drivers/iio/amplifiers/Kconfig | 1 + 1 file changed, 1 insertion(+)