mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ocxl: Add PCI hotplug dependency to Kconfig
The PCI hotplug framework is used to update the devices when a new image is written to the FPGA. Reviewed-by: Alastair D'Silva <alastair@d-silva.org> Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20191121134918.7155-12-fbarrat@linux.ibm.com
This commit is contained in:
parent
748ac391ab
commit
49ce94b867
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ config OCXL
|
|||
tristate "OpenCAPI coherent accelerator support"
|
||||
depends on PPC_POWERNV && PCI && EEH
|
||||
select OCXL_BASE
|
||||
select HOTPLUG_PCI_POWERNV
|
||||
default m
|
||||
help
|
||||
Select this option to enable the ocxl driver for Open
|
||||
|
|
Loading…
Reference in a new issue