Re: [U-Boot] [PATCH] fpga: Add Kconfig to fpga subsystem

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

[U-Boot] [PATCH] fpga: Add Kconfig to fpga subsystem

2016-09-19 Thread Michal Simek
Add missing Kconfig to fpga subsystem to be able to add new options. Signed-off-by: Michal Simek --- 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 4f84469