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:
parent
13dfa0ac27
commit
937116aef9
1 changed files with 1 additions and 0 deletions
|
@ -5,5 +5,6 @@ config INPUT_GPIO_KEYS
|
||||||
bool "Zephyr GPIO Keys"
|
bool "Zephyr GPIO Keys"
|
||||||
default y
|
default y
|
||||||
depends on DT_HAS_ZEPHYR_GPIO_KEYS_ENABLED
|
depends on DT_HAS_ZEPHYR_GPIO_KEYS_ENABLED
|
||||||
|
depends on GPIO
|
||||||
help
|
help
|
||||||
Enable support for Zephyr GPIO Keys.
|
Enable support for Zephyr GPIO Keys.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue