diff options
| author | Aristo Chen <[email protected]> | 2026-04-21 07:44:38 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-05 10:36:42 -0600 |
| commit | 7c3945a231700e80612bed5bc42fcc8cf545aa57 (patch) | |
| tree | 89025a93ea6e9c612f750c3e3543972fdf1db9da | |
| parent | d5f178c9a0d162d7f47ed3c69f263966333a2b2b (diff) | |
configs: r8a78000_ironhide: Drop duplicate CONFIG_SCMI_FIRMWARE
CONFIG_SCMI_FIRMWARE=y is listed twice in the defconfig. Remove the
redundant occurrence so each option appears only once.
Signed-off-by: Aristo Chen <[email protected]>
| -rw-r--r-- | configs/r8a78000_ironhide_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/r8a78000_ironhide_defconfig b/configs/r8a78000_ironhide_defconfig index 64e2c278a7e..180704e75af 100644 --- a/configs/r8a78000_ironhide_defconfig +++ b/configs/r8a78000_ironhide_defconfig @@ -29,7 +29,6 @@ CONFIG_FIRMWARE=y CONFIG_NR_DRAM_BANKS=16 CONFIG_POWER_DOMAIN=y CONFIG_RCAR_MFIS_MBOX=y -CONFIG_SCMI_FIRMWARE=y CONFIG_RESET_SCMI=y CONFIG_SCMI_AGENT_MAILBOX=y CONFIG_SCMI_FIRMWARE=y |
