Kconfig: Fix a typo in range. range 1 31, not range l 31
This commit is contained in:
parent
516eb6eb82
commit
a7356b34de
@ -23,7 +23,7 @@ config GRAPHICS_FT80X_BUFSIZE
|
||||
config GRAPHICS_FT80X_CMDEMPTY_SIGNAL
|
||||
int "CMDEMPTY event signal"
|
||||
default 18
|
||||
range l 31
|
||||
range 1 31
|
||||
---help---
|
||||
This is the signal that will be received when the co-processor CMD
|
||||
FIFO becomes empty.
|
||||
|
Loading…
x
Reference in New Issue
Block a user