Skip to content

Commit 413c944

Browse files
Enric Balletbo i Serrableungatchromium
authored andcommitted
Input: keyboard: Fix ChromeOS EC keyboard help message.
The cros-ec I2C and SPI transport drivers have been moved from MFD subsystem to platform/chrome, at the same time, the config symbol has been renamed and lost the MFD_ prefix So, update the help message accordingly. Signed-off-by: Enric Balletbo i Serra <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Signed-off-by: Benson Leung <[email protected]>
1 parent 23c7064 commit 413c944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/input/keyboard/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ config KEYBOARD_CROS_EC
721721
help
722722
Say Y here to enable the matrix keyboard used by ChromeOS devices
723723
and implemented on the ChromeOS EC. You must enable one bus option
724-
(MFD_CROS_EC_I2C or MFD_CROS_EC_SPI) to use this.
724+
(CROS_EC_I2C or CROS_EC_SPI) to use this.
725725

726726
To compile this driver as a module, choose M here: the
727727
module will be called cros_ec_keyb.

0 commit comments

Comments
 (0)