diff options
-rw-r--r-- | drivers/input/Kconfig | 1 | ||||
-rw-r--r-- | drivers/video/Kconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index cd50c00ab20f..b8e0424d0f8a 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig | |||
@@ -153,6 +153,7 @@ config XEN_KBDDEV_FRONTEND | |||
153 | tristate "Xen virtual keyboard and mouse support" | 153 | tristate "Xen virtual keyboard and mouse support" |
154 | depends on XEN_FBDEV_FRONTEND | 154 | depends on XEN_FBDEV_FRONTEND |
155 | default y | 155 | default y |
156 | select XEN_XENBUS_FRONTEND | ||
156 | help | 157 | help |
157 | This driver implements the front-end of the Xen virtual | 158 | This driver implements the front-end of the Xen virtual |
158 | keyboard and mouse device driver. It communicates with a back-end | 159 | keyboard and mouse device driver. It communicates with a back-end |
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3b54b3940178..1b332d182a68 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2070,6 +2070,7 @@ config XEN_FBDEV_FRONTEND | |||
2070 | select FB_SYS_IMAGEBLIT | 2070 | select FB_SYS_IMAGEBLIT |
2071 | select FB_SYS_FOPS | 2071 | select FB_SYS_FOPS |
2072 | select FB_DEFERRED_IO | 2072 | select FB_DEFERRED_IO |
2073 | select XEN_XENBUS_FRONTEND | ||
2073 | default y | 2074 | default y |
2074 | help | 2075 | help |
2075 | This driver implements the front-end of the Xen virtual | 2076 | This driver implements the front-end of the Xen virtual |