diff options
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/ath79/config-5.4 | 1 | ||||
-rw-r--r-- | target/linux/ath79/generic/config-default | 1 | ||||
-rw-r--r-- | target/linux/ath79/mikrotik/config-default | 1 | ||||
-rw-r--r-- | target/linux/ath79/tiny/config-default | 1 |
5 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/ath79/config-5.10 b/target/linux/ath79/config-5.10 index 4ea93d0837..48ed6c7300 100644 --- a/target/linux/ath79/config-5.10 +++ b/target/linux/ath79/config-5.10 @@ -162,6 +162,7 @@ CONFIG_PINCTRL=y CONFIG_RATIONAL=y CONFIG_REGMAP=y CONFIG_REGMAP_MMIO=y +CONFIG_REGULATOR=y CONFIG_RESET_ATH79=y CONFIG_RESET_CONTROLLER=y CONFIG_SERIAL_8250_NR_UARTS=1 diff --git a/target/linux/ath79/config-5.4 b/target/linux/ath79/config-5.4 index 25c3a08e69..b39d5ec964 100644 --- a/target/linux/ath79/config-5.4 +++ b/target/linux/ath79/config-5.4 @@ -211,6 +211,7 @@ CONFIG_PINCTRL=y CONFIG_RATIONAL=y CONFIG_REGMAP=y CONFIG_REGMAP_MMIO=y +CONFIG_REGULATOR=y CONFIG_RESET_ATH79=y CONFIG_RESET_CONTROLLER=y CONFIG_SERIAL_8250_NR_UARTS=1 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 diff --git a/target/linux/ath79/mikrotik/config-default b/target/linux/ath79/mikrotik/config-default index f713fc36cf..c70ae75b01 100644 --- a/target/linux/ath79/mikrotik/config-default +++ b/target/linux/ath79/mikrotik/config-default @@ -28,7 +28,6 @@ CONFIG_NET_SWITCHDEV=y CONFIG_PCI_AR71XX=y CONFIG_PHY_AR7100_USB=y CONFIG_PHY_AR7200_USB=y -CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_SPI_RB4XX=y CONFIG_UBIFS_FS=y diff --git a/target/linux/ath79/tiny/config-default b/target/linux/ath79/tiny/config-default index 42243cfc48..fbf08eb066 100644 --- a/target/linux/ath79/tiny/config-default +++ b/target/linux/ath79/tiny/config-default @@ -9,5 +9,4 @@ CONFIG_NET_SWITCHDEV=y CONFIG_PHYLINK=y CONFIG_PHY_AR7100_USB=y CONFIG_PHY_AR7200_USB=y -CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y |