summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh.fedora
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-09-22 16:49:56 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-09-22 16:51:58 +0200
commita9e911d4f7656ca85c4382af2c63f038e3a2887b (patch)
tree0dc27d9578037204420e3a81264bb53be2664b20 /filter-modules.sh.fedora
parent6a4b71de85c15a2eb038317d27877bf2231b49cc (diff)
parent27eac796140f238e795ff912deef5b0612b3257e (diff)
downloadkernel-a9e911d4f7656ca85c4382af2c63f038e3a2887b.tar.gz
kernel-a9e911d4f7656ca85c4382af2c63f038e3a2887b.tar.xz
kernel-a9e911d4f7656ca85c4382af2c63f038e3a2887b.zip
merge origin (5.14 rebase)kernel-5.14.7-250.vanilla.1.fc34
Diffstat (limited to 'filter-modules.sh.fedora')
-rwxr-xr-xfilter-modules.sh.fedora3
1 files changed, 2 insertions, 1 deletions
diff --git a/filter-modules.sh.fedora b/filter-modules.sh.fedora
index 78244ce83..678825bfa 100755
--- a/filter-modules.sh.fedora
+++ b/filter-modules.sh.fedora
@@ -39,7 +39,7 @@ netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dsa ieee802154 l2t
drmdrvs="amd ast bridge gma500 i2c i915 mgag200 nouveau panel radeon"
-singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject target_core_user sbp_target cxgbit chcr parport_serial regmap-sdw hid-asus iTCO_wdt rnbd-client rnbd-server mlx5_vdpa spi-altera-dfl"
+singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwpoison-inject target_core_user sbp_target cxgbit chcr parport_serial regmap-sdw regmap-sdw-mbq arizona-micsupp hid-asus iTCO_wdt rnbd-client rnbd-server mlx5_vdpa spi-altera-dfl"
# Grab the arch-specific filter list overrides
source ./filter-$2.sh
@@ -146,6 +146,7 @@ done
# Just kill sound.
filter_dir $1 kernel/sound
+filter_dir $1 kernel/drivers/soundwire
# Now go through and filter any single .ko files that might have deps on the
# things we filtered above