forked from xuos/xiuos
First commit XiUOS
This commit is contained in:
11
framework/connection/Kconfig
Normal file
11
framework/connection/Kconfig
Normal file
@@ -0,0 +1,11 @@
|
||||
menu "connection"
|
||||
|
||||
menuconfig CONNECTION_ADAPTER
|
||||
bool "Enable adapter"
|
||||
default n
|
||||
if CONNECTION_ADAPTER
|
||||
source "$KERNEL_DIR/framework/connection/Adapter/Kconfig"
|
||||
endif
|
||||
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user