Skip to content

Commit 937116a

Browse files
fabiobaltiericarlescufi
authored andcommitted
drivers: input: add missing GPIO_KEYS GPIO dependency
Add a missing dependency between GPIO_KEYS and GPIO. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 13dfa0a commit 937116a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/Kconfig.gpio_keys

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ config INPUT_GPIO_KEYS
55
bool "Zephyr GPIO Keys"
66
default y
77
depends on DT_HAS_ZEPHYR_GPIO_KEYS_ENABLED
8+
depends on GPIO
89
help
910
Enable support for Zephyr GPIO Keys.

0 commit comments

Comments
 (0)