dts/Kconfig: Remove symbol HAS_DTS_QDEC.
Symbol not used, so clean it up. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
555936f771
commit
21d39eff6c
|
@ -7,6 +7,5 @@ menuconfig QDEC_NRFX
|
|||
bool "Nordic QDEC nrfx driver"
|
||||
depends on HAS_HW_NRF_QDEC
|
||||
select NRFX_QDEC
|
||||
select HAS_DTS_QDEC
|
||||
help
|
||||
Enable support for nrfx QDEC driver for nRF MCU series.
|
||||
|
|
|
@ -20,13 +20,6 @@ config HAS_DTS_I2C
|
|||
This option specifies that the target platform supports device tree
|
||||
configuration for I2c.
|
||||
|
||||
config HAS_DTS_QDEC
|
||||
bool
|
||||
depends on HAS_DTS
|
||||
help
|
||||
This option specifies that the target platform supports device tree
|
||||
configuration for QDEC.
|
||||
|
||||
config HAS_DTS_USB
|
||||
bool
|
||||
depends on HAS_DTS
|
||||
|
|
Loading…
Reference in a new issue