summaryrefslogtreecommitdiff
path: root/configs/xilinx_mbv32_defconfig
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2025-10-02 10:19:39 +0200
committerMichal Simek <[email protected]>2025-10-09 12:31:09 +0200
commit0cb6970639ee9d3fcff23372d3adfb77e1c5f4b9 (patch)
tree1cfb1cb1104782319638b550b2f6e439f9cfd33d /configs/xilinx_mbv32_defconfig
parentd413e228eddb9e739abff92efa7d181c011bdb0b (diff)
xilinx: Enable SNTP/DATE commands and RTC
Enable SNTP/DATE commands on all Xilinx boards. Also enable RTC_EMULATION driver for platforms which don't have physical RTC. Enabling DM_RTC is enabling by default also CMD_DATE. Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/2605b1618a311efe4f35442c34e7cec973060630.1759393175.git.michal.simek@amd.com
Diffstat (limited to 'configs/xilinx_mbv32_defconfig')
-rw-r--r--configs/xilinx_mbv32_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/xilinx_mbv32_defconfig b/configs/xilinx_mbv32_defconfig
index e3341179a68..88d9e5ce6b2 100644
--- a/configs/xilinx_mbv32_defconfig
+++ b/configs/xilinx_mbv32_defconfig
@@ -32,10 +32,13 @@ CONFIG_SPL_MAX_SIZE=0x40000
CONFIG_SPL_HAVE_INIT_STACK=y
CONFIG_SPL_SYS_MALLOC=y
# CONFIG_CMD_MII is not set
+CONFIG_CMD_SNTP=y
CONFIG_CMD_TIMER=y
CONFIG_ENV_RELOC_GD_ENV_ADDR=y
CONFIG_SPL_DM_SEQ_ALIAS=y
CONFIG_DM_MTD=y
+CONFIG_DM_RTC=y
+CONFIG_RTC_EMULATION=y
CONFIG_DEBUG_UART_ANNOUNCE=y
CONFIG_DEBUG_UART_SKIP_INIT=y
CONFIG_XILINX_UARTLITE=y