mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
arch: imxrt: Fix ethernet configuration in Kconfig
Summary: - Fix typo in Kconfig so that we can configure IMXRT_ENET_NRXBUFFERS. Impact: - imxrt family with ethernet configuration Testing: - imxrt1060-evk:netnsh Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
committed by
Brennan Ashton
parent
456c47643a
commit
b483d0d4eb
@@ -948,7 +948,7 @@ endif # IMXRT_GPIO_IRQ
|
|||||||
menu "Ethernet Configuration"
|
menu "Ethernet Configuration"
|
||||||
depends on IMXRT_ENET
|
depends on IMXRT_ENET
|
||||||
|
|
||||||
config MXRT_ENET_NRXBUFFERS
|
config IMXRT_ENET_NRXBUFFERS
|
||||||
int "Number Rx buffers"
|
int "Number Rx buffers"
|
||||||
default 6
|
default 6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user