[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] common: Drop unneeded Arm dependency for static-evtchn
commit 4d62fe057f6020aab810ba41f721d7be80657750 Author: Michal Orzel <michal.orzel@xxxxxxx> AuthorDate: Tue Jun 3 12:03:26 2025 +0200 Commit: Michal Orzel <michal.orzel@xxxxxxx> CommitDate: Wed Jun 4 09:02:21 2025 +0200 common: Drop unneeded Arm dependency for static-evtchn DOM0LESS_BOOT is sufficient (only Arm selects it today). If needed, proper arch dependency can be introduced while adding support for it for another architecture. Suggested-by: Jan Beulich <jbeulich@xxxxxxxx> Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/Kconfig b/xen/common/Kconfig index 0951d4c2f2..7ecf5a8031 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -164,7 +164,7 @@ config STATIC_MEMORY config STATIC_EVTCHN bool "Static event channel support on a dom0less system" - depends on DOM0LESS_BOOT && ARM + depends on DOM0LESS_BOOT default y help This option enables establishing static event channel communication -- generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |