Commit ae08961a authored by Peter Huewe's avatar Peter Huewe Committed by Greg Kroah-Hartman

Staging: panel: Adjust range for PANEL_KEYPAD in Kconfig

In panel.c there are only the values 0-3 defined. So 4 is invalid:
Signed-off-by: default avatarPeter Huewe <peterhuewe@gmx.de>
Cc: Willy Tarreau <w@1wt.eu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a6a6c908
...@@ -47,7 +47,7 @@ config PANEL_PROFILE ...@@ -47,7 +47,7 @@ config PANEL_PROFILE
config PANEL_KEYPAD config PANEL_KEYPAD
depends on PANEL && PANEL_PROFILE="0" depends on PANEL && PANEL_PROFILE="0"
int "Keypad type (0=none, 1=old 6 keys, 2=new 6 keys, 3=Nexcom 4 keys)" int "Keypad type (0=none, 1=old 6 keys, 2=new 6 keys, 3=Nexcom 4 keys)"
range 0 4 range 0 3
default 0 default 0
---help--- ---help---
This enables and configures a keypad connected to the parallel port. This enables and configures a keypad connected to the parallel port.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment