diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2009-10-08 13:23:08 -0400 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | 2009-10-08 14:55:18 -0400 |
commit | ba69ea42f8ba8286cbe0e939bd1ce781b7905b84 (patch) | |
tree | 6b1d765aa10b2a32ab9e02eb39674a40167ade6d /drivers/video/Kconfig | |
parent | 74fca6a42863ffacaf7ba6f1936a9f228950f657 (diff) |
Fix toogle whether xenbus driver should be built as module or part of kernel.
The "select" statement in the Kconfig ensures that all other users
of the xenbus will have the same dependency.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |