Re: [PATCH] watchdog: introduce separate SPL symbol for WDT_GPIO

2024-10-23 Thread Stefan Roese
On 10/7/24 19:47, Rasmus Villemoes wrote: Currently, enabling WDT_GPIO on a board which uses SPL, but does not have SPL_WDT, SPL_DM_GPIO or SPL_OF_CONTROL enabled, breaks the build. Make it possible to use the WDT_GPIO driver on such boards by introducing a separate symbol controlling whether th

Re: [PATCH] watchdog: introduce separate SPL symbol for WDT_GPIO

2024-10-20 Thread Stefan Roese
On 10/7/24 19:47, Rasmus Villemoes wrote: Currently, enabling WDT_GPIO on a board which uses SPL, but does not have SPL_WDT, SPL_DM_GPIO or SPL_OF_CONTROL enabled, breaks the build. Make it possible to use the WDT_GPIO driver on such boards by introducing a separate symbol controlling whether th

Re: [PATCH] watchdog: introduce separate SPL symbol for WDT_GPIO

2024-10-08 Thread Tom Rini
On Mon, Oct 07, 2024 at 07:47:16PM +0200, Rasmus Villemoes wrote: > Currently, enabling WDT_GPIO on a board which uses SPL, but does not > have SPL_WDT, SPL_DM_GPIO or SPL_OF_CONTROL enabled, breaks the build. > > Make it possible to use the WDT_GPIO driver on such boards by > introducing a separ

[PATCH] watchdog: introduce separate SPL symbol for WDT_GPIO

2024-10-07 Thread Rasmus Villemoes
Currently, enabling WDT_GPIO on a board which uses SPL, but does not have SPL_WDT, SPL_DM_GPIO or SPL_OF_CONTROL enabled, breaks the build. Make it possible to use the WDT_GPIO driver on such boards by introducing a separate symbol controlling whether the driver is built for SPL. Make it default t