From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel De Graaf Subject: Re: [PATCH 2/2] xen: convert XSM_ENABLE to Kconfig Date: Mon, 4 Jan 2016 15:47:06 -0500 Message-ID: <568ADA4A.308@tycho.nsa.gov> References: <1450759603-24249-1-git-send-email-cardoe@cardoe.com> <1450819607-3763-1-git-send-email-cardoe@cardoe.com> <1450819607-3763-2-git-send-email-cardoe@cardoe.com> <568ACF88.1060607@tycho.nsa.gov> <568AD71A.8000105@cardoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <568AD71A.8000105@cardoe.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Doug Goldstein , xen-devel@lists.xen.org Cc: Andrew Cooper , Keir Fraser , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 04/01/16 15:33, Doug Goldstein wrote: > On 1/4/16 2:01 PM, Daniel De Graaf wrote: >> On 22/12/15 16:26, Doug Goldstein wrote: >>> Converts the existing XSM_ENABLE flag from Config.mk to CONFIG_XSM >>> within Kconfig. This also re-adds the dependency of CONFIG_FLASK on >>> CONFIG_XSM. >>> >>> CC: Keir Fraser >>> CC: Jan Beulich >>> CC: Andrew Cooper >>> Signed-off-by: Doug Goldstein >> >> The dependencies for LATE_HWDOM are backwards: it is an optional X86-only >> feature (which probably should be off by default) that depends on XSM to >> work properly. > > Currently its always enabled if XSM_ENABLE is set. But if you are > comfortable I'll tweak the patch to make this adjustable. Are you ok > keeping your Ack-by as well? Yes; Acked-by: Daniel De Graaf