diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2023-03-08 22:42:59 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-04-26 13:40:30 +0300 |
commit | 75a6ff48fe16e4221be68eb354747bb207d61535 (patch) | |
tree | f478882a95ce94f03f3779afda6f895fda5d179e /drivers/mfd/Kconfig | |
parent | c923d5001ba054df10ed3441d24f8f2c01db7e00 (diff) | |
download | linux-75a6ff48fe16e4221be68eb354747bb207d61535.tar.xz |
mfd: da9055: Do not cite as modular
This driver cannot be built as a module, so don't suggest otherwise
in Kconfig help.
Suggested-by: Lee Jones <lee@kernel.org>
Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index d381d0e63455..51d54a1b8673 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -363,9 +363,6 @@ config MFD_DA9055 Additional drivers must be enabled in order to use the functionality of the device. - This driver can be built as a module. If built as a module it will be - called "da9055" - config MFD_DA9062 tristate "Dialog Semiconductor DA9062/61 PMIC Support" select MFD_CORE |