[PATCH 1/1] sound: enable building DA7219 driver with ACPIGEN=n

2022-06-12 Thread Heinrich Schuchardt
sandbox_defconfig builds the DA7219 driver. It should be possible to build the sandbox without ACPI support. ACPI support in the DA7219 driver is only needed when creating an ACPI table. Fix building with ACPIGEN=n. Fixes: 0324b7123e22 ("sound: Add an ACPI driver for Dialog Semicondutor da7219")

Re: [PATCH 1/1] sound: enable building DA7219 driver with ACPIGEN=n

2022-07-08 Thread Tom Rini
On Sun, Jun 12, 2022 at 01:15:34PM +, Heinrich Schuchardt wrote: > sandbox_defconfig builds the DA7219 driver. It should be possible to > build the sandbox without ACPI support. > > ACPI support in the DA7219 driver is only needed when creating an ACPI > table. Fix building with ACPIGEN=n. >