summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2018-06-08 18:53:28 -0700
committerLaura Abbott <labbott@redhat.com>2018-06-08 18:53:28 -0700
commit6a5d7f80f24954fa363f374f256747c79c543295 (patch)
treea1d2c40efc342c1a2ead57b0bd30743c4d0bdc42 /filter-modules.sh
parent4b8512e91a5b0fc61fee72b34d5bf175f00aaca7 (diff)
downloadkernel-6a5d7f80f24954fa363f374f256747c79c543295.tar.gz
kernel-6a5d7f80f24954fa363f374f256747c79c543295.tar.xz
kernel-6a5d7f80f24954fa363f374f256747c79c543295.zip
Fix filtering for soundwire
Diffstat (limited to 'filter-modules.sh')
-rwxr-xr-xfilter-modules.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter-modules.sh b/filter-modules.sh
index c7f6bc359..261ecfe7d 100755
--- a/filter-modules.sh
+++ b/filter-modules.sh
@@ -14,7 +14,7 @@
# listed here.
# Set the default dirs/modules to filter out
-driverdirs="atm auxdisplay bcma bluetooth firewire fmc iio infiniband isdn leds media memstick mfd mmc mtd nfc ntb pcmcia platform power ssb staging tty uio uwb w1"
+driverdirs="atm auxdisplay bcma bluetooth firewire fmc iio infiniband isdn leds media memstick mfd mmc mtd nfc ntb pcmcia platform power ssb soundwire staging tty uio uwb w1"
chardrvs="mwave pcmcia"
@@ -34,7 +34,7 @@ netprots="6lowpan appletalk atm ax25 batman-adv bluetooth can dccp dsa ieee80215
drmdrvs="amd ast gma500 i2c i915 mgag200 nouveau radeon via "
-singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial"
+singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject hid-sensor-hub target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial regmap-sdw"
# Grab the arch-specific filter list overrides
source ./filter-$2.sh