From d7f28da71e37aa8c36e1582015dfdbe2c76504c2 Mon Sep 17 00:00:00 2001
From: Marc Bonnici <marc.bonnici@arm.com>
Date: Tue, 13 Feb 2018 15:01:40 +0000
Subject: [PATCH] configuration/core: Add missing description to doc string

---
 wa/framework/configuration/core.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py
index b711b9a0..cb5abfba 100644
--- a/wa/framework/configuration/core.py
+++ b/wa/framework/configuration/core.py
@@ -728,6 +728,10 @@ class RunConfiguration(Configuration):
             This defines when during execution of a run the Device will be
             rebooted. The possible values are:
 
+            ``"as_needed"``
+                The device will only be rebooted if the need arises (e.g. if it
+                becomes unresponsive.
+
             ``"never"``
                 The device will never be rebooted.