diff options
| author | Heinrich Schuchardt <[email protected]> | 2026-02-25 10:54:14 +0100 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2026-03-13 02:57:33 +0800 |
| commit | 7d5c2834c7fc6eec3f0d0d7d5f982bfd7331aadc (patch) | |
| tree | d8387b54e18785f00463160967a3bd2e39dd79db /board/sifive | |
| parent | 61e2430360a592040357ab6a7241c29666b11e28 (diff) | |
riscv: don't imply non-existent CONFIG_IP_DYN
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")
Fixes: 64413e1b7caf ("riscv: Add Microchip MPFS Icicle Kit support")
Fixes: 70415e1e528d ("board: sifive: add HiFive Unmatched board support")
Fixes: 6f902b85b6ee ("board: starfive: Add Kconfig for StarFive VisionFive v2 Board")
Signed-off-by: Heinrich Schuchardt <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Diffstat (limited to 'board/sifive')
| -rw-r--r-- | board/sifive/unleashed/Kconfig | 1 | ||||
| -rw-r--r-- | board/sifive/unmatched/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/sifive/unleashed/Kconfig b/board/sifive/unleashed/Kconfig index bf4a00d6f7f..2fcc788ba53 100644 --- a/board/sifive/unleashed/Kconfig +++ b/board/sifive/unleashed/Kconfig @@ -41,7 +41,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply CMD_SF imply DOS_PARTITION imply EFI_PARTITION - imply IP_DYN imply ISO_PARTITION imply PHY_LIB imply PHY_MSCC diff --git a/board/sifive/unmatched/Kconfig b/board/sifive/unmatched/Kconfig index 991dd23f1d4..5071af129c6 100644 --- a/board/sifive/unmatched/Kconfig +++ b/board/sifive/unmatched/Kconfig @@ -42,7 +42,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy imply CMD_SF imply DOS_PARTITION imply EFI_PARTITION - imply IP_DYN imply ISO_PARTITION imply PHY_LIB imply PHY_MSCC |
