mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-22 10:44:08 +08:00
7d706a886f
Add basic Presidio G3 engineering board support Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
19 lines
260 B
Plaintext
19 lines
260 B
Plaintext
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
|