APP_Framework/Applications/:add app flashdb configuration file

This commit is contained in:
chunyexixiaoyu
2022-03-04 15:49:30 +08:00
parent 3b377666e2
commit 0ff79809e8
5 changed files with 35 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
menuconfig USING_EMBEDDED_DATABASE_APP
bool "embedded database app"
default n
if USING_EMBEDDED_DATABASE_APP
source "$APP_DIR/Applications/embedded_database_app/flashdb_app/Kconfig"
endif