1# sam_e70_xplained/same70q21 board need more buffers, otherwise it fails to build
2
3CONFIG_NET_PKT_RX_COUNT=20
4CONFIG_NET_PKT_TX_COUNT=20
5CONFIG_NET_BUF_RX_COUNT=30
6CONFIG_NET_BUF_TX_COUNT=30
7