From: Andrew Jones Date: Wed, 9 Jan 2013 12:53:24 +0000 (+0100) Subject: xen kconfig: fix select INPUT_XEN_KBDDEV_FRONTEND X-Git-Tag: v3.10-rc1~202^2~11 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=36c1132e34bda9605ff89648f085abaddf83cf3d;p=~emulex%2Finfiniband.git xen kconfig: fix select INPUT_XEN_KBDDEV_FRONTEND A randconfig compile test discovered that we can select INPUT_XEN_KBDDEV_FRONTEND without all of its dependencies being met. Fix this by adding the dependency to the select line. Signed-off-by: Andrew Jones Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 4c1546f71d5..09394657926 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -2277,7 +2277,7 @@ config XEN_FBDEV_FRONTEND select FB_SYS_IMAGEBLIT select FB_SYS_FOPS select FB_DEFERRED_IO - select INPUT_XEN_KBDDEV_FRONTEND + select INPUT_XEN_KBDDEV_FRONTEND if INPUT_MISC select XEN_XENBUS_FRONTEND default y help