add FPGA manager core
[firefly-linux-kernel-4.4.55.git] / drivers / fpga / Kconfig
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
new file mode 100644 (file)
index 0000000..f1f1f6d
--- /dev/null
@@ -0,0 +1,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