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:
parent
f4a5f7a3b9
commit
b49fe431b7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue