dts/Kconfig: Remove symbol HAS_DTC_USB

Symbol not used, so clean it up.

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

View file

@ -36,7 +36,6 @@ config USB_DC_STM32
select USE_STM32_LL_USB if !SOC_SERIES_STM32F0X && !SOC_SERIES_STM32F3X && !SOC_SERIES_STM32L0X
select USE_STM32_HAL_PCD
select USE_STM32_HAL_PCD_EX
select HAS_DTS_USB
help
Enable USB support on the STM32 F0, F1, F2, F3, F4, F7, L0 and L4 family of
processors.
@ -53,7 +52,6 @@ config USB_DC_SAM
bool "SAM series USB HS Device Controller driver"
depends on SOC_SERIES_SAME70
select USB_DEVICE_DRIVER
select HAS_DTS_USB
help
SAM family USB HS device controller Driver.
@ -62,7 +60,6 @@ menuconfig USB_NRF52840
default y
depends on SOC_NRF52840
select USB_DEVICE_DRIVER
select HAS_DTS_USB
select NRFX_USBD
help
nRF52840 USB Device Controller Driver

View file

@ -20,13 +20,6 @@ config HAS_DTS_I2C
This option specifies that the target platform supports device tree
configuration for I2c.
config HAS_DTS_USB
bool
depends on HAS_DTS
help
This option specifies that the target platform supports device tree
configuration for USB.
config HAS_DTS_WDT
bool
depends on HAS_DTS