mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00: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
|