aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/sama_trng.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/sama_trng.h b/os/hal/ports/SAMA/SAMA5D2x/sama_trng.h
index 4eed31160..ba9ab34a9 100644
--- a/os/hal/ports/SAMA/SAMA5D2x/sama_trng.h
+++ b/os/hal/ports/SAMA/SAMA5D2x/sama_trng.h
@@ -25,6 +25,13 @@
#ifndef SAMA_TRNG_LLD_H
#define SAMA_TRNG_LLD_H
+/**
+ * @brief Using the TRNG driver.
+ */
+#if !defined(HAL_USE_TRNG) || defined(__DOXYGEN__)
+#define HAL_USE_TRNG FALSE
+#endif
+
#if (HAL_USE_TRNG) || defined(__DOXYGEN__)
/*===========================================================================*/