summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2021-12-16 18:04:21 +0800
committerCommit Bot <commit-bot@chromium.org>2021-12-16 16:56:23 +0000
commitb773ff9c35a6b672c0c996feb769bc16cb6fb586 (patch)
treebbf25599ffba4ea2705b9bed85c32816baea2328
parent28ceff1f7b9294d49dea37396229fca0644e5216 (diff)
downloadchrome-ec-b773ff9c35a6b672c0c996feb769bc16cb6fb586.tar.gz
zephyr: Kconfig: add copyright header
Presubmit script complains about missing copyright header. BUG=none TEST=1) `find zephyr -name '*Kconfig*' | xargs ag -L 'Copyright'` make sure all Kconfig files has the word Copyright 2) presubmit pass BRANCH=none Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: Iacb6cf49afe4ac567f1e158720900cdaf5bbb1b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3344866 Tested-by: Ting Shen <phoenixshen@chromium.org> Auto-Submit: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Wai-Hong Tam <waihong@google.com>
-rw-r--r--zephyr/app/ec/soc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/app/ec/soc/Kconfig b/zephyr/app/ec/soc/Kconfig
index d7befb39b7..efb9ab9949 100644
--- a/zephyr/app/ec/soc/Kconfig
+++ b/zephyr/app/ec/soc/Kconfig
@@ -1,3 +1,7 @@
+# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
menuconfig AP
bool "Enable AP SoC support code"
default y