From 2a26cb51fe7a08a932951e4b616b74b8df39a4e6 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 21 Feb 2021 23:41:53 +0100 Subject: ath79: enable Regulator support for target Regulator support was enabled on all subtargets except for ath79-nand. With Kernel 5.10, AT803x requires Regulator support, thus enabling on the complete target, as ath79-nand requires AT803x. While this is only required on Kernel 5.10, enable it also on 5.4. We have no major size-constraint, so enabling it on 5.4 allows us to clean up the occurences in the subtarget configuration. Signed-off-by: David Bauer --- target/linux/ath79/generic/config-default | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ath79/generic') diff --git a/target/linux/ath79/generic/config-default b/target/linux/ath79/generic/config-default index d9a52af7a0..0ac756642f 100644 --- a/target/linux/ath79/generic/config-default +++ b/target/linux/ath79/generic/config-default @@ -18,7 +18,6 @@ CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MTD_SPLIT_EVA_FW=y CONFIG_PHY_AR7100_USB=y CONFIG_PHY_AR7200_USB=y -CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_RTL8366RB_PHY=y CONFIG_RTL8366S_PHY=y -- cgit v1.2.3