Kconfig 290 字节
Newer Older
A
Alan Tull 已提交
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