Re: [PATCH 3/7] rust: crc_ccitt: add CRC-CCITT abstraction
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-crypto,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANiq72=uUR4Vo9W55Kq6tQjc+6Q4_+wiWhCo-VLdkvg6PJeoAw@mail.gmail.com> |
On Tue, Aug 25, 2026 at 7:56 PM Eric Biggers <[email protected]> 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