On Tue, Apr 01, 2025 at 03:15:59PM -0700, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Previous commits removed all the original CRC kconfig help text, since > it was oriented towards people configuring the kernel, and the options > are no longer user-selectable. However, it's still useful for there to > be help text for kernel developers. Add this. I usually document hidden options using comments instead of the help text to clearly distinguish them for visible options. Not sure if there is a general preference either way, I just through I'd drop this here.