]> git.dujemihanovic.xyz Git - u-boot.git/commit
sunxi: Kconfig: Fix up SPI configuration
authorAndre Przywara <andre.przywara@arm.com>
Tue, 11 Jan 2022 12:46:02 +0000 (12:46 +0000)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 10 Mar 2022 12:02:13 +0000 (17:32 +0530)
commit81a46c152a62a496fd1a29114c34069dc6c78c93
tree732377d25918e2cd186c35fd23a2c1cddef7200c
parent2ba1bd1e11fc46dc7098e274d1c3c3ea64e7c70c
sunxi: Kconfig: Fix up SPI configuration

Commit 7945caf22c44 ("arm: sunxi: Enable SPI/SPI-FLASH support for A64")
selected CONFIG_SPI by default on all Allwinner A64 boards, even though
only 4 out of the 14 A64 boards have a SPI flash chip. All other SoCs
had to manually select DM_SPI and friends, even though they are a
platform property (the sunxi SPI driver is DM_SPI only).

Clean this up to allow easy selection of SPI flash support in U-Boot
proper, by selecting DM_SPI and DM_SPI_FLASH *if* CONFIG_SPI is
selected, for *all* Allwinner SoCs. This simplifies the defconfig for
two Libretech boards already.

Also remove the forced CONFIG_SPI from the A64 Kconfig, instead let the
four boards which allow SPI booting select this explicitly.

Any board wishing to support SPI flash in U-Boot proper now just defines
CONFIG_SPI and CONFIG_SPI_FLASH_<vendor> in its defconfig, Kconfig takes
care of the rest.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
arch/arm/Kconfig
arch/arm/mach-sunxi/Kconfig
configs/libretech_all_h3_it_h5_defconfig
configs/libretech_all_h5_cc_h5_defconfig
configs/oceanic_5205_5inmfd_defconfig
configs/orangepi_win_defconfig
configs/pine64-lts_defconfig
configs/sopine_baseboard_defconfig