Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kernel config strangeness
Date: Sun, 04 Aug 2019 06:29:18
Message-Id: CAC=wYCEmRFo3k93HYXYLgP7hPyhOAgzkCJF9EhDW+Cz7pWcgPA@mail.gmail.com
In Reply to: Re: [gentoo-user] kernel config strangeness by Jack
1 >
2 > > # CONFIG_EDAC_AMD64_ERROR_INJECTION is not set
3 >
4 > Are you sure those settings are "=y" or "=m") in the other file, and not
5 > just simply not present? Changing that one setting may only have altered
6 > whether those other settings are explicitly included in the .config file,
7 > and not their value.
8 >
9 On the .config that has had CONFIG_CPU_SUP_AMD removed, these settings are
10 no longer present.
11
12 My current understanding is that if a particular CONFIG_ option is not
13 present in the .config file, it will not be built due to a missing
14 prerequisite. Do you have a different understanding?