Hello Julien,

On 27.07.18 14:27, Julien Grall wrote:
There are no need for duplication. You can instead do something like:

config ALL_64
    default (ALL && ARM_64)

config ALL_32
    default (ALL && ARM_32)

config MPSOC_PLATFORM
    bool
    default (ALL_64 || MPSOC)
Yep, but then "config ALL" should not select MPSOC_PLATFORM by itself.


--

*Andrii Anisov*


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to