mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
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>
This commit is contained in:
parent
9fae84ecc9
commit
cd394b420a
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue