[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] squash into 'build: convert HAS_VGA use to Kconfig'
Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx> --- xen/arch/x86/Kconfig | 1 - xen/drivers/video/Kconfig | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index b03d228..a42c149 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -9,7 +9,6 @@ config X86 select HAS_PASSTHROUGH select HAS_PCI select HAS_VGA - select HAS_VIDEO config ARCH_DEFCONFIG string diff --git a/xen/drivers/video/Kconfig b/xen/drivers/video/Kconfig index 6a7cafc..2b553d9 100644 --- a/xen/drivers/video/Kconfig +++ b/xen/drivers/video/Kconfig @@ -5,4 +5,5 @@ config HAS_VIDEO # Select HAS_VGA if VGA is supported config HAS_VGA - bool + bool + select HAS_VIDEO -- 2.4.10 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |