diff options
author | Chris Packham <judge.packham@gmail.com> | 2024-11-22 13:30:21 +1300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2024-11-26 13:20:03 +0100 |
commit | f337b5aaad88a2fbb47a3c3350125807c10ec56a (patch) | |
tree | 81b8290d1680f4b96491324c0c74550757ec2882 | |
parent | c6b17af14227f5d3d9678b2e98163acd852e7b73 (diff) |
arm: mvebu: x530: Enable IPV6 support
Enable IPV6 support for the x530 board.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | configs/x530_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/x530_defconfig b/configs/x530_defconfig index a5b1cc3f8e8..815370c90ec 100644 --- a/configs/x530_defconfig +++ b/configs/x530_defconfig @@ -65,6 +65,7 @@ CONFIG_CMD_UBI=y CONFIG_ENV_OVERWRITE=y CONFIG_ARP_TIMEOUT=200 CONFIG_NET_RETRY_COUNT=50 +CONFIG_IPV6=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_MVTWSI=y |