[PATCH] phy: Kconfig: use bool instead of tristate
David Lechner
dlechner at baylibre.com
Thu May 14 15:17:28 CEST 2026
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 <dlechner at baylibre.com>
>
> 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.
More information about the U-Boot
mailing list