mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
19 lines
260 B
Text
19 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
|