From fc20ee43d77f3dbfdf9f9394b670541b2efbd1e3 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Mon, 4 Dec 2017 12:43:19 -0800 Subject: mb/google/poppy: Add config option for camera ACPI support This change adds a new config option VARIANT_HAS_CAMERA_ACPI to allow variants to define ACPI tables for camera support. It also prevents boards that do not need this from unnecessarily providing dummy files for camera ACPI support. Change-Id: I91f8e407e0f021071eeadbde8c2695e2a6d69e06 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/22702 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/poppy/dsdt.asl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/poppy/dsdt.asl') diff --git a/src/mainboard/google/poppy/dsdt.asl b/src/mainboard/google/poppy/dsdt.asl index ec45247b08..a922d10f97 100644 --- a/src/mainboard/google/poppy/dsdt.asl +++ b/src/mainboard/google/poppy/dsdt.asl @@ -49,8 +49,10 @@ DefinitionBlock( } } +#if IS_ENABLED(CONFIG_VARIANT_HAS_CAMERA_ACPI) /* Camera */ #include +#endif /* Chrome OS specific */ #include -- cgit v1.2.3