From fbb275d246f6516275ac5607b3edfccdbd103af8 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 10:46:43 +0200 Subject: [PATCH] drivers: interrupt_controller: remove superfluous default n for boolean bool symbols implicitly default to n so there is no need to redundant those values. Signed-off-by: Bartosz Bilas --- drivers/interrupt_controller/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/interrupt_controller/Kconfig b/drivers/interrupt_controller/Kconfig index ba100c9fd35..be836a1ad9f 100644 --- a/drivers/interrupt_controller/Kconfig +++ b/drivers/interrupt_controller/Kconfig @@ -28,7 +28,6 @@ config PLIC config SWERV_PIC bool "SweRV EH1 Programmable Interrupt Controller (PIC)" - default n help Programmable Interrupt Controller for the SweRV EH1 RISC-V CPU;