diff options
| author | Mikhail Kshevetskiy <[email protected]> | 2025-11-01 03:44:45 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-07 16:00:58 -0600 |
| commit | ec0cd37f67bffa3e9729605ecedbb5aa093a5e30 (patch) | |
| tree | c71aa0f104fbf9c22dde2178a2f4e0e7429d149b | |
| parent | 1a267cbc0d73dc66dc45d4a87e8258b6deef7670 (diff) | |
airoha/an7581: add CONFIG_TARGET_AN7581=y to the defconfig
This is required because airoha/en7523 will be added with the following
patches. Without this line config for en7523 will be created instead of
an7581.
Signed-off-by: Mikhail Kshevetskiy <[email protected]>
| -rw-r--r-- | configs/an7581_evb_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/an7581_evb_defconfig b/configs/an7581_evb_defconfig index baa3fc3f5de..73af30cd693 100644 --- a/configs/an7581_evb_defconfig +++ b/configs/an7581_evb_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_AIROHA=y +CONFIG_TARGET_AN7581=y CONFIG_TEXT_BASE=0x81E00000 CONFIG_SYS_MALLOC_F_LEN=0x4000 CONFIG_NR_DRAM_BANKS=1 |
