meta-bletchley: kernel: enable regulator configuration

Ebable regulator configuration

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I7a3a8caa11182ff0daac4e9c650b2a183dd2eed8
diff --git a/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg b/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg
index 1c7f404..d90526e 100644
--- a/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg
+++ b/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg
@@ -32,4 +32,7 @@
 CONFIG_SENSORS_INA2XX=y
 # USB EHCI
 CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_EHCI_HCD_PLATFORM=y
\ No newline at end of file
+CONFIG_USB_EHCI_HCD_PLATFORM=y
+# REGULATOR
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_FIXED_VOLTAGE=y
\ No newline at end of file