aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm4908
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2022-08-17 22:45:11 +0200
committerRafał Miłecki <rafal@milecki.pl>2022-09-03 20:56:06 +0200
commit03c251ac1405c8787f4366f214119e1715ba2838 (patch)
tree007de437a527d094795e7295e271849ab1a33891 /target/linux/bcm4908
parent4efa0b70d54f1b1129051656628be452578f3fa4 (diff)
downloadupstream-03c251ac1405c8787f4366f214119e1715ba2838.tar.gz
upstream-03c251ac1405c8787f4366f214119e1715ba2838.tar.bz2
upstream-03c251ac1405c8787f4366f214119e1715ba2838.zip
bcm4908: enable NVMEM U-Boot env data driver
It's needed for devices with U-Boot bootloader. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> (cherry picked from commit fb47b9fa1aa760de58f1b43d9f3e654acf1f1671)
Diffstat (limited to 'target/linux/bcm4908')
-rw-r--r--target/linux/bcm4908/config-5.103
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/bcm4908/config-5.10 b/target/linux/bcm4908/config-5.10
index 5a277147dc..14766144f7 100644
--- a/target/linux/bcm4908/config-5.10
+++ b/target/linux/bcm4908/config-5.10
@@ -161,6 +161,9 @@ CONFIG_NET_FLOW_LIMIT=y
CONFIG_NET_SWITCHDEV=y
CONFIG_NO_IOPORT_MAP=y
CONFIG_NR_CPUS=4
+CONFIG_NVMEM=y
+CONFIG_NVMEM_SYSFS=y
+CONFIG_NVMEM_U_BOOT_ENV=y
CONFIG_OF=y
CONFIG_OF_ADDRESS=y
CONFIG_OF_EARLY_FLATTREE=y