diff options
author | Mike Pagano <mpagano@gentoo.org> | 2021-08-25 12:20:53 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2021-08-25 12:23:37 -0400 |
commit | 0edf32ac2f1a2938f11af7b67096a9dc1e7da277 (patch) | |
tree | f85be886ebe16d3f230e37ad2f496445a39ecbf6 | |
parent | Add suport for printing firmware info on load attempt (diff) | |
download | linux-patches-0edf32ac2f1a2938f11af7b67096a9dc1e7da277.tar.gz linux-patches-0edf32ac2f1a2938f11af7b67096a9dc1e7da277.tar.bz2 linux-patches-0edf32ac2f1a2938f11af7b67096a9dc1e7da277.zip |
Change CONFIG_GENTOO_PRINT_FIRMWARE_INFO to y
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 fd8f9557..d2175f08 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 |