8aa4366cb2
We support OFW API to replace fdt old API, and add IRQ, IO, Platform-Bus, CPUs ... OFW node contorl. To support work with Device Tree or ACPI in drivers that use IRQ, we make a programmable interrupt controller driver's model. Signed-off-by: GuEe-GUI <GuEe-GUI@github.com>
12 lines
264 B
Plaintext
Executable File
12 lines
264 B
Plaintext
Executable File
menuconfig RT_USING_PIC
|
|
bool "Using Programmable Interrupt Controller (PIC)"
|
|
select RT_USING_BITMAP
|
|
depends on RT_USING_DM
|
|
default n
|
|
|
|
config MAX_HANDLERS
|
|
int "IRQ max handlers"
|
|
depends on RT_USING_PIC
|
|
range 1 4294967294
|
|
default 256
|