diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2018-07-02 12:22:01 +0200 |
---|---|---|
committer | Benson Leung <bleung@chromium.org> | 2018-07-03 12:40:44 -0700 |
commit | 413c94469a9db26ac4e1d16bf8de0248de93e2d8 (patch) | |
tree | ee3d3b1bb5ecc3cd6dc2b795dea24e49dac478cc /drivers/input/keyboard | |
parent | 23c706416a1a3ee84341093216c699437ef5401a (diff) | |
download | talos-obmc-linux-413c94469a9db26ac4e1d16bf8de0248de93e2d8.tar.gz talos-obmc-linux-413c94469a9db26ac4e1d16bf8de0248de93e2d8.zip |
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>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 6bd97ffee761..4713957b0cbb 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -721,7 +721,7 @@ config KEYBOARD_CROS_EC help Say Y here to enable the matrix keyboard used by ChromeOS devices and implemented on the ChromeOS EC. You must enable one bus option - (MFD_CROS_EC_I2C or MFD_CROS_EC_SPI) to use this. + (CROS_EC_I2C or CROS_EC_SPI) to use this. To compile this driver as a module, choose M here: the module will be called cros_ec_keyb. |