summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh.fedora
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-11-12 16:21:18 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2021-11-12 16:21:18 +0100
commit131f021b64d5436c78e29876275867e9743293c2 (patch)
tree3d8af6542706626eecb49d4101da8a329c6abff2 /filter-modules.sh.fedora
parent40bb8d4f2013a0d8b5199fc10490f4757e3a9c02 (diff)
parent2bd3b79064972283c4a32129bed1fe20179b0316 (diff)
downloadkernel-131f021b64d5436c78e29876275867e9743293c2.tar.gz
kernel-131f021b64d5436c78e29876275867e9743293c2.tar.xz
kernel-131f021b64d5436c78e29876275867e9743293c2.zip
merge origin
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