mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
413d6ed3ea
The pseries platform will share vas and nx code and interfaces with the PowerNV platform, so create the arch/powerpc/platforms/book3s/ directory and move VAS API code there. Functionality is not changed. Signed-off-by: Haren Myneni <haren@linux.ibm.com> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/e05c8db17b9eabe3545b902d034238e4c6c08180.camel@linux.ibm.com
16 lines
573 B
Plaintext
16 lines
573 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config PPC_VAS
|
|
bool "IBM Virtual Accelerator Switchboard (VAS)"
|
|
depends on (PPC_POWERNV || PPC_PSERIES) && PPC_64K_PAGES
|
|
default y
|
|
help
|
|
This enables support for IBM Virtual Accelerator Switchboard (VAS).
|
|
|
|
VAS devices are found in POWER9-based and later systems, they
|
|
provide access to accelerator coprocessors such as NX-GZIP and
|
|
NX-842. This config allows the kernel to use NX-842 accelerators,
|
|
and user-mode APIs for the NX-GZIP accelerator on POWER9 PowerNV
|
|
and POWER10 PowerVM platforms.
|
|
|
|
If unsure, say "N".
|