mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-13 21:36:57 +00:00
arm: sunxi: Enable SPI/SPI-FLASH support for A64
SPI is available in Allwinner A64 SoC, so enable it globally in Kconfig. - CONFIG_SPI - CONFIG_DM_SPI - CONFIG_DM_SPI_FLASH Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
dc738248db
commit
7945caf22c
1 changed files with 3 additions and 0 deletions
|
@ -275,7 +275,10 @@ config MACH_SUN9I
|
|||
config MACH_SUN50I
|
||||
bool "sun50i (Allwinner A64)"
|
||||
select ARM64
|
||||
select SPI
|
||||
select DM_I2C
|
||||
select DM_SPI if SPI
|
||||
select DM_SPI_FLASH
|
||||
select PHY_SUN4I_USB
|
||||
select SUN6I_PRCM
|
||||
select SUNXI_DE2
|
||||
|
|
Loading…
Add table
Reference in a new issue