summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 1efc6a730c..3a122e1894 100644
--- a/README
+++ b/README
@@ -65,3 +65,10 @@ Build Options
Define this to call configure_board_late() after initial system init
is complete (and after GPIOs are set up).
+
+- CONFIG_AC_POWER_STATUS
+
+ Monitor the state of the AC power input and drive out a GPIO to
+ the AP indicating this state. The GPIO will be driven low when
+ AC power is not connected, and high when it is connected. This
+ uses GPIO_AC_STATUS for this purpose.