2016-08-17 01:58:40 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-08-17 01:58:40 +08:00
|
|
|
#
|
|
|
|
|
2016-08-30 20:27:26 +08:00
|
|
|
if ARC && SOC_QUARK_SE_C1000_SS
|
2016-08-17 01:58:40 +08:00
|
|
|
|
|
|
|
if IPM
|
|
|
|
config QUARK_SE_SS_IPM_IRQ_PRI
|
|
|
|
int "IPM interrupt priority"
|
|
|
|
default 1
|
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
Priority level for interrupts coming in from the inter-processor
|
|
|
|
mailboxes.
|
2016-08-17 01:58:40 +08:00
|
|
|
|
|
|
|
endif # IPM
|
2016-08-30 20:27:26 +08:00
|
|
|
endif # SOC_QUARK_SE_C1000_SS
|