diff options
author | 2023-10-05 10:04:01 -0400 | |
---|---|---|
committer | 2023-10-05 10:04:01 -0400 | |
commit | bde09f205a0b9250850fd1a723609b7ea3436ea6 (patch) | |
tree | 7f889b59379ec82115555e7bb4620683a6e5ecc2 | |
parent | Remove patch on security/selinux/Kconfig (diff) | |
download | linux-patches-bde09f205a0b9250850fd1a723609b7ea3436ea6.tar.gz linux-patches-bde09f205a0b9250850fd1a723609b7ea3436ea6.tar.bz2 linux-patches-bde09f205a0b9250850fd1a723609b7ea3436ea6.zip |
select BLK_DEV_BSG if SCSI as it depends on it.
Thanks, Ancient.
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index bd7b76ca..d215166c 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -122,7 +122,7 @@ + depends on GENTOO_LINUX && GENTOO_LINUX_UDEV + + select AUTOFS_FS -+ select BLK_DEV_BSG ++ select BLK_DEV_BSG if SCSI + select BPF_SYSCALL + select CGROUP_BPF + select CGROUPS |