summaryrefslogtreecommitdiff
path: root/drivers/core
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-10-21 15:32:45 -0400
committerTom Rini <[email protected]>2022-10-21 15:32:45 -0400
commit7723828c97bc107d2fba976fc50403ac8747f1bc (patch)
treefa2d4a4a459b20ebb3ec3f10b5ed1147ef3db747 /drivers/core
parentf35e37cffd6e57c614ec9de0923ee5d1cff1077f (diff)
parentd662e9adae9ad42e4b0846233a2243853a83db48 (diff)
Merge branch '2022-10-21-enforce-some-DM-migrations'
- Enforce CONFIG_DM being enabled (which has been the case for all boards for a bit now) and remove non-DM_KEYBOARD options as they're also unused for some time now.
Diffstat (limited to 'drivers/core')
-rw-r--r--drivers/core/Kconfig2
1 files changed, 1 insertions, 1 deletions
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