fpga: Add Kconfig to fpga subsystem

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

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2016-09-19 10:41:55 +02:00
parent a2ed3f452d
commit 6ded73aa97
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,8 @@ source "drivers/dfu/Kconfig"
source "drivers/dma/Kconfig"
source "drivers/fpga/Kconfig"
source "drivers/gpio/Kconfig"
source "drivers/hwmon/Kconfig"

3
drivers/fpga/Kconfig Normal file
View File

@ -0,0 +1,3 @@
menu "FPGA support"
endmenu