mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
arch: cxd56x: Add a configuration for PMIC interrupts
Add a configuration for PMIC interrupts to Kconfig.
This commit is contained in:
@@ -75,6 +75,17 @@ config CXD56_PMIC
|
||||
default y if CXD56_MAINCORE
|
||||
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
|
||||
bool
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user