summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-08-06 13:45:57 -0400
committerTom Rini <[email protected]>2021-08-06 13:45:57 -0400
commitabc784185475ad0d61a8d38f451f2fb8842e7f88 (patch)
treef4606dda6bace3562d09feb4e221e9b7824dee06 /doc/develop
parentab97eb341cb4fdbd69e33bd4a53714db95b5b63e (diff)
parent83042fd64dc069849fca6f709c5507180b2ecbc3 (diff)
Merge branch '2021-08-05-drop-almost-all-pre-dm_pci-code'
- Remove the majority of our pre-DM_PCI PCI code as DM_PCI is true in almost all cases now.
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/driver-model/migration.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/develop/driver-model/migration.rst b/doc/develop/driver-model/migration.rst
index 8d0bb7635b5..8bb8601c582 100644
--- a/doc/develop/driver-model/migration.rst
+++ b/doc/develop/driver-model/migration.rst
@@ -75,15 +75,6 @@ Partially converted::
* Status: In progress
* Deadline: 2019.07
-CONFIG_DM_PCI
--------------
-Deadline: 2019.07
-
-The PCI subsystem has supported driver model since mid 2015. Maintainers should
-submit patches switching over to using CONFIG_DM_PCI and other base driver
-model options in time for inclusion in the 2019.07 release.
-
-
CONFIG_DM_VIDEO
---------------
Deadline: 2019.07