misc: sgi_gru: remove default attribute of LATTICE_ECP3_CONFIG
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>pull/878/head
parent
7a5ffa5a21
commit
11e5e1aba7
|
|
@ -428,7 +428,6 @@ config LATTICE_ECP3_CONFIG
|
||||||
tristate "Lattice ECP3 FPGA bitstream configuration via SPI"
|
tristate "Lattice ECP3 FPGA bitstream configuration via SPI"
|
||||||
depends on SPI && SYSFS
|
depends on SPI && SYSFS
|
||||||
select FW_LOADER
|
select FW_LOADER
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
This option enables support for bitstream configuration (programming
|
This option enables support for bitstream configuration (programming
|
||||||
or loading) of the Lattice ECP3 FPGA family via SPI.
|
or loading) of the Lattice ECP3 FPGA family via SPI.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue