We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2ded3 commit 17a630cCopy full SHA for 17a630c
2 files changed
kernel-configs/debug.nix
@@ -15,6 +15,7 @@ in
15
FTRACE = yes;
16
GENERIC_BUG = yes;
17
IKCONFIG = yes;
18
+ KALLSYMS = yes;
19
KALLSYMS_ALL = yes;
20
SERIAL_EARLYCON = yes;
21
SYMBOLIC_ERRNAME = yes;
kernel-configs/generic.nix
@@ -84,8 +84,6 @@ in
84
NLS_ISO8859_1 = yes;
85
PCI = yes;
86
PINCTRL = yes;
87
- PINCONF = yes;
88
- GENERIC_PINCONF = yes;
89
PRINTK = yes;
90
PROC_FS = yes;
91
RD_XZ = yes;
0 commit comments