Skip to content

Commit c2e4ff7

Browse files
RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESET
As of ab7fbad ("riscv: Fix unmet direct dependencies built based on SOC_VIRT") we select CONFIG_POWER_RESET=y along with CONFIG_SOC_VIRT, which is already in defconfig. This make setting CONFIG_POWER_RESET in the defconfigs redundant, so remove it to remain consistent with savedefconfig. Reviewed-by: Anup Patel <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent bd72a95 commit c2e4ff7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/riscv/configs/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ CONFIG_SPI_SIFIVE=y
7272
# CONFIG_PTP_1588_CLOCK is not set
7373
CONFIG_GPIOLIB=y
7474
CONFIG_GPIO_SIFIVE=y
75-
CONFIG_POWER_RESET=y
7675
CONFIG_DRM=m
7776
CONFIG_DRM_RADEON=m
7877
CONFIG_DRM_NOUVEAU=m

arch/riscv/configs/rv32_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ CONFIG_HW_RANDOM_VIRTIO=y
6868
CONFIG_SPI=y
6969
CONFIG_SPI_SIFIVE=y
7070
# CONFIG_PTP_1588_CLOCK is not set
71-
CONFIG_POWER_RESET=y
7271
CONFIG_DRM=y
7372
CONFIG_DRM_RADEON=y
7473
CONFIG_DRM_VIRTIO_GPU=y

0 commit comments

Comments
 (0)