Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <enric.balletbo@collabora.com>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Signed-off-by: Benson Leung <bleung@chromium.org>

authored by

Enric Balletbo i Serra and committed by
Benson Leung
413c9446 23c70641

+1 -1
+1 -1
drivers/input/keyboard/Kconfig
··· 721 721 help 722 722 Say Y here to enable the matrix keyboard used by ChromeOS devices 723 723 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. 725 725 726 726 To compile this driver as a module, choose M here: the 727 727 module will be called cros_ec_keyb.