summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh.rhel
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-06-28 21:17:58 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2022-06-28 21:17:58 +0200
commitacb22e094e5793bb2a8e6a939ddc086fcc5f647e (patch)
tree754a1059062078ba4fb527c452de4a88e9f16b3d /filter-modules.sh.rhel
parenta79c993bd6413666d3fe3c524bba80b771a82d38 (diff)
parent5d333e15578f0c55d6293c7a2897fc14287888be (diff)
downloadkernel-acb22e094e5793bb2a8e6a939ddc086fcc5f647e.tar.gz
kernel-acb22e094e5793bb2a8e6a939ddc086fcc5f647e.tar.xz
kernel-acb22e094e5793bb2a8e6a939ddc086fcc5f647e.zip
Merge remote-tracking branch 'origin/rawhide' into rawhide-user-thl-vanilla-fedorakernel-5.19.0-0.rc4.20220628git941e3e791269.34.vanilla.1.fc36
Diffstat (limited to 'filter-modules.sh.rhel')
-rwxr-xr-xfilter-modules.sh.rhel8
1 files changed, 8 insertions, 0 deletions
diff --git a/filter-modules.sh.rhel b/filter-modules.sh.rhel
index cc976bb9a..81c9e14a0 100755
--- a/filter-modules.sh.rhel
+++ b/filter-modules.sh.rhel
@@ -25,6 +25,8 @@ netdrvs="appletalk can dsa hamradio ieee802154 irda ppp slip usb wireless"
ethdrvs="3com adaptec alteon amd aquantia atheros broadcom cadence calxeda chelsio cisco dec dlink emulex icplus marvell neterion nvidia oki-semi packetengines qlogic rdc renesas sfc silan sis smsc stmicro sun tehuti ti wiznet xircom"
+cryptdrvs="bcm caam cavium chelsio hisilicon marvell qat"
+
inputdrvs="gameport tablet touchscreen"
scsidrvs="aacraid aic7xxx aic94xx be2iscsi bfa bnx2i bnx2fc csiostor cxgbi esas2r fcoe fnic hisi_sas isci libsas lpfc megaraid mpt2sas mpt3sas mvsas pm8001 qla2xxx qla4xxx sym53c8xx_2 ufs qedf"
@@ -100,6 +102,12 @@ do
filter_dir $1 drivers/net/ethernet/${eth}
done
+# Filter the crypto drivers
+for crypt in ${cryptdrvs}
+do
+ filter_dir $1 drivers/crypto/${crypt}
+done
+
# SCSI
for scsi in ${scsidrvs}
do