summaryrefslogtreecommitdiffstats
diff options
authorChris Feyerchak <anonymous.contributor@example.org>2017-07-03 19:08:51 +0000
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2024-10-04 15:47:34 -0400
commita573c3f3277e9d0a497f7f771b164bac36809b60 (patch)
tree9918c0dd2b9e424d5cc355851fdbaba33a9b34b1
parentc0e93db58995e485a87debe8ddf68c80e8b8194d (diff)
downloadbackports-a573c3f3277e9d0a497f7f771b164bac36809b60.tar.gz
Create "Backported Drivers" section
-rw-r--r--wiki/Documentation.mediawiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiki/Documentation.mediawiki b/wiki/Documentation.mediawiki
index 3024160..941a845 100644
--- a/wiki/Documentation.mediawiki
+++ b/wiki/Documentation.mediawiki
@@ -27,6 +27,8 @@ Device drivers are available for the following subsystems:
* Media
* Regulator
+= Backported Drivers =
+
Whether or not a device driver is available from a subsytem will depend on whether or not a developer decided to backport it '''and''' if the device driver is backported down to the kernel you are on. If you see the driver on '''make menuconfig''' it means you can use it. An alternative is to look at the git tree [https://git.kernel.org/cgit/linux/kernel/git/mcgrof/backports.git/tree/dependencies dependencies] file. Note that the [https://git.kernel.org/cgit/linux/kernel/git/mcgrof/backports.git/tree/dependencies dependencies] '''does not''' exist on a final release, it only exists on the development git tree and the one linked here is the one on the master branch -- you should look at the [https://git.kernel.org/cgit/linux/kernel/git/mcgrof/backports.git/refs/ release branches] for their respective dependencies file if using an older release. Someone is welcome to come up with a fancy page that provides the device driver <--> kernel dependency map page. If a device driver is available on '''make menuconfig''' but is not listed on the [https://git.kernel.org/cgit/linux/kernel/git/mcgrof/backports.git/tree/dependencies dependencies] file it means it is available for usage on all supported kernel.
Users should just install what they ''know'' they need, if not sure don't enable a driver. Typically Linux distributions would use the backports project and build modules for you and you'd have a backports package available for your distribution.