drivers: input: add missing GPIO_KEYS GPIO dependency

Add a missing dependency between GPIO_KEYS and GPIO.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-08-03 21:12:51 +00:00 committed by Carles Cufí
parent 13dfa0ac27
commit 937116aef9

View file

@ -5,5 +5,6 @@ config INPUT_GPIO_KEYS
bool "Zephyr GPIO Keys"
default y
depends on DT_HAS_ZEPHYR_GPIO_KEYS_ENABLED
depends on GPIO
help
Enable support for Zephyr GPIO Keys.