commit: a5c75d3a7939e9c83280bb8b91591be8631926b9 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Wed Aug 25 16:20:53 2021 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Wed Aug 25 16:22:59 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=a5c75d3a
Change CONFIG_GENTOO_PRINT_FIRMWARE_INFO to y Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index fd8f955..d2175f0 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -280,7 +280,7 @@ + bool "Print firmware information that the kernel attempts to load" + + depends on GENTOO_LINUX -+ default n ++ default y + + help + Enable this option to print information about firmware that the kernel
