arch: cxd56x: Add a configuration for PMIC interrupts
Add a configuration for PMIC interrupts to Kconfig.
This commit is contained in:
parent
618661df93
commit
5c26d68f31
|
@ -75,6 +75,17 @@ config CXD56_PMIC
|
||||||
default y if CXD56_MAINCORE
|
default y if CXD56_MAINCORE
|
||||||
default n if CXD56_SUBCORE
|
default n if CXD56_SUBCORE
|
||||||
|
|
||||||
|
if CXD56_PMIC
|
||||||
|
|
||||||
|
config CXD56_PMIC_INT
|
||||||
|
bool "PMIC interrupt"
|
||||||
|
default n
|
||||||
|
depends on SCHED_LPWORK
|
||||||
|
---help---
|
||||||
|
Enable PMIC interrupt.
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
config CXD56_CPUFIFO
|
config CXD56_CPUFIFO
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
Loading…
Reference in New Issue