Skip to content

Commit db1c095

Browse files
committed
microblaze: configs: adi_mb_defconfig: update ADI config
This updates fixes two issues: 1) This is likely a long standing one where we FPU support as extended but none is synthesised in HDL. So remove it. 2) The second is introduced by the 2025.1 merge where CONFIG_XILINX_AXI_EMAC now depends on CONFIG_XILINX_DMA. Hence, we need to set both of them. Signed-off-by: Nuno Sá <nuno.sa@analog.com>
1 parent ea57830 commit db1c095

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/microblaze/configs/adi_mb_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ CONFIG_XILINX_MICROBLAZE0_USE_PCMP_INSTR=1
1414
CONFIG_XILINX_MICROBLAZE0_USE_BARREL=1
1515
CONFIG_XILINX_MICROBLAZE0_USE_DIV=1
1616
CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL=2
17-
CONFIG_XILINX_MICROBLAZE0_USE_FPU=2
1817
CONFIG_HZ_100=y
1918
CONFIG_ADVANCED_OPTIONS=y
2019
CONFIG_HIGHMEM=y
@@ -111,6 +110,7 @@ CONFIG_NETDEVICES=y
111110
# CONFIG_NET_VENDOR_VIA is not set
112111
# CONFIG_NET_VENDOR_WIZNET is not set
113112
CONFIG_XILINX_EMACLITE=y
113+
CONFIG_XILINX_AXI_EMAC=y
114114
CONFIG_XILINX_LL_TEMAC=y
115115
CONFIG_MARVELL_PHY=y
116116
CONFIG_DP83867_PHY=y
@@ -147,6 +147,7 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
147147
# CONFIG_USB_SUPPORT is not set
148148
CONFIG_DMADEVICES=y
149149
CONFIG_AXI_DMAC=y
150+
CONFIG_XILINX_DMA=y
150151
CONFIG_STAGING=y
151152
CONFIG_COMMON_CLK_SI570=y
152153
CONFIG_COMMON_CLK_SI5324=y

0 commit comments

Comments
 (0)