Kconfig: Fix a typo in range. range 1 31, not range l 31

This commit is contained in:
Gregory Nutt 2018-02-21 17:47:09 -06:00
parent 516eb6eb82
commit a7356b34de

View File

@ -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.