diff options
| author | Zoltan HERPAI | 2025-08-11 16:58:20 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-09-08 20:35:39 +0000 |
| commit | cd394b420aaeb3158a2276d202980ef36ed4b559 (patch) | |
| tree | f6fb7663f6a91d7124d7859dbfcd5848c2c35253 | |
| parent | 9fae84ecc980bcb1c97fb99326853e8d78f866ef (diff) | |
| download | openwrt-cd394b420aaeb3158a2276d202980ef36ed4b559.tar.gz | |
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 <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/sunxi/config-6.12 | 1 | ||||
| -rw-r--r-- | target/linux/sunxi/cortexa53/config-6.12 | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/config-6.12 b/target/linux/sunxi/config-6.12 index 09e144987b..a13526650a 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 824817f7f4..8f3214f0ea 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 |