mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 20:51:39 +00:00
mips: octeon: Update Octeon Kconfig
This patch selects DM_SPI & DM_I2C for MIPS Octeon. DM_GPIO, DM_SERIAL and DM_ETH are already selected. Additionally the selections are now alphabetically sorted. Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
9044ed2c68
commit
1015540d70
1 changed files with 4 additions and 2 deletions
|
@ -112,9 +112,11 @@ config ARCH_OCTEON
|
||||||
select DISPLAY_CPUINFO
|
select DISPLAY_CPUINFO
|
||||||
select DMA_ADDR_T_64BIT
|
select DMA_ADDR_T_64BIT
|
||||||
select DM
|
select DM
|
||||||
select DM_SERIAL
|
|
||||||
select DM_GPIO
|
|
||||||
select DM_ETH
|
select DM_ETH
|
||||||
|
select DM_GPIO
|
||||||
|
select DM_I2C
|
||||||
|
select DM_SERIAL
|
||||||
|
select DM_SPI
|
||||||
select MIPS_L2_CACHE
|
select MIPS_L2_CACHE
|
||||||
select MIPS_MACH_EARLY_INIT
|
select MIPS_MACH_EARLY_INIT
|
||||||
select MIPS_TUNE_OCTEON3
|
select MIPS_TUNE_OCTEON3
|
||||||
|
|
Loading…
Add table
Reference in a new issue