Files
xiuos/Ubiquitous/XiUOS/framework/connection/Kconfig
2021-06-03 17:38:11 +08:00

12 lines
177 B
Plaintext

menu "connection"
menuconfig CONNECTION_ADAPTER
bool "Enable adapter"
default n
if CONNECTION_ADAPTER
source "$KERNEL_DIR/framework/connection/Adapter/Kconfig"
endif
endmenu