diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-09-19 10:41:55 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-09-22 07:33:14 +0200 |
commit | 6ded73aa9789d48e22d3b916dd5c860d05f39d92 (patch) | |
tree | e7531abd7d317d7065e3cb36f74e8b320a4ce82b /drivers/fpga | |
parent | a2ed3f452dd1cf4982fe46d5111d200909786686 (diff) | |
download | u-boot-imx-6ded73aa9789d48e22d3b916dd5c860d05f39d92.zip u-boot-imx-6ded73aa9789d48e22d3b916dd5c860d05f39d92.tar.gz u-boot-imx-6ded73aa9789d48e22d3b916dd5c860d05f39d92.tar.bz2 |
fpga: Add Kconfig to fpga subsystem
Add missing Kconfig to fpga subsystem to be able
to add new options.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/fpga')
-rw-r--r-- | drivers/fpga/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig new file mode 100644 index 0000000..1ba02f0 --- /dev/null +++ b/drivers/fpga/Kconfig @@ -0,0 +1,3 @@ +menu "FPGA support" + +endmenu |