drivers: pcie: iproc: 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
fbb275d246
commit
f5f110bb36
1 changed files with 0 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
menuconfig PCIE_EP_IPROC
|
menuconfig PCIE_EP_IPROC
|
||||||
bool "Broadcom iProc PCIe EP driver"
|
bool "Broadcom iProc PCIe EP driver"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
This option enables Broadcom iProc PCIe EP driver.
|
This option enables Broadcom iProc PCIe EP driver.
|
||||||
|
|
||||||
|
@ -13,10 +12,8 @@ if PCIE_EP_IPROC
|
||||||
|
|
||||||
config PCIE_EP_IPROC_INIT_CFG
|
config PCIE_EP_IPROC_INIT_CFG
|
||||||
bool "Re-initialize PCIe MSI/MSIX configurations"
|
bool "Re-initialize PCIe MSI/MSIX configurations"
|
||||||
default n
|
|
||||||
|
|
||||||
config PCIE_EP_IPROC_V2
|
config PCIE_EP_IPROC_V2
|
||||||
bool "Version-2 of iProc PCIe EP controller"
|
bool "Version-2 of iProc PCIe EP controller"
|
||||||
default n
|
|
||||||
|
|
||||||
endif # PCIE_EP_IPROC
|
endif # PCIE_EP_IPROC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue