[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] drm/xen: adjust Kconfig


  • To: Jan Beulich <jbeulich@xxxxxxxx>
  • From: Oleksandr Andrushchenko <Oleksandr_Andrushchenko@xxxxxxxx>
  • Date: Wed, 24 Feb 2021 06:48:30 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=N37LfyqeB/Y7Hov9jr3gImj5owT3IzbTNE6qWyTXww4=; b=E664vYgd02Fte/UoAZsMysx5Z2CvsI9eSnNCN462ughM2Cs0VVvZIeaKaJK3sekYfccebw/JDezVO+PJxaTa+NAk3kj5p0lXSRSOpCMZE4L1StFFNjLXHqKyoHml5vO+NmG7cG05W13E799azFfPEDmcWiwKqkL0K5TtDo7aPlnrYmcku9UkjhdozrTRPYexAxLTazff7hDv3q+Gc4qWg5266DHQVTXhsqpFyP2HtXYuygKqz5jaIznHBYX9ELcs3SBnfpZBonJWju8OqQ9wWQ7a6gxsTzWb/pxYb9CkYKKo80kzkBtYK81dVaKWk7rE88rcdM3rEMbgznbFf/tMug==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PlRE1MUzd9854R8VT8Wbfkwlp5SrQY54nSCqIhFID6bM8p2gbPJJkNAxQaU+nSRfXABol3tNxgx/WIIvNumm75WnN2yIJCCxwNyD1FYyoXSvYMgCMM/B8wcUB8evQV1AApPnUil6kXEdMZpHthMT8wLhxjvexUeUaNjO2ej0q7rHj7MRM6r16QzkQ1GnherrLA7iJ/9nv771SwjKFfMNG9WhF0fD/sr1gPOaeSCRFzW9SqZjhK4m/zUAnarydj7hKe4twQjhiTrzPEQ1JpFQWMY25XNabvvAeHi4kn6VYYpXYImid2LAxywKfKiq/drspTIi2bKNStDIm4chBn0wsQ==
  • Authentication-results: suse.com; dkim=none (message not signed) header.d=none;suse.com; dmarc=none action=none header.from=epam.com;
  • Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, "dri-devel@xxxxxxxxxxxxxxxxxxxxx" <dri-devel@xxxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Wed, 24 Feb 2021 06:48:57 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Thread-index: AQHXCgKuZuE2hAvl4Eu58Fslz5uDM6pm3hiA
  • Thread-topic: [PATCH] drm/xen: adjust Kconfig

Hello, Jan!

On 2/23/21 6:41 PM, Jan Beulich wrote:
> By having selected DRM_XEN, I was assuming I would build the frontend
> driver. As it turns out this is a dummy option, and I have really not
> been building this (because I had DRM disabled). Make it a promptless
> one, moving the "depends on" to the other, real option, and "select"ing
> the dummy one.
>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@xxxxxxxx>
> --- a/drivers/gpu/drm/xen/Kconfig
> +++ b/drivers/gpu/drm/xen/Kconfig
> @@ -1,15 +1,11 @@
>   # SPDX-License-Identifier: GPL-2.0-only
>   config DRM_XEN
> -     bool "DRM Support for Xen guest OS"
> -     depends on XEN
> -     help
> -       Choose this option if you want to enable DRM support
> -       for Xen.
> +     bool
>   
>   config DRM_XEN_FRONTEND
>       tristate "Para-virtualized frontend driver for Xen guest OS"
> -     depends on DRM_XEN
> -     depends on DRM
> +     depends on XEN && DRM
> +     select DRM_XEN
>       select DRM_KMS_HELPER
>       select VIDEOMODE_HELPERS
>       select XEN_XENBUS_FRONTEND

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.