mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
7d706a886f
Add basic Presidio G3 engineering board support Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
18 lines
260 B
Text
18 lines
260 B
Text
if TARGET_PRESIDIO_ASIC
|
|
config BIT64
|
|
bool
|
|
default y
|
|
|
|
select SOC_CA7774
|
|
|
|
config SYS_BOARD
|
|
default "presidio-asic"
|
|
|
|
config SYS_VENDOR
|
|
default "cortina"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "presidio_asic"
|
|
|
|
source "board/cortina/common/Kconfig"
|
|
endif
|