net/Kconfig: Remove to improper use of comma in syntax
This commit is contained in:
parent
5b04c25dcd
commit
3b67c06711
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue