diff options
| author | Tom Rini <[email protected]> | 2022-10-21 15:32:45 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-21 15:32:45 -0400 |
| commit | 7723828c97bc107d2fba976fc50403ac8747f1bc (patch) | |
| tree | fa2d4a4a459b20ebb3ec3f10b5ed1147ef3db747 /doc/develop/driver-model | |
| parent | f35e37cffd6e57c614ec9de0923ee5d1cff1077f (diff) | |
| parent | d662e9adae9ad42e4b0846233a2243853a83db48 (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 'doc/develop/driver-model')
| -rw-r--r-- | doc/develop/driver-model/migration.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/develop/driver-model/migration.rst b/doc/develop/driver-model/migration.rst index 742fea5515c..645c45bc491 100644 --- a/doc/develop/driver-model/migration.rst +++ b/doc/develop/driver-model/migration.rst @@ -99,14 +99,6 @@ The I2C subsystem has supported the driver model since early 2015. Maintainers should submit patches switching over to using CONFIG_DM_I2C and other base driver model options in time for inclusion in the 2021.10 release. -CONFIG_KEYBOARD ---------------- -Deadline: 2022.10 - -This is a legacy option which has been replaced by driver model. -Maintainers should submit patches switching over to using CONFIG_DM_KEYBOARD and -other base driver model options in time for inclusion in the 2022.10 release. - CONFIG_SYS_TIMER_RATE and CONFIG_SYS_TIMER_COUNTER -------------------------------------------------- Deadline: 2023.01 |
