Files
luban-lite/bsp/artinchip/drv/psadc/Kconfig.dev

15 lines
296 B
Plaintext
Raw Normal View History

2025-10-21 13:59:50 +08:00
config AIC_PSADC_DRV_POLL
2024-04-03 16:40:57 +08:00
default n
2025-10-21 13:59:50 +08:00
bool "Enable poll mode"
choice
prompt "Select trigger source"
default AIC_PSADC_TRIG_BY_SOFT
config AIC_PSADC_TRIG_BY_SOFT
bool "Trigger by software"
config AIC_PSADC_TRIG_BY_EPWM
bool "Trigger by EPWM"
endchoice