11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
|
# FPGA Microchip PolarFire SOC driver configuration options
|
||
|
|
||
|
# Copyright (c) 2023 Microchip Technology Inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config MPFS_FPGA
|
||
|
bool "Microchip PolarFire SOC FPGA driver"
|
||
|
depends on SPI
|
||
|
help
|
||
|
Enable support for the Microchip PolarFire SOC FPGA driver.
|