Re: [PATCH v4 1/4] hw/core: Add config stream

2023-12-17 Thread Alistair Francis
On Wed, Nov 22, 2023 at 3:36 PM Ethan Chen via wrote: > > Make other device can use /hw/core/stream.c by select this config. Ensure other devices can use /hw/core/stream.c by selecting this config. > > Signed-off-by: Ethan Chen Otherwise: Reviewed-by: Alistair Francis Alistair > --- > hw/

[PATCH v4 1/4] hw/core: Add config stream

2023-11-21 Thread Ethan Chen via
Make other device can use /hw/core/stream.c by select this config. Signed-off-by: Ethan Chen --- hw/Kconfig | 1 + hw/core/Kconfig | 3 +++ hw/core/meson.build | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hw/Kconfig b/hw/Kconfig index 9ca7b38c31..e4d153dce7