diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-08-17 22:45:11 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2022-08-17 22:46:19 +0200 |
commit | fb47b9fa1aa760de58f1b43d9f3e654acf1f1671 (patch) | |
tree | cc4c66447e68aa1d4af0f4139738c6c94baf1f54 /target/linux/bcm4908 | |
parent | d79048e9e54e9171815f5dc719af71d6b75fbc01 (diff) | |
download | openwrt-fb47b9fa1aa760de58f1b43d9f3e654acf1f1671.tar.gz openwrt-fb47b9fa1aa760de58f1b43d9f3e654acf1f1671.tar.bz2 openwrt-fb47b9fa1aa760de58f1b43d9f3e654acf1f1671.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>
Diffstat (limited to 'target/linux/bcm4908')
-rw-r--r-- | target/linux/bcm4908/config-5.10 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/bcm4908/config-5.10 b/target/linux/bcm4908/config-5.10 index 3246b42168..866fbaf105 100644 --- a/target/linux/bcm4908/config-5.10 +++ b/target/linux/bcm4908/config-5.10 @@ -160,6 +160,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 |