
3 May
2022
3 May
'22
9:35 p.m.
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-by: Jan Kiszka jan.kiszka@siemens.com Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
drivers/core/Kconfig | 2 +- include/event.h | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-)
I don't think it makes sense to have two symbols at all. It's part of DM, it should always be DM_EVENT I suppose.
--
Tom