diff options
author | Henning Schild <[email protected]> | 2023-07-25 11:31:13 +0200 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2023-07-31 13:13:56 +0200 |
commit | 1598e3f6e9d43318d5e06669ca260e898e7b68c2 (patch) | |
tree | 9ea54251ef9d0221424e552ad3ee014fe434c2c0 | |
parent | d0563dd3345f7d6feb950204a3480f169d93a659 (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
-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. |