Re: [PATCH 1/1] dm: fix DM_EVENT dependencies

2022-05-04 Thread Tom Rini
On Wed, May 04, 2022 at 08:06:12AM +0200, Heinrich Schuchardt wrote: > > > On 5/3/22 21:35, Tom Rini wrote: > > On Tue, May 03, 2022 at 09:18:33PM +0200, Heinrich Schuchardt wrote: > > > > > CONFIG_DM_EVENT without CONFIG_EVENT is non-functional. Select instead > > > of imply CONFIG_EVENT. > > >

Re: [PATCH 1/1] dm: fix DM_EVENT dependencies

2022-05-03 Thread Heinrich Schuchardt
On 5/3/22 21:35, Tom Rini wrote: On Tue, May 03, 2022 at 09:18:33PM +0200, Heinrich Schuchardt wrote: CONFIG_DM_EVENT without CONFIG_EVENT is non-functional. Select instead of imply CONFIG_EVENT. Remove superfluous stub in include/event.h. Fixes: 5b896ed5856f ("event: Add events for device

Re: [PATCH 1/1] dm: fix DM_EVENT dependencies

2022-05-03 Thread Tom Rini
On Tue, May 03, 2022 at 09:18:33PM +0200, Heinrich Schuchardt wrote: > CONFIG_DM_EVENT without CONFIG_EVENT is non-functional. Select instead > of imply CONFIG_EVENT. > > Remove superfluous stub in include/event.h. > > Fixes: 5b896ed5856f ("event: Add events for device probe/remove") > Reported-

[PATCH 1/1] dm: fix DM_EVENT dependencies

2022-05-03 Thread Heinrich Schuchardt
CONFIG_DM_EVENT without CONFIG_EVENT is non-functional. Select instead of imply CONFIG_EVENT. Remove superfluous stub in include/event.h. Fixes: 5b896ed5856f ("event: Add events for device probe/remove") Reported-by: Jan Kiszka Signed-off-by: Heinrich Schuchardt --- drivers/core/Kconfig | 2 +-