diff options
author | Henning Schild <henning.schild@siemens.com> | 2023-07-25 12:31:13 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2023-07-31 14:13:56 +0300 |
commit | 1598e3f6e9d43318d5e06669ca260e898e7b68c2 (patch) | |
tree | 9ea54251ef9d0221424e552ad3ee014fe434c2c0 | |
parent | d0563dd3345f7d6feb950204a3480f169d93a659 (diff) | |
download | linux-1598e3f6e9d43318d5e06669ca260e898e7b68c2.tar.xz |
platform/x86/siemens: Kconfig: adjust help text
There was a copy and paste mistake where the module name was not
correct.
Fixes: 917f54340794 ("platform/x86: simatic-ipc: add CMOS battery monitoring")
Signed-off-by: Henning Schild <henning.schild@siemens.com>
Link: https://lore.kernel.org/r/20230725093113.9739-3-henning.schild@siemens.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | drivers/platform/x86/siemens/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/siemens/Kconfig b/drivers/platform/x86/siemens/Kconfig index 618790f132f7..1769621d5aec 100644 --- a/drivers/platform/x86/siemens/Kconfig +++ b/drivers/platform/x86/siemens/Kconfig @@ -60,4 +60,4 @@ config SIEMENS_SIMATIC_IPC_BATT_F7188X from Siemens based on Nuvoton GPIO. To compile this driver as a module, choose M here: the module - will be called simatic-ipc-batt-elkhartlake. + will be called simatic-ipc-batt-f7188x. |