summaryrefslogtreecommitdiff
path: root/board/cortina/presidio-asic/Kconfig
blob: 8e6f6cfa27ca3dcfc35c119e85ea1cecbe862739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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