diff options
| author | Bart Van Assche <[email protected]> | 2016-07-19 10:03:44 -0700 |
|---|---|---|
| committer | Doug Ledford <[email protected]> | 2016-08-03 21:03:32 -0400 |
| commit | a154a8cd080b437969ef194dee365bbb60a3b38a (patch) | |
| tree | 9d9bb9ba9db02a78b3e87e0964bba063a94a71c8 | |
| parent | 378fc3201eae07ab0fa7fb4133da141c3072f995 (diff) | |
IB/hfi1: Disable by default
There is a strict policy in the Linux kernel that new drivers must be
disabled by default. Hence leave out the "default m" line from Kconfig.
Fixes: f48ad614c100 ("IB/hfi1: Move driver out of staging")
Signed-off-by: Bart Van Assche <[email protected]>
Cc: Jubin John <[email protected]>
Cc: Dennis Dalessandro <[email protected]>
Cc: Ira Weiny <[email protected]>
Cc: Mike Marciniszyn <[email protected]>
Cc: <[email protected]> # v4.7+
Acked-by: Dennis Dalessandro <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
| -rw-r--r-- | drivers/infiniband/hw/hfi1/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/Kconfig b/drivers/infiniband/hw/hfi1/Kconfig index a925fb0db706..f846fd51b85b 100644 --- a/drivers/infiniband/hw/hfi1/Kconfig +++ b/drivers/infiniband/hw/hfi1/Kconfig @@ -3,7 +3,6 @@ config INFINIBAND_HFI1 depends on X86_64 && INFINIBAND_RDMAVT select MMU_NOTIFIER select CRC32 - default m ---help--- This is a low-level driver for Intel OPA Gen1 adapter. config HFI1_DEBUG_SDMA_ORDER |