lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 10 Nov 2021 22:29:42 +1000
From:   Alistair Francis <alistair@...stair23.me>
To:     lee.jones@...aro.org, broonie@...nel.org, kernel@...gutronix.de,
        lgirdwood@...il.com, robh+dt@...nel.org
Cc:     linux-kernel@...r.kernel.org, rui.zhang@...el.com,
        devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        s.hauer@...gutronix.de, linux-hwmon@...r.kernel.org,
        amitk@...nel.org, linux-pm@...r.kernel.org, linux-imx@....com,
        alistair23@...il.com, andreas@...nade.info, shawnguo@...nel.org,
        Alistair Francis <alistair@...stair23.me>
Subject: [PATCH v15 2/8] mfd: simple-mfd-i2c: Add a Kconfig name

Add a Kconfig name to the "Simple Multi-Functional Device support (I2C)"
device so that it can be enabled via menuconfig.

Signed-off-by: Alistair Francis <alistair@...stair23.me>
Acked-for-MFD-by: Lee Jones <lee.jones@...aro.org>
---
 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 3fb480818599..97976ea83fdf 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1194,7 +1194,7 @@ config MFD_SI476X_CORE
 	  module will be called si476x-core.
 
 config MFD_SIMPLE_MFD_I2C
-	tristate
+	tristate "Simple Multi-Functional Device support (I2C)"
 	depends on I2C
 	select MFD_CORE
 	select REGMAP_I2C
-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ