commit
90e8f95102
2
components/drivers/Kconfig
Normal file → Executable file
2
components/drivers/Kconfig
Normal file → Executable file
@ -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
components/net/Kconfig
Normal file → Executable file
1
components/net/Kconfig
Normal file → Executable file
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user