diff options
-rw-r--r-- | target/linux/sunxi/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/sunxi/cortexa7/config-4.19 | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/config-4.19 b/target/linux/sunxi/config-4.19 index 7ae1c9f71e..c684c04e17 100644 --- a/target/linux/sunxi/config-4.19 +++ b/target/linux/sunxi/config-4.19 @@ -477,6 +477,7 @@ CONFIG_REGULATOR=y CONFIG_REGULATOR_AXP20X=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y +CONFIG_REGULATOR_SY8106A=y CONFIG_RELAY=y CONFIG_RESET_CONTROLLER=y CONFIG_RESET_SIMPLE=y diff --git a/target/linux/sunxi/cortexa7/config-4.19 b/target/linux/sunxi/cortexa7/config-4.19 index aa9f1825b4..ff9a1a8e3e 100644 --- a/target/linux/sunxi/cortexa7/config-4.19 +++ b/target/linux/sunxi/cortexa7/config-4.19 @@ -2,4 +2,3 @@ CONFIG_DWMAC_SUN8I=y # CONFIG_MACH_SUN4I is not set # CONFIG_MACH_SUN5I is not set CONFIG_MDIO_BUS_MUX=y -CONFIG_REGULATOR_SY8106A=y |