misc: sgi_gru: remove default attribute of LATTICE_ECP3_CONFIG
authorPrasad Pandit <pjp@fedoraproject.org>
Fri, 12 Apr 2024 05:52:21 +0000 (11:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Apr 2024 09:15:34 +0000 (11:15 +0200)
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>
Link: https://lore.kernel.org/r/20240412055221.69411-3-ppandit@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/Kconfig

index c9295a0a33058146f5226bc9c2693a35fc30e5c6..2907b5c23368d68e040e59e558cfcc6b094fb8aa 100644 (file)
@@ -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.