7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
menuconfig USING_EMBEDDED_DATABASE
|
|
bool "embedded database"
|
|
default n
|
|
if USING_EMBEDDED_DATABASE
|
|
source "$APP_DIR/lib/embedded_database/flashdb/Kconfig"
|
|
endif
|