Browse Source

update Kconfig

flyingcys 7 years ago
parent
commit
a84ea6f06f
2 changed files with 3 additions and 0 deletions
  1. 2 0
      components/drivers/Kconfig
  2. 1 0
      components/net/Kconfig

+ 2 - 0
components/drivers/Kconfig

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

+ 1 - 0
components/net/Kconfig

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