forked from xuos/xiuos
12 lines
177 B
Plaintext
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
|