summaryrefslogtreecommitdiff
path: root/firmware/adaptec
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2015-08-20 00:20:45 +0300
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-08-20 00:24:36 +0300
commit95ecdc2549ccc1f4f5af1f37c080120c2f0a1be3 (patch)
tree52e56ee47a9debf63ce020fa5f3d9197f5ea055f /firmware/adaptec
parentefe3b616f88caa95dbe8636f4d0b3dcefca962bb (diff)
downloadlinux-95ecdc2549ccc1f4f5af1f37c080120c2f0a1be3.tar.xz
Input: cros_ec_keyb - replace KEYBOARD_CROS_EC dependency
The ChromeOS EC keyboard driver config depends on CROS_EC_PROTO but MFD_CROS_EC selects CROS_EC_PROTO instead. Mixing select and depends on is bad practice as it may lead to circular Kconfig dependencies. Since the platform device that is matched with the keyboard driver is registered by the ChromeOS EC mfd driver, KEYBOARD_CROS_EC really should depend on MFD_CROS_EC. And because this config option selects CROS_EC_PROTO, that dependency is met as well. So make the driver to depend on MFD_CROS_EC instead of CROS_EC_PROTO. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'firmware/adaptec')
0 files changed, 0 insertions, 0 deletions