Skip to content
Snippets Groups Projects
Commit 99a0532a authored by Michal Simek's avatar Michal Simek Committed by Tom Rini
Browse files

sysreset: Change Kconfig GPIO dependency


DM_GPIO depends on GPIO to be enabled but select will cause that DM_GPIO is
selected without GPIO which ends up in compilation error:
undefined reference to `dm_gpio_set_value'
undefined reference to `dm_gpio_get_value'
undefined reference to `dm_gpio_free'
undefined reference to `gpio_request_by_name'

Signed-off-by: default avatarMichal Simek <michal.simek@amd.com>
[trini: Fix configs which had relied on these select's]
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 0f42f899
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment