Files
luban-lite-t3e-pro/packages/artinchip/pinmux-check/Kconfig
2025-09-30 11:56:06 +08:00

11 lines
238 B
Plaintext

menuconfig LPKG_USING_PINMUX_CHECHK
bool "aic-pinmux-check"
default n
if LPKG_USING_PINMUX_CHECHK
config AIC_PINMUX_CHECK
bool "Enable pinmux check tools"
depends on LPKG_USING_PINMUX_CHECHK
default n
endif