blob: f1f1f6df54d32570cce974c7347c42e89cd14d8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# FPGA framework configuration
#
menu "FPGA Configuration Support"
config FPGA
tristate "FPGA Configuration Framework"
help
Say Y here if you want support for configuring FPGAs from the
kernel. The FPGA framework adds a FPGA manager class and FPGA
manager drivers.
endmenu
|