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 <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 10:46:43 +02:00 committed by Marti Bolivar
parent 4e59730728
commit fbb275d246
1 changed files with 0 additions and 1 deletions

View File

@ -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;