Merge pull request #1150 from flyingcys/master

update Kconfig
This commit is contained in:
Bernard Xiong 2017-12-30 17:36:35 +08:00 committed by GitHub
commit 90e8f95102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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