Fix missing quote in Kconfig
This commit is contained in:
parent
bd93ba55c5
commit
0d04a4e9ba
|
@ -335,7 +335,7 @@ config DJOYSTICK
|
|||
if DJOYSTICK
|
||||
|
||||
config DJOYSTICK_NPOLLWAITERS
|
||||
int "Max Number of Poll Waiters
|
||||
int "Max Number of Poll Waiters"
|
||||
default 2
|
||||
depends on !DISABLE_POLL
|
||||
|
||||
|
|
Loading…
Reference in New Issue