commit | f765a2a765285e04bce737b38183aca9c8b28711 | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Tue May 10 17:26:01 2022 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun May 15 10:03:38 2022 +0000 |
tree | 6dc9cc2f4563dd06470258746d0415e1bf91a330 | |
parent | d31a86718129ec499ca64385a15dbe45c7328f03 [diff] [blame] |
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