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:
parent
4e59730728
commit
fbb275d246
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue