xiuos/APP_Framework/lib/embedded_database/Kconfig

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