summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-06-25 14:07:01 -0600
committerTom Rini <[email protected]>2026-06-25 14:07:01 -0600
commit39e98063031662df06802dc0cfadf4cce2dc2385 (patch)
tree497fe313b3c0d1cbed2e17b3dc9492b1d788ac57 /drivers
parent19eafbadf20f56c1a24abe6b5e8774e776894261 (diff)
parentdf3d87bd695656f879604b2089434a64ef74dbb6 (diff)
Merge patch series "Kconfig restyle"
Johan Jonker <[email protected]> says: The Kconfig menu attribute '---help---' is deprecated. If we change to "help" the text has to indent. This again has to align with other attributes, so we have to restyle them as well. And as there's a script then change all Kconfig to start with the 'arch' and 'board' directories. Restyle all Kconfigs: Menu entries : no space left Menu attributes: 1 TAB Help text : 1 TAB + 2 spaces Replace '---help---' by 'help' Problems: People creating indents in help texts. The script doesn't care. It puts everything left aligned. Help texts with empty lines. It stops aligning as help test. Other fixes: While using checkpatch.pl or the script some issues showed up, so fix them as well. Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/Kconfig1
-rw-r--r--drivers/power/pmic/Kconfig2
-rw-r--r--drivers/thermal/Kconfig2
3 files changed, 3 insertions, 2 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index ea785793d18..0b52515c700 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -647,6 +647,7 @@ config IHS_FPGA
gdsys devices, which supply the majority of the functionality offered
by the devices. This driver supports both CON and CPU variants of the
devices, depending on the device tree entry.
+
config ESM_K3
bool "Enable K3 ESM driver"
depends on ARCH_K3
diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig
index 5bc14842e66..8504ae2b079 100644
--- a/drivers/power/pmic/Kconfig
+++ b/drivers/power/pmic/Kconfig
@@ -376,7 +376,7 @@ config DM_PMIC_TPS80031
This config enables implementation of driver-model pmic uclass features
for TPS80031/TPS80032 PMICs. The driver implements read/write operations.
This is a Power Management IC with a decent set of peripherals from which
- 5 Buck Converters refered as Switched-mode power supply (SMPS), 11 General-
+ 5 Buck Converters referred as Switched-mode power supply (SMPS), 11 General-
Purpose Low-Dropout Voltage Regulators (LDO), USB OTG Module, Real-Time
Clock (RTC) with Timer and Alarm Wake-Up, Two Digital PWM Outputs and more
with I2C Compatible Interface. PMIC occupies 4 I2C addresses.
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 33a82ca3bf1..0015dec1062 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -47,7 +47,7 @@ config RCAR_GEN3_THERMAL
config TI_DRA7_THERMAL
bool "Temperature sensor driver for TI dra7xx SOCs"
help
- Enable thermal support for for the Texas Instruments DRA752 SoC family.
+ Enable thermal support for the Texas Instruments DRA752 SoC family.
The driver supports reading CPU temperature.
config TI_LM74_THERMAL