From ca0ecfc0201b61a930202fcf396da523f4fd841e Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 29 Sep 2024 23:22:51 +0200 Subject: [PATCH] data: update 2024-09-29 23:22:51 --- docs/addons.json | 4 +- docs/modules.json | 1540 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1542 insertions(+), 2 deletions(-) diff --git a/docs/addons.json b/docs/addons.json index 468a5b11..213373f1 100644 --- a/docs/addons.json +++ b/docs/addons.json @@ -481,7 +481,7 @@ }, "remotefs": { "system": false, - "description": "Allow remote NFS/CIFS shared folder be used in VideoStation, AudioStation and PhotosStation", + "description": "Allow remote NFS/CIFS shared folder be used in VideoStation, AudioStation and PhotoStation", "apollolake": true, "broadwell": true, "broadwellnk": true, @@ -586,7 +586,7 @@ }, "sortnetif": { "system": false, - "description": "Sort network interface names", + "description": "Sort network interface names | empty: sorted by busid; mac1,mac2,...: sorted by macs sequence", "apollolake": true, "broadwell": true, "broadwellnk": true, diff --git a/docs/modules.json b/docs/modules.json index cd07bbd7..183de0b4 100644 --- a/docs/modules.json +++ b/docs/modules.json @@ -68,6 +68,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -76,6 +80,10 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" @@ -224,6 +232,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -288,6 +328,10 @@ "description": "EHCI PCI platform driver", "depends": "usbcore,ehci-hcd" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module (Compiled by RR for DSM)", "depends": "" @@ -312,6 +356,10 @@ "description": "Framebuffer base", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -320,6 +368,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,font,bitblit" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -332,6 +396,14 @@ "description": "USB FTDI Serial Converters Driver", "depends": "usbserial,usbcore" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, + "hid-generic": { + "description": "HID generic driver", + "depends": "hid" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -484,6 +556,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "libiscsi": { "description": "iSCSI library functions", "depends": "" @@ -1058,6 +1134,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -1066,6 +1146,10 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" @@ -1098,6 +1182,10 @@ "description": "Bit Blitting Operation (Compiled by RR for DSM)", "depends": "fb,softcursor" }, + "bna": { + "description": "QLogic BR-series 10G PCIe Ethernet driver", + "depends": "" + }, "bnx2": { "description": "QLogic BCM5706/5708/5709/5716 Driver", "depends": "" @@ -1230,6 +1318,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -1322,6 +1442,10 @@ "description": "Framebuffer base", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -1330,6 +1454,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,bitblit,font" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -1346,6 +1486,10 @@ "description": "Google Gasket driver framework", "depends": "" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -1486,6 +1630,10 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver (Compiled by RR for DSM)", "depends": "mii" }, + "k10temp": { + "description": "AMD Family 10h+ CPU core temperature monitor", + "depends": "amd_nb" + }, "kvm-amd": { "description": "KVM AMD SVM Processor Support (Compiled by RR for DSM)", "depends": "kvm" @@ -1498,6 +1646,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "lib80211": { "description": "common routines for IEEE802.11 drivers", "depends": "" @@ -2132,6 +2284,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -2140,10 +2296,18 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" }, + "atlantic_v2": { + "description": "Marvell (Aquantia) Corporation(R) Network Driver", + "depends": "crc-itu-t" + }, "auxiliary": { "description": "Auxiliary Bus Standalone", "depends": "" @@ -2284,6 +2448,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -2324,6 +2520,10 @@ "description": "EEPROM 93cx6 chip driver", "depends": "" }, + "efifb": { + "description": "", + "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" + }, "etxhci-hcd": { "description": "'eXtensible' Host Controller (xHC) Driver", "depends": "usbcore" @@ -2352,6 +2552,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -2360,6 +2564,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,font,bitblit" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -2372,6 +2592,14 @@ "description": "USB FTDI Serial Converters Driver", "depends": "usbserial,usbcore" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, + "hid-generic": { + "description": "HID generic driver", + "depends": "hid" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -2512,6 +2740,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "libfc": { "description": "libfc", "depends": "scsi_transport_fc" @@ -3070,6 +3302,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -3078,6 +3314,10 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" @@ -3106,6 +3346,10 @@ "description": "Bit Blitting Operation (Compiled by RR for DSM)", "depends": "fb,softcursor" }, + "bna": { + "description": "QLogic BR-series 10G PCIe Ethernet driver", + "depends": "" + }, "bnx2": { "description": "QLogic BCM5706/5708/5709/5716 Driver", "depends": "" @@ -3238,6 +3482,42 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dca": { + "description": "", + "depends": "" + }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -3278,6 +3558,10 @@ "description": "EEPROM 93cx6 chip driver", "depends": "" }, + "efifb": { + "description": "", + "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" + }, "efivarfs": { "description": "EFI Variable Filesystem (Compiled by RR for DSM)", "depends": "" @@ -3310,6 +3594,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -3318,6 +3606,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,bitblit,font" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -3334,6 +3638,10 @@ "description": "Google Gasket driver framework", "depends": "" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -3462,6 +3770,10 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver (Compiled by RR for DSM)", "depends": "mii" }, + "k10temp": { + "description": "AMD Family 10h+ CPU core temperature monitor", + "depends": "amd_nb" + }, "kvm-amd": { "description": "KVM AMD SVM Processor Support (Compiled by RR for DSM)", "depends": "kvm" @@ -3474,6 +3786,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "lib80211": { "description": "common routines for IEEE802.11 drivers", "depends": "" @@ -4092,6 +4408,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -4100,10 +4420,18 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" }, + "atlantic_v2": { + "description": "Marvell (Aquantia) Corporation(R) Network Driver", + "depends": "crc-itu-t" + }, "auxiliary": { "description": "Auxiliary Bus Standalone", "depends": "" @@ -4244,6 +4572,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -4284,6 +4644,18 @@ "description": "EEPROM 93cx6 chip driver", "depends": "" }, + "efifb": { + "description": "", + "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" + }, + "ehci-hcd": { + "description": "USB 2.0 'Enhanced' Host Controller (EHCI) Driver", + "depends": "usbcore" + }, + "ehci-pci": { + "description": "EHCI PCI platform driver", + "depends": "usbcore,ehci-hcd" + }, "etxhci-hcd": { "description": "'eXtensible' Host Controller (xHC) Driver", "depends": "usbcore" @@ -4312,6 +4684,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -4320,6 +4696,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,font,bitblit" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -4332,6 +4724,14 @@ "description": "USB FTDI Serial Converters Driver", "depends": "usbserial,usbcore" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, + "hid-generic": { + "description": "HID generic driver", + "depends": "hid" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -4472,6 +4872,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "libfc": { "description": "libfc", "depends": "scsi_transport_fc" @@ -5030,6 +5434,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -5038,6 +5446,10 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" @@ -5066,6 +5478,10 @@ "description": "Bit Blitting Operation (Compiled by RR for DSM)", "depends": "fb,softcursor" }, + "bna": { + "description": "QLogic BR-series 10G PCIe Ethernet driver", + "depends": "" + }, "bnx2": { "description": "QLogic BCM5706/5708/5709/5716 Driver", "depends": "" @@ -5198,6 +5614,42 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dca": { + "description": "", + "depends": "" + }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -5238,6 +5690,10 @@ "description": "EEPROM 93cx6 chip driver", "depends": "" }, + "efifb": { + "description": "", + "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" + }, "efivarfs": { "description": "EFI Variable Filesystem (Compiled by RR for DSM)", "depends": "" @@ -5270,6 +5726,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -5278,6 +5738,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,bitblit,font" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -5294,6 +5770,10 @@ "description": "Google Gasket driver framework", "depends": "" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -5422,6 +5902,10 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver (Compiled by RR for DSM)", "depends": "mii" }, + "k10temp": { + "description": "AMD Family 10h+ CPU core temperature monitor", + "depends": "amd_nb" + }, "kvm-amd": { "description": "KVM AMD SVM Processor Support (Compiled by RR for DSM)", "depends": "kvm" @@ -5434,6 +5918,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "lib80211": { "description": "common routines for IEEE802.11 drivers", "depends": "" @@ -6204,6 +6692,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -6272,6 +6792,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -6280,6 +6804,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,font,bitblit" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -7146,6 +7686,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -7218,6 +7790,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -7226,6 +7802,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,bitblit,font" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -7370,6 +7962,10 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver (Compiled by RR for DSM)", "depends": "mii" }, + "k10temp": { + "description": "AMD Family 10h+ CPU core temperature monitor", + "depends": "amd_nb" + }, "kvm-amd": { "description": "KVM AMD SVM Processor Support (Compiled by RR for DSM)", "depends": "kvm" @@ -8140,6 +8736,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -8216,6 +8844,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -8224,6 +8856,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,font,bitblit" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -9090,6 +9738,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -9170,6 +9850,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -9178,6 +9862,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,bitblit,font" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -9326,6 +10026,10 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver (Compiled by RR for DSM)", "depends": "mii" }, + "k10temp": { + "description": "AMD Family 10h+ CPU core temperature monitor", + "depends": "amd_nb" + }, "kvm-amd": { "description": "KVM AMD SVM Processor Support (Compiled by RR for DSM)", "depends": "kvm" @@ -9948,6 +10652,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -9956,10 +10664,18 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" }, + "atlantic_v2": { + "description": "Marvell (Aquantia) Corporation(R) Network Driver", + "depends": "crc-itu-t" + }, "auxiliary": { "description": "Auxiliary Bus Standalone", "depends": "" @@ -10096,6 +10812,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -10136,6 +10884,22 @@ "description": "EEPROM 93cx6 chip driver", "depends": "" }, + "efifb": { + "description": "", + "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" + }, + "ehci-hcd": { + "description": "USB 2.0 'Enhanced' Host Controller (EHCI) Driver", + "depends": "usbcore" + }, + "ehci-pci": { + "description": "EHCI PCI platform driver", + "depends": "usbcore,ehci-hcd" + }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module (Compiled by RR for DSM)", "depends": "" @@ -10160,6 +10924,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -10168,6 +10936,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,font,bitblit" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -10180,6 +10964,14 @@ "description": "USB FTDI Serial Converters Driver", "depends": "usbserial,usbcore" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, + "hid-generic": { + "description": "HID generic driver", + "depends": "hid" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -10324,6 +11116,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "libiscsi": { "description": "iSCSI library functions", "depends": "" @@ -10878,6 +11674,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -10886,6 +11686,10 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" @@ -10910,6 +11714,10 @@ "description": "Bit Blitting Operation (Compiled by RR for DSM)", "depends": "fb,softcursor" }, + "bna": { + "description": "QLogic BR-series 10G PCIe Ethernet driver", + "depends": "" + }, "bnx2": { "description": "QLogic BCM5706/5708/5709/5716 Driver", "depends": "" @@ -11042,6 +11850,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -11082,6 +11922,10 @@ "description": "EEPROM 93cx6 chip driver", "depends": "" }, + "efifb": { + "description": "", + "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" + }, "efivarfs": { "description": "EFI Variable Filesystem (Compiled by RR for DSM)", "depends": "" @@ -11110,6 +11954,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -11118,6 +11966,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,bitblit,font" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -11134,6 +11998,10 @@ "description": "Google Gasket driver framework", "depends": "" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -11266,6 +12134,10 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver (Compiled by RR for DSM)", "depends": "mii" }, + "k10temp": { + "description": "AMD Family 10h+ CPU core temperature monitor", + "depends": "amd_nb" + }, "kvm-amd": { "description": "KVM AMD SVM Processor Support (Compiled by RR for DSM)", "depends": "kvm" @@ -11278,6 +12150,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "lib80211": { "description": "common routines for IEEE802.11 drivers", "depends": "" @@ -12048,6 +12924,38 @@ "description": "CRC8 (by Williams, Ross N.) function", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -12220,6 +13128,10 @@ "description": "InfiniBand userspace verbs access", "depends": "ib_core" }, + "ice": { + "description": "Intel(R) Ethernet Connection E800 Series Linux Driver", + "depends": "intel_auxiliary" + }, "ide-core": { "description": "IDE/ATAPI driver (Compiled by RR for DSM)", "depends": "" @@ -12340,6 +13252,10 @@ "description": "iWARP CM", "depends": "ib_core" }, + "ixgb": { + "description": "Intel(R) PRO/10GbE Network Driver", + "depends": "" + }, "ixgbe": { "description": "Intel(R) 10GbE PCI Express Linux Network Driver", "depends": "" @@ -13342,6 +14258,38 @@ "description": "CRC8 (by Williams, Ross N.) function", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -13518,6 +14466,10 @@ "description": "InfiniBand userspace verbs access", "depends": "ib_core" }, + "ice": { + "description": "Intel(R) Ethernet Connection E800 Series Linux Driver", + "depends": "intel_auxiliary" + }, "ide-core": { "description": "IDE/ATAPI driver (Compiled by RR for DSM)", "depends": "" @@ -14481,6 +15433,10 @@ "description": "SCSI low-level driver for Intel PIIX/ICH ATA controllers", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -14489,6 +15445,10 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" @@ -14637,6 +15597,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -14701,6 +15693,10 @@ "description": "EHCI PCI platform driver", "depends": "usbcore,ehci-hcd" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "exfat": { "description": "exFAT filesystem support", "depends": "" @@ -14717,6 +15713,10 @@ "description": "Framebuffer base", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -14725,6 +15725,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,font,bitblit" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -14737,6 +15753,14 @@ "description": "USB FTDI Serial Converters Driver", "depends": "usbserial,usbcore" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, + "hid-generic": { + "description": "HID generic driver", + "depends": "hid" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -14885,6 +15909,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "libiscsi": { "description": "iSCSI library functions", "depends": "" @@ -15455,6 +16483,10 @@ "description": "SCSI low-level driver for Intel PIIX/ICH ATA controllers", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -15463,6 +16495,10 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" @@ -15495,6 +16531,10 @@ "description": "Bit Blitting Operation (Compiled by RR for DSM)", "depends": "fb,softcursor" }, + "bna": { + "description": "QLogic BR-series 10G PCIe Ethernet driver", + "depends": "" + }, "bnx2": { "description": "QLogic BCM5706/5708/5709/5716 Driver", "depends": "" @@ -15627,6 +16667,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -15711,6 +16783,10 @@ "description": "Framebuffer base", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -15719,6 +16795,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,bitblit,font" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -15735,6 +16827,10 @@ "description": "Google Gasket driver framework", "depends": "" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -15871,6 +16967,10 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver (Compiled by RR for DSM)", "depends": "mii" }, + "k10temp": { + "description": "AMD Family 10h+ CPU core temperature monitor", + "depends": "amd_nb" + }, "kvm-amd": { "description": "KVM AMD SVM Processor Support (Compiled by RR for DSM)", "depends": "kvm" @@ -15883,6 +16983,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "lib80211": { "description": "common routines for IEEE802.11 drivers", "depends": "" @@ -16669,6 +17773,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -16733,6 +17869,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -16741,6 +17881,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,font,bitblit" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -17607,6 +18763,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -17675,6 +18863,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -17683,6 +18875,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,bitblit,font" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -17831,6 +19039,10 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver (Compiled by RR for DSM)", "depends": "mii" }, + "k10temp": { + "description": "AMD Family 10h+ CPU core temperature monitor", + "depends": "amd_nb" + }, "kvm-amd": { "description": "KVM AMD SVM Processor Support (Compiled by RR for DSM)", "depends": "kvm" @@ -18449,6 +19661,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -18457,10 +19673,18 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" }, + "atlantic_v2": { + "description": "Marvell (Aquantia) Corporation(R) Network Driver", + "depends": "crc-itu-t" + }, "auxiliary": { "description": "Auxiliary Bus Standalone", "depends": "" @@ -18609,6 +19833,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -18649,6 +19905,18 @@ "description": "EEPROM 93cx6 chip driver", "depends": "" }, + "efifb": { + "description": "", + "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" + }, + "ehci-hcd": { + "description": "USB 2.0 'Enhanced' Host Controller (EHCI) Driver", + "depends": "usbcore" + }, + "ehci-pci": { + "description": "EHCI PCI platform driver", + "depends": "usbcore,ehci-hcd" + }, "etxhci-hcd": { "description": "'eXtensible' Host Controller (xHC) Driver", "depends": "usbcore" @@ -18677,6 +19945,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -18685,6 +19957,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,font,bitblit" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -18697,6 +19985,14 @@ "description": "USB FTDI Serial Converters Driver", "depends": "usbserial,usbcore" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, + "hid-generic": { + "description": "HID generic driver", + "depends": "hid" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -18849,6 +20145,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "libiscsi": { "description": "iSCSI library functions", "depends": "" @@ -19403,6 +20703,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -19411,6 +20715,10 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" @@ -19439,6 +20747,10 @@ "description": "Bit Blitting Operation (Compiled by RR for DSM)", "depends": "fb,softcursor" }, + "bna": { + "description": "QLogic BR-series 10G PCIe Ethernet driver", + "depends": "" + }, "bnx2": { "description": "QLogic BCM5706/5708/5709/5716 Driver", "depends": "" @@ -19579,6 +20891,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -19619,6 +20963,10 @@ "description": "EEPROM 93cx6 chip driver", "depends": "" }, + "efifb": { + "description": "", + "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" + }, "efivarfs": { "description": "EFI Variable Filesystem (Compiled by RR for DSM)", "depends": "" @@ -19651,6 +20999,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -19659,6 +21011,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,bitblit,font" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -19675,6 +21043,10 @@ "description": "Google Gasket driver framework", "depends": "" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -19827,6 +21199,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "lib80211": { "description": "common routines for IEEE802.11 drivers", "depends": "" @@ -20445,6 +21821,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -20453,10 +21833,18 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" }, + "atlantic_v2": { + "description": "Marvell (Aquantia) Corporation(R) Network Driver", + "depends": "crc-itu-t" + }, "auxiliary": { "description": "Auxiliary Bus Standalone", "depends": "" @@ -20605,6 +21993,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,usbcore,mii" @@ -20645,6 +22065,18 @@ "description": "EEPROM 93cx6 chip driver", "depends": "" }, + "efifb": { + "description": "", + "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" + }, + "ehci-hcd": { + "description": "USB 2.0 'Enhanced' Host Controller (EHCI) Driver", + "depends": "usbcore" + }, + "ehci-pci": { + "description": "EHCI PCI platform driver", + "depends": "usbcore,ehci-hcd" + }, "etxhci-hcd": { "description": "'eXtensible' Host Controller (xHC) Driver", "depends": "usbcore" @@ -20673,6 +22105,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -20681,6 +22117,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,font,bitblit" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -20693,6 +22145,14 @@ "description": "USB FTDI Serial Converters Driver", "depends": "usbserial,usbcore" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, + "hid-generic": { + "description": "HID generic driver", + "depends": "hid" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -20845,6 +22305,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "libfc": { "description": "libfc", "depends": "scsi_transport_fc" @@ -21411,6 +22875,10 @@ "description": "AT and PS/2 keyboard driver", "depends": "" }, + "atl1": { + "description": "Atheros L1 Gigabit Ethernet Driver", + "depends": "mii" + }, "atl1c": { "description": "Qualcomm Atheros 100/1000M Ethernet Network Driver", "depends": "" @@ -21419,6 +22887,10 @@ "description": "Atheros 1000M Ethernet Network Driver", "depends": "" }, + "atl2": { + "description": "Atheros Fast Ethernet Network Driver", + "depends": "" + }, "atlantic": { "description": "Marvell (Aquantia) Corporation(R) Network Driver", "depends": "crc-itu-t" @@ -21447,6 +22919,10 @@ "description": "Bit Blitting Operation (Compiled by RR for DSM)", "depends": "fb,softcursor" }, + "bna": { + "description": "QLogic BR-series 10G PCIe Ethernet driver", + "depends": "" + }, "bnx2": { "description": "QLogic BCM5706/5708/5709/5716 Driver", "depends": "" @@ -21587,6 +23063,38 @@ "description": "Chelsio T4/T5/T6 Virtual Function (VF) Network Driver", "depends": "" }, + "dm-log": { + "description": "device-mapper dirty region log", + "depends": "dm-mod" + }, + "dm-mirror": { + "description": "device-mapper mirror target", + "depends": "dm-region-hash,dm-mod,dm-log" + }, + "dm-mod": { + "description": "device-mapper driver", + "depends": "" + }, + "dm-multipath": { + "description": "device-mapper multipath target", + "depends": "dm-mod" + }, + "dm-queue-length": { + "description": "device-mapper path selector to balance the number of in-flight I/Os", + "depends": "dm-multipath" + }, + "dm-region-hash": { + "description": "device-mapper region hash", + "depends": "dm-log" + }, + "dm-round-robin": { + "description": "device-mapper round-robin multipath path selector", + "depends": "dm-multipath" + }, + "dm-service-time": { + "description": "device-mapper throughput oriented path selector", + "depends": "dm-multipath" + }, "dm9601": { "description": "Davicom DM96xx USB 10/100 ethernet devices", "depends": "usbnet,mii" @@ -21627,6 +23135,10 @@ "description": "EEPROM 93cx6 chip driver", "depends": "" }, + "efifb": { + "description": "", + "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" + }, "efivarfs": { "description": "EFI Variable Filesystem (Compiled by RR for DSM)", "depends": "" @@ -21659,6 +23171,10 @@ "description": "Deferred IO for framebuffers (Compiled by RR for DSM)", "depends": "fbdev" }, + "fb_defio": { + "description": "Deferred IO for framebuffers", + "depends": "" + }, "fb_sys_fops": { "description": "Generic file read (fb in system RAM)", "depends": "" @@ -21667,6 +23183,22 @@ "description": "Framebuffer Console support (Compiled by RR for DSM)", "depends": "fb,fbdev,bitblit,font" }, + "fbcon_ccw": { + "description": "Console Rotation (270 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_cw": { + "description": "Console Rotation (90 degrees) Support", + "depends": "fb,softcursor" + }, + "fbcon_rotate": { + "description": "Console Rotation Support", + "depends": "fbcon_ud,fbcon_ccw,fbcon_cw" + }, + "fbcon_ud": { + "description": "Console Rotation (180 degrees) Support", + "depends": "fb,softcursor" + }, "fbdev": { "description": "Framebuffer console primary device detection (Compiled by RR for DSM)", "depends": "" @@ -21683,6 +23215,10 @@ "description": "Google Gasket driver framework", "depends": "" }, + "generic_bl": { + "description": "Generic Backlight Driver", + "depends": "backlight" + }, "hpilo": { "description": "hpilo (Compiled by RR for DSM)", "depends": "" @@ -21835,6 +23371,10 @@ "description": "", "depends": "irqbypass" }, + "lcd": { + "description": "LCD Lowlevel Control Abstraction", + "depends": "" + }, "lib80211": { "description": "common routines for IEEE802.11 drivers", "depends": ""