mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
11 lines
238 B
Plaintext
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
|