xiuos-test/APP_Framework/Framework/Kconfig

28 lines
686 B
Plaintext
Raw Normal View History

2021-06-18 17:37:03 +08:00
menu "Framework"
2021-06-16 11:27:03 +08:00
2021-06-18 17:37:03 +08:00
config TRANSFORM_LAYER_ATTRIUBUTE
bool "support transform layer"
default y
choice
prompt "select os features"
default ADD_XIUOS_FETURES
2021-06-16 11:27:03 +08:00
2021-06-18 17:37:03 +08:00
config ADD_XIUOS_FETURES
bool "add xiuos fetures"
config ADD_NUTTX_FETURES
bool "add nuttx fetures"
2021-06-16 11:27:03 +08:00
2021-06-18 17:37:03 +08:00
config ADD_RTTHREAD_FETURES
bool "add rt_thread fetures"
endchoice
2021-06-17 14:07:57 +08:00
2021-06-18 17:37:03 +08:00
source "$APP_DIR/Framework/sensor/Kconfig"
source "$APP_DIR/Framework/connection/Kconfig"
source "$APP_DIR/Framework/knowing/Kconfig"
2021-06-18 17:37:03 +08:00
source "$APP_DIR/Framework/control/Kconfig"
endmenu