On 11/26/24 05:05, Jan Beulich wrote:
On 26.11.2024 11:03, Jan Beulich wrote:
On 23.11.2024 19:20, Daniel P. Smith wrote:
--- a/xen/common/Kconfig
+++ b/xen/common/Kconfig
@@ -53,8 +53,12 @@ config HAS_ALTERNATIVE
config HAS_COMPAT
bool
+config LIB_DEVICE_TREE
+ bool
Nit: Indentation is wrong here and ...
config HAS_DEVICE_TREE
bool
+ select LIB_DEVICE_TREE
... here.
Oh, and - please don't put LIB_DEVICE_TREE in the middle of (sorted) HAS_*.
It wants to move past them, before MEM_*.
ack.
v/r,
dps