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:
parent
b7944510a4
commit
e7574e1c00
2 changed files with 0 additions and 8 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue