Re: [PATCH 1/3] samples: rust: select AUXILIARY_BUS instead of depending on it

2025-05-15 Thread Greg KH
On Thu, May 15, 2025 at 03:26:13PM +0900, Alexandre Courbot wrote: > CONFIG_AUXILIARY_BUS cannot be enabled explicitly, and unless we select > it we have no way to include it (and thus to enable the auxiliary driver > sample) unless a driver happens to do it for us. > > Signed-off-by: Alexandre Co

[PATCH 1/3] samples: rust: select AUXILIARY_BUS instead of depending on it

2025-05-14 Thread Alexandre Courbot
CONFIG_AUXILIARY_BUS cannot be enabled explicitly, and unless we select it we have no way to include it (and thus to enable the auxiliary driver sample) unless a driver happens to do it for us. Signed-off-by: Alexandre Courbot --- samples/rust/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 de