Files
u-boot-sunxi/cmd
Tuomas Tynkkynen a4fa811463 cmd: Make CONFIG_CMD_FPGA depend on CONFIG_FPGA
cmd/Makefile has:

ifdef CONFIG_FPGA
obj-$(CONFIG_CMD_FPGA) += fpga.o
endif

which means that if CONFIG_FPGA is not set, CONFIG_CMD_FPGA silently
does nothing. Let's remove that Makefile conditional and instead express
this equivalent dependency in Kconfig, so a lot of redundant

 # CONFIG_CMD_FPGA is not set

can be removed from board defconfigs that don't actually have an FPGA.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
2018-02-05 20:58:11 -05:00
..
2018-01-19 15:49:26 -05:00
2017-02-08 15:56:28 -05:00
2017-07-03 17:35:28 -04:00
2017-11-29 22:30:50 -05:00
2017-08-16 08:30:24 -04:00
2017-08-16 08:30:24 -04:00
2016-09-09 15:53:14 -04:00
2017-06-16 10:11:42 -04:00
2016-05-02 18:37:09 -04:00
2017-10-16 09:42:51 -04:00
2017-08-16 08:30:24 -04:00
2016-04-18 17:11:36 -04:00
2017-01-20 09:15:24 -05:00
2017-08-16 08:30:24 -04:00
2017-08-16 08:30:24 -04:00
2017-02-08 15:56:28 -05:00
2017-08-16 08:30:24 -04:00
2017-11-15 10:54:06 -08:00
2017-08-16 08:30:24 -04:00
2017-10-16 09:42:51 -04:00
2017-12-07 15:17:00 -05:00
2017-08-16 08:30:24 -04:00
2016-10-06 20:57:42 -04:00
2017-08-16 08:22:18 -04:00
2017-08-11 15:41:51 -04:00
2017-06-12 08:37:55 -04:00
2018-01-19 15:49:29 -05:00
2017-08-16 08:30:24 -04:00
2017-08-16 08:30:24 -04:00
2018-01-10 11:11:06 +01:00
2017-08-16 08:30:24 -04:00
2016-03-27 09:12:55 -04:00
2017-09-12 10:08:05 +02:00
2017-08-16 08:30:24 -04:00