On 2/25/26 11:42, Conor Dooley wrote:
On Wed, Feb 25, 2026 at 10:54:14AM +0100, Heinrich Schuchardt wrote:
The symbol CONFIG_IP_DYN does not exist, but multiple contributors
copied an imply statement.
Remove the imply IP_DYN statements.
Fixes: 3fda0262c33f ("riscv: Add SiFive FU540 board support")
Should this not also be
Fixes: 64413e1b7ca ("riscv: Add Microchip MPFS Icicle Kit support")
Fixes: 70415e1e528 ("board: sifive: add HiFive Unmatched board support")
Fixes: 6f902b85b6e ("board: starfive: Add Kconfig for StarFive VisionFive v2
Board")
?
Acked-by: Conor Dooley <[email protected]>
Cheers,
Conor.
Signed-off-by: Heinrich Schuchardt <[email protected]>
---
board/microchip/mpfs_generic/Kconfig | 1 -
board/sifive/unleashed/Kconfig | 1 -
board/sifive/unmatched/Kconfig | 1 -
board/starfive/visionfive2/Kconfig | 1 -
Thank your for reviewing and for the additional Fixes tags. Patchwork
and b4 pick these up. So no need for v2 I guess.
Best regards
Heinrich