From 9af4a0c8a6ffb34e968bdcb8bcaf8d97610e53b3 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 14 Oct 2022 07:50:19 -0400 Subject: core: Enable DM by default There are no longer any platforms which do not enable DM, move this to a def_bool y and remove the check in the Makefile. Cc: Simon Glass Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- drivers/core/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index c9bf5de4332..0dc442b921c 100644 --- a/drivers/core/Kconfig +++ b/drivers/core/Kconfig @@ -1,7 +1,7 @@ menu "Generic Driver Options" config DM - bool "Enable Driver Model" + def_bool y help This config option enables Driver Model. This brings in the core support, including scanning of platform data on start-up. If -- cgit v1.2.3