Kconfig: fix non-string default values uniformity

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2021-12-14 09:39:37 +02:00
committed by Abdelatif Guettouche
parent c562263205
commit 67d8a82393
5 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -828,7 +828,7 @@ endif # !USBMSC_COMPOSITE
config USBMSC_VERSIONNO
hex "USB MSC Version Number"
default "0x399"
default 0x399
config USBMSC_REMOVABLE
bool "Mass storage removable"