Skip to content
Snippets Groups Projects
Commit 3b67c067 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

net/Kconfig: Remove to improper use of comma in syntax

parent 5b04c25d
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ if ENC28J60
config ENC28J60_NINTERFACES
int "Number of physical ENC28J60"
default 1
range 1,1
range 1 1
---help---
Specifies the number of physical ENC28J60
devices that will be supported.
......@@ -306,7 +306,7 @@ if ENCX24J600
config ENC28J60_NINTERFACES
int "Number of physical ENCX24J600"
default 1
range 1,1
range 1 1
---help---
Specifies the number of physical ENCX24J600
devices that will be supported.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment