From a7356b34dec65986a52c8f304b75ec01f539c638 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 21 Feb 2018 17:47:09 -0600 Subject: [PATCH] Kconfig: Fix a typo in range. range 1 31, not range l 31 --- graphics/ft80x/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/ft80x/Kconfig b/graphics/ft80x/Kconfig index f6a5fbbcb..ad4bd7d41 100644 --- a/graphics/ft80x/Kconfig +++ b/graphics/ft80x/Kconfig @@ -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.