dts/Kconfig: Remove unused HAS_DTS_ADC

Symbol not used clean it up.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-09-10 16:13:32 +02:00 committed by Kumar Gala
commit e7574e1c00
2 changed files with 0 additions and 8 deletions

View file

@ -13,7 +13,6 @@ menuconfig ADC
bool "ADC drivers"
# All platforms that implement the ADC driver are now required to
# provide relevant DTS entries.
select HAS_DTS_ADC
help
Enable ADC (Analog to Digital Converter) driver configuration.

View file

@ -6,13 +6,6 @@ config HAS_DTS
This option specifies that the target platform supports device tree
configuration.
config HAS_DTS_ADC
bool
depends on HAS_DTS
help
This option specifies that the target platform supports device tree
configuration for ADC.
config HAS_DTS_GPIO
bool
depends on HAS_DTS