On 5/14/26 12:27 AM, Anshul Dalal wrote:
> On Wed May 13, 2026 at 7:41 PM IST, David Lechner wrote:
>> Change all uses of tristate in the PHY Kconfigs to bool. U-Boot does
>> not support modules, so tristate does not make sense here.
>>
>> Signed-off-by: David Lechner <[email protected]>
>
> Thanks for the fix David, I see the same issue is repeated at other
> places outside of PHY:
>
> % find . -name Kconfig | xargs -I {} grep -HPn '^\ttristate' {} | wc -l
> 47
>
> Let me know if you would be interested in doing a treewide cleanup
> otherwise I can take this up.
>
I just did a few subsystems to start with to see what kind
of reaction it got. Feel free to pick this up. And I will
consider doing the rest later.