mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 00:58:55 +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
|