View previous topic :: View next topic |
Author |
Message |
dpaddy Apprentice
Joined: 25 Jun 2008 Posts: 160
|
Posted: Wed Jun 12, 2024 4:26 pm Post subject: [SOLVED] how to set EDAC via make menuconfig (can't find it) |
|
|
I'm using Linux/x86 6.6.30-gentoo Kernel Configuration (experimental flag for kernel source). When I search (using /edac) I get Symbol:EDAC location -->Device Drivers --> EDAC (Error Dection Ans Correction) reporting. However, I can't find EDAC at that location (or anywhere).
NeddySeagoon has been known to advise "... editing the .config in your favorite text editor, never do it". I'm following that wise advice... but how then should I proceed? Thanks.
Last edited by dpaddy on Wed Jun 12, 2024 4:45 pm; edited 1 time in total |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22657
|
Posted: Wed Jun 12, 2024 4:32 pm Post subject: |
|
|
The search results should also show you the dependency expression that must be satisfied to make this option available. You likely have one (or more) prerequisite Kconfig symbols set incorrectly. Set those to the values required by the dependency expression, then EDAC should be visible. |
|
Back to top |
|
|
dpaddy Apprentice
Joined: 25 Jun 2008 Posts: 160
|
Posted: Wed Jun 12, 2024 4:44 pm Post subject: |
|
|
That was it. Thanks. |
|
Back to top |
|
|
|