Re: [PATCH 3/7] rust: crc_ccitt: add CRC-CCITT abstraction
From: Miguel Ojeda
Date: Tue Aug 25 2026 - 15:21:06 EST
On Tue, Aug 25, 2026 at 7:56 PM Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
>
> kconfig options usually should be in the same directory as the code they
> control.
The code is conceptually part of the subsystem, and will eventually be
moved to their directory when it is split into several crates -- that
is why we have put the Kconfig options in the subsystems they belong
to.
I hope that clarifies.
Cheers,
Miguel