Re: [PATCHv2 0/6] Rework the BLK symbol usage in Kconfig

2025-01-20 Thread Tom Rini
On Tue, 14 Jan 2025 19:22:07 -0600, Tom Rini wrote: > Hey all, > > One problem we have today is how the BLK symbol is set and used in > Kconfig files. Part of the challenge is that we use it as a gating > symbol for "we have a block device" and also for "enable block device > library code". What

[PATCHv2 0/6] Rework the BLK symbol usage in Kconfig

2025-01-14 Thread Tom Rini
Hey all, One problem we have today is how the BLK symbol is set and used in Kconfig files. Part of the challenge is that we use it as a gating symbol for "we have a block device" and also for "enable block device library code". What this series does is move to always use "select BLK" by block driv