19 lines
323 B
Plaintext
19 lines
323 B
Plaintext
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if ARC && SOC_QUARK_SE_C1000_SS
|
|
|
|
if IPM
|
|
config QUARK_SE_SS_IPM_IRQ_PRI
|
|
int "IPM interrupt priority"
|
|
default 1
|
|
help
|
|
Priority level for interrupts coming in from the inter-processor
|
|
mailboxes.
|
|
|
|
endif # IPM
|
|
endif # SOC_QUARK_SE_C1000_SS
|