1if TARGET_PRESIDIO_ASIC
2config BIT64
3       bool
4       default y
5
6select SOC_CA7774
7
8config SYS_BOARD
9	default "presidio-asic"
10
11config SYS_VENDOR
12	default "cortina"
13
14config SYS_CONFIG_NAME
15	default "presidio_asic"
16
17source "board/cortina/common/Kconfig"
18endif
19