xiuos5/framework/connection/Kconfig

12 lines
177 B
Plaintext
Raw Normal View History

2021-04-28 17:49:18 +08:00
menu "connection"
menuconfig CONNECTION_ADAPTER
bool "Enable adapter"
default n
if CONNECTION_ADAPTER
source "$KERNEL_DIR/framework/connection/Adapter/Kconfig"
endif
endmenu