1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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`.
This commit is contained in:
Gunar Schorcht 2023-02-20 11:09:30 +01:00
parent c95bde4758
commit 31141a2350

View File

@ -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