11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
menu "lib using embedded_database"
|
|
|
|
menuconfig USING_EMBEDDED_DATABASE
|
|
bool "embedded database"
|
|
default n
|
|
if USING_EMBEDDED_DATABASE
|
|
source "$APP_DIR/lib/embedded_database/flashdb/Kconfig"
|
|
endif
|
|
|
|
endmenu
|