Re: [PATCH] sysreset: Change Kconfig GPIO dependency

2023-07-08 Thread Tom Rini
On Tue, Jul 04, 2023 at 02:05:13PM +0200, Michal Simek wrote: > 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' >

[PATCH] sysreset: Change Kconfig GPIO dependency

2023-07-04 Thread Michal Simek
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