commit: 0edf32ac2f1a2938f11af7b67096a9dc1e7da277 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:23:37 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=0edf32ac
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
