From: Michal Simek Date: Mon, 19 Sep 2016 08:41:55 +0000 (+0200) Subject: fpga: Add Kconfig to fpga subsystem X-Git-Tag: v2016.11-rc1~113^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ded73aa9789d48e22d3b916dd5c860d05f39d92;p=platform%2Fkernel%2Fu-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 4f84469..4c555a0 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 0000000..1ba02f0 --- /dev/null +++ b/drivers/fpga/Kconfig @@ -0,0 +1,3 @@ +menu "FPGA support" + +endmenu