diff options
| author | Rosen Penev | 2025-07-20 23:45:48 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-27 16:22:31 +0000 |
| commit | 4f716eb43a5b68dc4effdfad64a453b87821dd1b (patch) | |
| tree | 911e289322c5746788b722afd9513c12262cfd01 | |
| parent | 4e92e34244c1ebd131edd315d7beb2d3baf6cbc4 (diff) | |
| download | openwrt-4f716eb43a5b68dc4effdfad64a453b87821dd1b.tar.gz | |
apm821xx: sata: refresh config
ran with make kernel_oldconfig
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19481
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/apm821xx/sata/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/apm821xx/sata/config-default b/target/linux/apm821xx/sata/config-default index 8cb55c1aca..772b7f5b93 100644 --- a/target/linux/apm821xx/sata/config-default +++ b/target/linux/apm821xx/sata/config-default @@ -1,3 +1,4 @@ +CONFIG_460EX=y CONFIG_APOLLO3G=y CONFIG_ATA=y CONFIG_BCM_NET_PHYLIB=y @@ -47,6 +48,7 @@ CONFIG_PM_SLEEP=y CONFIG_PM_WAKELOCKS=y CONFIG_PM_WAKELOCKS_GC=y CONFIG_PM_WAKELOCKS_LIMIT=100 +CONFIG_PPC4xx_CPM=y CONFIG_PPC_EARLY_DEBUG=y # CONFIG_PPC_EARLY_DEBUG_16550 is not set CONFIG_PPC_EARLY_DEBUG_44x=y |