mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 00:54:41 +08:00
15 lines
290 B
Plaintext
15 lines
290 B
Plaintext
|
#
|
||
|
# 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
|