drivers/usbdev/Kconfig: Correct an error found in build testing. The type of CONFIG_RNDIS_SERIALSTR must be a string, not hex.

This commit is contained in:
Gregory Nutt 2018-10-30 16:40:32 -06:00
parent f4a5f7a3b9
commit b49fe431b7
1 changed files with 2 additions and 2 deletions

View File

@ -703,8 +703,8 @@ config RNDIS_PRODUCTSTR
default "RNDIS gadget"
config RNDIS_SERIALSTR
hex "RNDIS serial string"
default "0x1234"
string "RNDIS serial string"
default "1234"
config RNDIS_VERSIONNO
hex "RNDIS Version Number"