From: Prasad Pandit <[email protected]>
Hi,
This patch series properly indents help text of config option
and removes a redundant default value attribute.
Thank you.
---
Prasad Pandit (2):
misc: sgi_gru: indent SGI_GRU option help text
misc: sgi_gru: remove default attribute of LATTICE_ECP3_CONFIG
drivers/misc/Kconfig | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
--
2.44.0
From: Prasad Pandit <[email protected]>
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 <[email protected]>
Signed-off-by: Prasad Pandit <[email protected]>
---
drivers/misc/Kconfig | 1 -
1 file changed, 1 deletion(-)
v3:
- remove 'default n' attribute
- https://lore.kernel.org/linux-kernel/[email protected]/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