Re: [Xen-devel] [PATCH 1/2] xen: convert FLASK_ENABLE to Kconfig

2016-01-04 Thread Daniel De Graaf
On 22/12/15 16:26, Doug Goldstein wrote: Converts the Config.mk option of FLASK_ENABLE into a Kconfig option for the hypervisor called CONFIG_FLASK. This commit knowingly breaks the dependent relationship on XSM_ENABLE which is addressed when XSM_ENABLE is converted to Kconfig. Signed-off-by: Do

[Xen-devel] [PATCH 1/2] xen: convert FLASK_ENABLE to Kconfig

2015-12-22 Thread Doug Goldstein
Converts the Config.mk option of FLASK_ENABLE into a Kconfig option for the hypervisor called CONFIG_FLASK. This commit knowingly breaks the dependent relationship on XSM_ENABLE which is addressed when XSM_ENABLE is converted to Kconfig. CC: Daniel De Graaf Signed-off-by: Doug Goldstein --- Con