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:
parent
456c47643a
commit
b483d0d4eb
@ -948,7 +948,7 @@ endif # IMXRT_GPIO_IRQ
|
||||
menu "Ethernet Configuration"
|
||||
depends on IMXRT_ENET
|
||||
|
||||
config MXRT_ENET_NRXBUFFERS
|
||||
config IMXRT_ENET_NRXBUFFERS
|
||||
int "Number Rx buffers"
|
||||
default 6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user