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
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ config PLIC
|
||||||
|
|
||||||
config SWERV_PIC
|
config SWERV_PIC
|
||||||
bool "SweRV EH1 Programmable Interrupt Controller (PIC)"
|
bool "SweRV EH1 Programmable Interrupt Controller (PIC)"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Programmable Interrupt Controller for the SweRV EH1 RISC-V CPU;
|
Programmable Interrupt Controller for the SweRV EH1 RISC-V CPU;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue