mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
menuconfig LPKG_USING_AIC_AUTHORIZATION
|
|
bool "aic-authorization"
|
|
depends on AIC_CE_DRV
|
|
default n
|
|
|
|
if LPKG_USING_AIC_AUTHORIZATION
|
|
|
|
config AIC_AUTHORIZATION_TEST
|
|
bool "aic authorization test"
|
|
depends on LPKG_USING_AIC_AUTHORIZATION
|
|
default n
|
|
|
|
endif
|