[U-Boot] [RFC PATCH 5/7] fpga: add Kconfig for CONFIG_FPGA_PROG_FEEDBACK

Chris Packham judge.packham at gmail.com
Fri Nov 25 01:10:15 CET 2016


On Thu, Nov 24, 2016 at 1:13 AM, Michal Simek <monstr at monstr.eu> wrote:
> On 22.11.2016 09:49, Chris Packham wrote:
>> Signed-off-by: Chris Packham <judge.packham at gmail.com>
>> ---
>>
>>  drivers/fpga/Kconfig | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
>> diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
>> index d137ab2df1d7..1b3b03c8f938 100644
>> --- a/drivers/fpga/Kconfig
>> +++ b/drivers/fpga/Kconfig
>> @@ -28,4 +28,10 @@ config FPGA_SPARTAN2
>>       depends on FPGA_XILINX
>>       help
>>         Enable FPGA driver for Xilinx Spartan-II devices.
>> +
>> +config FPGA_PROG_FEEDBACK
>> +     bool "FPGA programming feedback"
>> +     help
>> +       Enable printing of hash marks during FPGA configuration.
>> +
>>  endmenu
>>
>
> I would prefer if you can add depends on here because this feature is
> not available on newer drivers.
>
> It means you have to add some Kconfig things for cyclone.

Cyclone, virtex and ACEX1K. I'll see if can do it. Guess I need to
start playing with buildman (and/or travis).

>
> Thanks,
> Michal
>
>
> --
> Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
> w: www.monstr.eu p: +42-0-721842854
> Maintainer of Linux kernel - Xilinx Microblaze
> Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
> U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs
>
>


More information about the U-Boot mailing list