ath79: tiny: enable NVMEM u-boot-env driver
authorShiji Yang <yangshiji66@qq.com>
Tue, 19 Mar 2024 13:25:52 +0000 (21:25 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 30 Mar 2024 00:04:17 +0000 (01:04 +0100)
The upcoming D-Link devices to the tiny sub-target require it to
parse the u-env MAC address. The kernel size will increase by
about 1 KiB.

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
target/linux/ath79/tiny/config-default

index df7e6628274d7970ce6a21bcddd561bb74a7424d..3fb83dd8e15458a4ab01a8e4dacd42ce9885bd24 100644 (file)
@@ -6,6 +6,8 @@ CONFIG_NET_DSA=y
 CONFIG_NET_DSA_MV88E6060=y
 CONFIG_NET_DSA_TAG_TRAILER=y
 CONFIG_NET_SWITCHDEV=y
+CONFIG_NVMEM_SYSFS=y
+CONFIG_NVMEM_U_BOOT_ENV=y
 CONFIG_PHYLINK=y
 CONFIG_PHY_AR7100_USB=y
 CONFIG_PHY_AR7200_USB=y