From: Zoltan HERPAI Date: Mon, 11 Aug 2025 16:58:20 +0000 (+0200) Subject: sunxi: enable at24 support X-Git-Tag: v25.12.0-rc1~1345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd394b420aaeb3158a2276d202980ef36ed4b559;p=thirdparty%2Fopenwrt.git sunxi: enable at24 support Certain boards have an at24(-compatible) EEPROM for storing various parameters like MAC addresses. Enable support for this hardware across the whole target. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/sunxi/config-6.12 b/target/linux/sunxi/config-6.12 index 09e144987bc..a13526650ad 100644 --- a/target/linux/sunxi/config-6.12 +++ b/target/linux/sunxi/config-6.12 @@ -157,6 +157,7 @@ CONFIG_DWMAC_SUNXI=y CONFIG_DYNAMIC_DEBUG=y CONFIG_EDAC_ATOMIC_SCRUB=y CONFIG_EDAC_SUPPORT=y +CONFIG_EEPROM_AT24=y CONFIG_ELF_CORE=y CONFIG_EXT4_FS=y CONFIG_EXTCON=y diff --git a/target/linux/sunxi/cortexa53/config-6.12 b/target/linux/sunxi/cortexa53/config-6.12 index 824817f7f41..8f3214f0ea2 100644 --- a/target/linux/sunxi/cortexa53/config-6.12 +++ b/target/linux/sunxi/cortexa53/config-6.12 @@ -47,7 +47,6 @@ CONFIG_CRYPTO_SIMD=y # CONFIG_CRYPTO_SM4_ARM64_NEON_BLK is not set CONFIG_DMA_DIRECT_REMAP=y CONFIG_DWMAC_SUN8I=y -CONFIG_EEPROM_AT24=y CONFIG_FRAME_POINTER=y CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y CONFIG_GENERIC_CSUM=y