aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
-rw-r--r--drivers.m41
2 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a71cfea..1856b0e 100755
--- a/configure
+++ b/configure
@@ -6846,6 +6846,7 @@ if test "$PICOLCDGRAPHIC" = "yes"; then
if test "$has_usb" = "true"; then
TEXT="yes"
GRAPHIC="yes"
+ KEYPAD="yes"
GPIO="yes"
SERIAL="yes"
LIBUSB="yes"
diff --git a/drivers.m4 b/drivers.m4
index 9833eb6..9e9908c 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -601,6 +601,7 @@ if test "$PICOLCDGRAPHIC" = "yes"; then
if test "$has_usb" = "true"; then
TEXT="yes"
GRAPHIC="yes"
+ KEYPAD="yes"
GPIO="yes"
SERIAL="yes"
LIBUSB="yes"