Files
luban-lite-t3e-pro/packages/artinchip/pinmux-check/Kconfig

11 lines
228 B
Plaintext
Raw Normal View History

2023-11-30 19:48:02 +08:00
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