feat add ethernet driver for hc32f4a0 board, compile OK and PHY Loop-Back test OK
This commit is contained in:
@@ -14,6 +14,14 @@ menuconfig BSP_USING_GPIO
|
||||
source "$BSP_DIR/third_party_driver/gpio/Kconfig"
|
||||
endif
|
||||
|
||||
menuconfig BSP_USING_LWIP
|
||||
bool "Using LwIP by ethernet device"
|
||||
default n
|
||||
select RESOURCES_LWIP
|
||||
if BSP_USING_LWIP
|
||||
source "$BSP_DIR/third_party_driver/ethernet/Kconfig"
|
||||
endif
|
||||
|
||||
menuconfig BSP_USING_SPI
|
||||
bool "Using SPI device"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user