Skip to content

Commit

Permalink
apm821xx: move CONFIG_REGULATOR to target config
Browse files Browse the repository at this point in the history
This moves CONFIG_REGULATOR to the target config instead of the
subtarget config.

For kernel 5.10, CONFIG_AT803X_PHY depends on CONFIG_REGULATOR.
As we do not have a size constraint, move this symbol to the
target configuration for kernel 5.4 as well as 5.10.

Reported-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: David Bauer <mail@david-bauer.net>
  • Loading branch information
blocktrron committed Jun 13, 2021
1 parent c44cefc commit 52ee96c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions target/linux/apm821xx/config-5.10
Expand Up @@ -250,6 +250,7 @@ CONFIG_PTE_64BIT=y
# CONFIG_RAINIER is not set
CONFIG_RAS=y
CONFIG_RATIONAL=y
CONFIG_REGULATOR=y
CONFIG_RSEQ=y
# CONFIG_SAM440EP is not set
# CONFIG_SCOM_DEBUGFS is not set
Expand Down
1 change: 1 addition & 0 deletions target/linux/apm821xx/config-5.4
Expand Up @@ -304,6 +304,7 @@ CONFIG_PPC_WERROR=y
CONFIG_PTE_64BIT=y
# CONFIG_RAINIER is not set
CONFIG_RAS=y
CONFIG_REGULATOR=y
CONFIG_RSEQ=y
# CONFIG_SAM440EP is not set
# CONFIG_SCOM_DEBUGFS is not set
Expand Down
1 change: 0 additions & 1 deletion target/linux/apm821xx/sata/config-default
Expand Up @@ -40,5 +40,4 @@ CONFIG_PPC_EARLY_DEBUG_44x=y
# CONFIG_PPC_EARLY_DEBUG_MEMCONS is not set
CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x4
CONFIG_PPC_EARLY_DEBUG_44x_PHYSLOW=0xef600300
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y

0 comments on commit 52ee96c

Please sign in to comment.