diff --git a/components/drivers/Kconfig b/components/drivers/Kconfig old mode 100644 new mode 100755 index 74e1715d20..4e47b21408 --- a/components/drivers/Kconfig +++ b/components/drivers/Kconfig @@ -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 diff --git a/components/net/Kconfig b/components/net/Kconfig old mode 100644 new mode 100755 index f75ed461b1..43473af409 --- a/components/net/Kconfig +++ b/components/net/Kconfig @@ -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