From 31141a2350221bca00aeb348cc4f50953b773ecc Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Mon, 20 Feb 2023 11:09:30 +0100 Subject: [PATCH] drivers/periph_common: fix `periph_usbdev_clk` dependency in Kconfig `periph_usbdev_clk` is just a pseudomodule that controls the clock selection which does not depend on full featured `periph_usbdev`. --- drivers/periph_common/Kconfig.usbdev | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/periph_common/Kconfig.usbdev b/drivers/periph_common/Kconfig.usbdev index f6803bdf02..a84dc44d30 100644 --- a/drivers/periph_common/Kconfig.usbdev +++ b/drivers/periph_common/Kconfig.usbdev @@ -44,7 +44,6 @@ endif config MODULE_PERIPH_USBDEV_CLK bool - depends on HAS_PERIPH_USBDEV help Enable the USB device specific clock settings, if there are any