blob: 8e6f6cfa27ca3dcfc35c119e85ea1cecbe862739 [file] [log] [blame]
Alex Nemirovsky1ecad072020-01-30 12:34:59 -08001if 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