From b42ad680c590304f9b1a1aeef858db6abaf193a2 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Tue, 10 Sep 2019 16:17:39 +0200 Subject: [PATCH] dts/Kconfig: Remove symbol HAS_DTC_USB Symbol not used, so clean it up. Signed-off-by: Erwan Gouriou --- drivers/usb/device/Kconfig | 3 --- dts/Kconfig | 7 ------- 2 files changed, 10 deletions(-) diff --git a/drivers/usb/device/Kconfig b/drivers/usb/device/Kconfig index 5b646603f35..3cf7278e23f 100644 --- a/drivers/usb/device/Kconfig +++ b/drivers/usb/device/Kconfig @@ -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 diff --git a/dts/Kconfig b/dts/Kconfig index b27f6579230..25cca4446a6 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -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