commit | a1f9ee42b5a3a8be8027d1eb0bd4955cf70f695e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 11 10:05:42 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:13:41 2015 -0700 |
tree | 12e84a5736b88bcd7ef3c795da79dd6fc43f56ee | |
parent | e1a77bb70d5e4d05df3d4d59e80d92108d5c68d7 [diff] |
input: Add a Kconfig option for the i8042 keyboard Add a new option CONFIG_I8042_KEYB which will replace the current CONFIG_I8042_KBD. This new name fits better with existing drivers. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>