summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Habibulla <moch@google.com>2016-05-06 21:12:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-05-06 21:12:51 +0000
commitd105c6f6264120bd113d03d0dd27c86674bf5558 (patch)
treeff10b11844e77bc89118ba7445dfc02681377884
parent9b390fdb193796442069d567dfb4499bc1b2c78d (diff)
parente131c91e914723ce4bc73a72289c78fcb4804f25 (diff)
downloadedison-d105c6f6264120bd113d03d0dd27c86674bf5558.tar.gz
Merge "Reland "use HW Keystore""
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 1dfae99..c5a8440 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -27,6 +27,8 @@ $(call add_peripheral, intel, light/mraa)
$(call add_peripheral, intel, audio/generic/usb)
# Add sensor support
$(call add_peripheral, intel, sensors/mraa)
+# Add HW Keystore support
+$(call add_peripheral, intel, keystore/chaabi/src)
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
BOARD_USERDATAIMAGE_PARTITION_SIZE := 536870912