diff options
author | Mike Pagano <mpagano@gentoo.org> | 2023-10-05 10:04:01 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2023-10-05 10:23:39 -0400 |
commit | b34204a3e7f9be1d039f1b914643e23ddb0166fa (patch) | |
tree | e17a85a9a649af07300e39d84480a4b56def0288 | |
parent | Remove redundant patch (diff) | |
download | linux-patches-b34204a3e7f9be1d039f1b914643e23ddb0166fa.tar.gz linux-patches-b34204a3e7f9be1d039f1b914643e23ddb0166fa.tar.bz2 linux-patches-b34204a3e7f9be1d039f1b914643e23ddb0166fa.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 9cb1eb0c..195c7d47 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 |