1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-30 08:51:19 +01:00

usb Kconfig: Remove conditional

The clause was left over from moving the lines into the main
configuration from an example config without understanding its
relevance.
This commit is contained in:
chrysn 2020-02-17 09:34:57 +01:00
parent a181c0dbcd
commit fbd7b66f33

View File

@ -45,14 +45,14 @@ endchoice
config USB_PID
hex "Product ID"
range 0x0000 0xFFFF
default 0x$(USB_PID_TESTING) if KCONFIG_USB
default 0x$(USB_PID_TESTING)
help
You must provide your own PID.
config USB_VID
hex "Vendor ID"
range 0x0000 0xFFFF
default 0x$(USB_VID_TESTING) if KCONFIG_USB
default 0x$(USB_VID_TESTING)
help
You must provide your own VID.