2017-01-13 19:14:33 +08:00
|
|
|
# Kconfig - XTENSA board configuration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
|
|
|
# Copyright (c) 2016 Cadence Design Systems, Inc.
|
2017-01-25 07:10:39 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2017-01-13 19:14:33 +08:00
|
|
|
|
2017-04-12 06:10:00 +08:00
|
|
|
if SOC_HIFI4_BD7
|
|
|
|
|
|
|
|
config SOC
|
|
|
|
string
|
2018-05-26 03:19:21 +08:00
|
|
|
default "hifi4_bd7"
|
2017-01-13 19:14:33 +08:00
|
|
|
|
|
|
|
config IRQ_OFFLOAD_INTNUM
|
|
|
|
default 4
|
|
|
|
|
|
|
|
endif
|