diff options
author | Chris Packham <judge.packham@gmail.com> | 2024-11-22 13:30:18 +1300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2024-11-26 13:20:03 +0100 |
commit | b25b2d4f67e7add429594789f4a3b9ff8e6fa2ad (patch) | |
tree | 59e9a7ce834f422069877b2a2e37912d3e161cbc | |
parent | cbbfa8d77828c754341295a6d865123309cfa011 (diff) |
arm: mvebu: x240: Enable IPV6 support
Enable IPV6 support for the x240 board.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | configs/x240_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/x240_defconfig b/configs/x240_defconfig index 5e5b467b7ba..ff64916204c 100644 --- a/configs/x240_defconfig +++ b/configs/x240_defconfig @@ -32,6 +32,7 @@ CONFIG_CMD_TIME=y CONFIG_CMD_REGULATOR=y CONFIG_CMD_UBI=y CONFIG_ENV_IS_IN_SPI_FLASH=y +CONFIG_IPV6=y CONFIG_CLK=y CONFIG_CLK_MVEBU=y CONFIG_GPIO_HOG=y |