config: Zaius: Add FSI mux selector GPIO

Add CRONUS_SEL to Zaius.py so it can be driven high (selects the BMC for
FSI).

Signed-off-by: Xo Wang <xow@google.com>
Change-Id: I13da51f63872e37ccc963967f3bfb8135c0a6b38
diff --git a/configs/Zaius.py b/configs/Zaius.py
index 22d446c..bb70846 100644
--- a/configs/Zaius.py
+++ b/configs/Zaius.py
@@ -288,6 +288,8 @@
         {'gpio_pin': 'AA0', 'direction': 'out'}
 GPIO_CONFIG['FSI_ENABLE'] = \
         {'gpio_pin': 'D0', 'direction': 'out'}
+GPIO_CONFIG['CRONUS_SEL'] = \
+        {'gpio_pin': 'P6', 'direction': 'out'}
 # FIXME: net name is FP_PWR_BTN_N in schematic
 GPIO_CONFIG['POWER_BUTTON'] = \
         {'gpio_pin': 'I3', 'direction': 'both'}