mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 13:33:31 +08:00
update Kconfig
This commit is contained in:
parent
6c7150a5fc
commit
a84ea6f06f
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
|
||||
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
1
components/net/Kconfig
Normal file → Executable 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user