update Kconfig

This commit is contained in:
flyingcys 2017-12-30 17:31:22 +08:00
parent 6c7150a5fc
commit a84ea6f06f
2 changed files with 3 additions and 0 deletions

2
components/drivers/Kconfig Normal file → Executable file
View File

@ -6,6 +6,8 @@ config RT_USING_DEVICE_IPC
config RT_USING_SERIAL
bool "Using serial device drivers"
select RT_USING_DEVICE_IPC
select RT_USING_DEVICE
default y
config RT_USING_CAN

1
components/net/Kconfig Normal file → Executable file
View File

@ -3,6 +3,7 @@ menu "Network stack"
menu "light weight TCP/IP stack"
config RT_USING_LWIP
bool "Enable lwIP stack"
select RT_USING_DEVICE
default n
if RT_USING_LWIP