9
0
Fork 0

firmware: socfpga: Add necessary dependency to Kconfig

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Andrey Smirnov 2015-04-20 05:38:11 -07:00 committed by Sascha Hauer
parent f993f94ae7
commit ffbb818808
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ config FIRMWARE_ALTERA_SERIAL
config FIRMWARE_ALTERA_SOCFPGA
bool "Altera SoCFPGA fpga loader"
depends on ARCH_SOCFPGA
select FIRMWARE
endmenu