On Tue, Aug 25, 2026 at 7:56 PM Eric Biggers ebiggers@kernel.org 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