Skip to content

Commit

Permalink
iio:adc/dac:Kconfig: Update to drop OF dependencies.
Browse files Browse the repository at this point in the history
We could probably drop a lot more of these, but for now this removes
unnecessary restrictions on stand alone ADC devices.

For these 3 drivers the false dependency seems to date all
the way back to their initial introduction.

Signed-off-by: Jonathan Cameron <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
  • Loading branch information
jic23 committed Dec 12, 2021
1 parent ade2be6 commit a81c33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions drivers/iio/adc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ config TI_ADS7950

config TI_ADS8344
tristate "Texas Instruments ADS8344"
depends on SPI && OF
depends on SPI
help
If you say yes here you get support for Texas Instruments ADS8344
ADC chips
Expand All @@ -1156,7 +1156,7 @@ config TI_ADS8344

config TI_ADS8688
tristate "Texas Instruments ADS8688"
depends on SPI && OF
depends on SPI
help
If you say yes here you get support for Texas Instruments ADS8684 and
and ADS8688 ADC chips
Expand Down
1 change: 0 additions & 1 deletion drivers/iio/dac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ config MAX517
config MAX5821
tristate "Maxim MAX5821 DAC driver"
depends on I2C
depends on OF
help
Say yes here to build support for Maxim MAX5821
10 bits DAC.
Expand Down

0 comments on commit a81c33f

Please sign in to comment.