diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/kconfig/kconfig.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/kconfig/kconfig.go b/pkg/kconfig/kconfig.go index 668419baf..75f996730 100644 --- a/pkg/kconfig/kconfig.go +++ b/pkg/kconfig/kconfig.go @@ -337,8 +337,8 @@ func (kp *kconfigParser) parseProperty(prop string) { kp.ConsumeLine() case "modules": case "optional": - // transitional is used for the configs backward compatibility. - // We can ignore them. After the config final removal we'll see the kconf error. + // transitional is used for configs backward compatibility. + // We can ignore them. After such configs are removed from the kernel, we'll see kconf errors. // https://www.phoronix.com/news/Linux-6.18-Transitional case "transitional": case "default": |
