Files
luban-lite-t3e-pro/packages/artinchip/pinmux-check/Kconfig
刘可亮 3b4064f334 v1.0.2
2023-11-30 19:48:02 +08:00

11 lines
228 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