From 3b67c067114efa10e2c4b6feea94e8ddf2eec3d2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 6 Oct 2017 15:14:09 -0600 Subject: [PATCH] net/Kconfig: Remove to improper use of comma in syntax --- drivers/net/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index d6dc66f629..f360e33f68 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -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.