On 2026-06-25T03:17:06, Anshul Dalal <[email protected]> wrote: > treewide: Kconfig: use bool instead of tristate > > U-Boot does not support modules, so having tristate options is useless. > > Therefore this patch does a blind replace of all tristate options to > bool tree-wide. > > Signed-off-by: Anshul Dalal <[email protected]> > Reviewed-by: Romain Gantois <[email protected]> > Reviewed-by: Quentin Schulz <[email protected]> > Reviewed-by: Heiko Schocher <[email protected]> > Reviewed-by: Siddharth Vadapalli <[email protected]> > Reviewed-by: Neha Malcom Francis <[email protected]> > > board/st/common/Kconfig | 2 +- > cmd/Kconfig | 4 ++-- > drivers/cache/Kconfig | 2 +- > drivers/clk/Kconfig | 2 +- > drivers/firmware/Kconfig | 2 +- > drivers/i2c/Kconfig | 6 +++--- > drivers/i2c/muxes/Kconfig | 6 +++--- > drivers/i3c/Kconfig | 2 +- > drivers/i3c/master/Kconfig | 2 +- > drivers/memory/Kconfig | 2 +- > drivers/misc/Kconfig | 2 +- > drivers/mmc/Kconfig | 4 ++-- > drivers/mtd/nand/Kconfig | 2 +- > drivers/net/phy/Kconfig | 4 ++-- > drivers/spi/Kconfig | 2 +- > drivers/ufs/Kconfig | 2 +- > drivers/usb/cdns3/Kconfig | 6 +++--- > drivers/usb/musb-new/Kconfig | 2 +- > drivers/usb/tcpm/Kconfig | 4 ++-- > 19 files changed, 29 insertions(+), 29 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

