From: Michal Simek Date: Mon, 19 Sep 2016 08:41:55 +0000 (+0200) Subject: fpga: Add Kconfig to fpga subsystem X-Git-Tag: v2025.01-rc5-pxa1908~8536^2~15 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=6ded73aa9789d48e22d3b916dd5c860d05f39d92;p=u-boot.git fpga: Add Kconfig to fpga subsystem Add missing Kconfig to fpga subsystem to be able to add new options. Signed-off-by: Michal Simek --- diff --git a/drivers/Kconfig b/drivers/Kconfig index 4f84469955..4c555a0c1f 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -20,6 +20,8 @@ source "drivers/dfu/Kconfig" source "drivers/dma/Kconfig" +source "drivers/fpga/Kconfig" + source "drivers/gpio/Kconfig" source "drivers/hwmon/Kconfig" diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig new file mode 100644 index 0000000000..1ba02f0982 --- /dev/null +++ b/drivers/fpga/Kconfig @@ -0,0 +1,3 @@ +menu "FPGA support" + +endmenu