summaryrefslogtreecommitdiff
path: root/extra/rma_reset/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rma_reset/board.h')
-rw-r--r--extra/rma_reset/board.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/rma_reset/board.h b/extra/rma_reset/board.h
new file mode 100644
index 0000000000..f969ad0c56
--- /dev/null
+++ b/extra/rma_reset/board.h
@@ -0,0 +1,11 @@
+/* Copyright 2017 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.
+ */
+
+#ifndef __CROS_EC_BOARD_H
+#define __CROS_EC_BOARD_H
+
+#define CONFIG_RNG
+
+#endif /* __CROS_EC_BOARD_H */