This commit is contained in:
刘可亮
2024-07-08 13:50:27 +08:00
parent 830dfbec84
commit 3c3d3d953e
8 changed files with 145 additions and 30 deletions

View File

@@ -158,6 +158,11 @@ config AIC_SPINOR_SFUD_DEBUG
default n
depends on LPKG_USING_SFUD
config AIC_SPINOR_SFUD_WP_DEBUG
bool "Enable SPINOR write protection debug"
default y
depends on LPKG_USING_SFUD
config AIC_FB_DRV_DEBUG
bool "Enable Display driver debug"
default n
@@ -170,6 +175,11 @@ config AIC_DISP_MIPI_DBI_DEBUG
default n
depends on AIC_DISPLAY_DRV && AIC_DISP_MIPI_DBI
config AIC_MAILBOX_DRV_DEBUG
bool "Enable Mailbox driver debug"
default n
depends on AIC_MAILBOX_DRV
config AIC_CACHE_LINE_DEBUG
bool "Enable Cache Line debug"
default n
@@ -218,6 +228,11 @@ config AIC_HRTIMER_DRV_TEST
default n
depends on AIC_HRTIMER_DRV
config AIC_GPTIMER_DRV_TEST
bool "Enable GPTimer driver test command"
default n
depends on AIC_GPTIMER_DRV
config AIC_QSPI_DRV_TEST
bool "Enable SPI driver test command"
default n
@@ -315,12 +330,17 @@ config AIC_DVP_TEST
default n
depends on AIC_DVP_DRV
config AIC_MDI_TEST
bool "Enable MDI driver test command"
default n
depends on AIC_MDI_DRV && AIC_MPP_VIN_DEV
config AIC_TP_DRV_TEST
bool "Enable touch panel driver test command"
default n
depends on AIC_TOUCH_PANEL_GT911 || AIC_TOUCH_PANEL_FT7411 \
|| AIC_TOUCH_PANEL_GSL1680 || AIC_TOUCH_PANEL_ST16XX \
|| AIC_TOUCH_PANEL_AXS15260
|| AIC_TOUCH_PANEL_AXS15260 || AIC_TOUCH_PANEL_TW31XX
config AIC_WDT_DRV_TEST
bool "Enable WDT driver test command"
@@ -373,6 +393,11 @@ config AIC_PWM_TEST
default n
depends on AIC_PWM_DRV
config AIC_INPUTCAP_DRV_TEST
bool "Enable INPUTCAP driver test command"
default n
depends on AIC_INPUTCAP_DRV
config AIC_CAP_DRV_TEST
bool "Enable CAP driver test command"
default n
@@ -383,6 +408,11 @@ config AIC_QEP_DRV_TEST
default n
depends on AIC_QEP_DRV
config AIC_MAILBOX_DRV_TEST
bool "Enable Mailbox driver test command"
default n
depends on AIC_MAILBOX_DRV
config AIC_ADCIM_DM_TEST
bool "Enable ADCIM DM test command"
default n
@@ -422,11 +452,54 @@ config AIC_SOFT_AES_TEST
bool "Enable Soft AES ECB test command"
default n
config AIC_OSR_CE_BARE_TEST
bool "Enable OSR CE driver test command"
default n
depends on AIC_OSR_CE_DRV
if AIC_OSR_CE_BARE_TEST
config AIC_OSR_CE_SKE_BARE_TEST
bool "Enable OSR CE SKE driver test command"
default n
depends on AIC_SKE_DRV
depends on AIC_OSR_CE_BARE_TEST
config AIC_OSR_CE_PKE_BARE_TEST
bool "Enable OSR CE PKE driver test command"
default n
depends on AIC_PKE_DRV
depends on AIC_OSR_CE_BARE_TEST
config AIC_OSR_CE_HASH_BARE_TEST
bool "Enable OSR CE HASH driver test command"
default n
depends on AIC_HASH_DRV
depends on AIC_OSR_CE_BARE_TEST
config AIC_OSR_CE_TRNG_BARE_TEST
bool "Enable OSR CE TRNG driver test command"
default n
depends on AIC_TRNG_DRV
depends on AIC_OSR_CE_BARE_TEST
endif
config AIC_SID_BARE_TEST
bool "Enable SID driver test command"
default n
depends on AIC_SID_DRV
config AIC_IOPMP_TEST
bool "Enable iopmp driver test command"
default n
depends on !AIC_IOPMP_DRV
config AIC_IOPMP_BARE_TEST
bool "Enable iopmp driver test command"
default n
depends on AIC_IOPMP_DRV
config AIC_DM_LIB_TEST
bool "Enable DM Lib test command"
default n
@@ -441,17 +514,12 @@ config AIC_MEM_API_TEST
bool "Enable memory API test command"
default n
config AIC_SE_PM_DRV_TEST
bool "Enable SE PM driver test command"
default n
depends on AIC_PM_DRV
config AIC_FILE_SYSTEM_TEST
bool "Enable filesystem test command"
default n
config AIC_PM_DRV_TEST
bool "Enable PM stability test command"
bool "Enable PM driver test command"
depends on AIC_PM_DRV
endmenu