[PATCH v3 2/2] misc: sgi_gru: remove default attribute of LATTICE_ECP3_CONFIG

Prasad Pandit posted 2 patches 1 year, 10 months ago
[PATCH v3 2/2] misc: sgi_gru: remove default attribute of LATTICE_ECP3_CONFIG
Posted by Prasad Pandit 1 year, 10 months ago
From: Prasad Pandit <pjp@fedoraproject.org>

Remove 'default n' attribute of 'LATTICE_ECP3_CONFIG' option
because it is redundant. 'n' is automatic default value when
one is not specified.

Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
---
 drivers/misc/Kconfig | 1 -
 1 file changed, 1 deletion(-)

v3:
  - remove 'default n' attribute
  - https://lore.kernel.org/linux-kernel/292030286.5066638.1712899322325@mail.yahoo.com/T/#t

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 04df5a0ee931..b8f8461edfed 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -428,7 +428,6 @@ config LATTICE_ECP3_CONFIG
 	tristate "Lattice ECP3 FPGA bitstream configuration via SPI"
 	depends on SPI && SYSFS
 	select FW_LOADER
-	default	n
 	help
 	  This option enables support for bitstream configuration (programming
 	  or loading) of the Lattice ECP3 FPGA family via SPI.
-- 
2.44.0