All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] fpga: Add Kconfig to fpga subsystem
@ 2016-09-19  8:47 Michal Simek
  2016-09-23  4:16 ` Simon Glass
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2016-09-19  8:47 UTC (permalink / raw)
  To: u-boot

Add missing Kconfig to fpga subsystem to be able
to add new options.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 drivers/Kconfig      | 2 ++
 drivers/fpga/Kconfig | 3 +++
 2 files changed, 5 insertions(+)
 create mode 100644 drivers/fpga/Kconfig

diff --git a/drivers/Kconfig b/drivers/Kconfig
index 4f8446995552..4c555a0c1f06 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 000000000000..1ba02f09825a
--- /dev/null
+++ b/drivers/fpga/Kconfig
@@ -0,0 +1,3 @@
+menu "FPGA support"
+
+endmenu
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] fpga: Add Kconfig to fpga subsystem
  2016-09-19  8:47 [U-Boot] [PATCH] fpga: Add Kconfig to fpga subsystem Michal Simek
@ 2016-09-23  4:16 ` Simon Glass
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Glass @ 2016-09-23  4:16 UTC (permalink / raw)
  To: u-boot

On 19 September 2016 at 02:47, Michal Simek <michal.simek@xilinx.com> wrote:
> Add missing Kconfig to fpga subsystem to be able
> to add new options.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  drivers/Kconfig      | 2 ++
>  drivers/fpga/Kconfig | 3 +++
>  2 files changed, 5 insertions(+)
>  create mode 100644 drivers/fpga/Kconfig

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-23  4:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-19  8:47 [U-Boot] [PATCH] fpga: Add Kconfig to fpga subsystem Michal Simek
2016-09-23  4:16 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.