dedd444fb7
The size of the array holding the client information is determined from the number of dt supports dep ordinals. Finally remove the Kconfig symbol for the number of clients. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
19 lines
533 B
Plaintext
19 lines
533 B
Plaintext
# shared_irq configuration options
|
|
|
|
# Copyright (c) 2015 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig SHARED_IRQ
|
|
bool "Shared interrupt driver"
|
|
help
|
|
Include shared interrupt support in system. Shared interrupt
|
|
support is NOT required in most systems. If in doubt answer no.
|
|
|
|
config SHARED_IRQ_INIT_PRIORITY
|
|
int "Shared IRQ init priority"
|
|
depends on SHARED_IRQ
|
|
default 45
|
|
help
|
|
Shared IRQ are initialized on POST_KERNEL init level. They
|
|
have to be initialized before any device that uses them.
|