summaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Kconfig
diff options
context:
space:
mode:
authorPandya, Varshit B <varshit.b.pandya@intel.com>2020-04-17 12:12:34 +0530
committerPatrick Georgi <pgeorgi@google.com>2020-05-01 06:13:57 +0000
commita02bf7468a5bb22f47be2aaf6186f2c835710fbc (patch)
tree0c736d1471183b0e6410b41c881c81eed055fc8e /src/mainboard/google/dedede/Kconfig
parent3c3a760513ac1b324051ab943f89d982a3105816 (diff)
downloadcoreboot-a02bf7468a5bb22f47be2aaf6186f2c835710fbc.tar.xz
mb/google/dedede: Enable camera support for waddledoo
BUG=None BRANCH=None TEST=Build and Boot waddledoo board and able to capture image using world facing camera. Change-Id: I51dcf96a82535fc1e0b9247fd52af919885575e5 Signed-off-by: Pandya, Varshit B <varshit.b.pandya@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40476 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/Kconfig')
-rw-r--r--src/mainboard/google/dedede/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig
index 37439084c0..85dbc38ea4 100644
--- a/src/mainboard/google/dedede/Kconfig
+++ b/src/mainboard/google/dedede/Kconfig
@@ -80,4 +80,10 @@ config VARIANT_DIR
default "waddledee" if BOARD_GOOGLE_WADDLEDEE
default "wheelie" if BOARD_GOOGLE_WHEELIE
+config VARIANT_HAS_CAMERA_ACPI
+ bool
+ default n
+ help
+ Select this option to enable camera ACPI support on the variant.
+
endif #BOARD_GOOGLE_BASEBOARD_DEDEDE