Commit 6ded73aa9789d48e22d3b916dd5c860d05f39d92

Authored by Michal Simek
1 parent a2ed3f452d

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>

Showing 2 changed files with 5 additions and 0 deletions Side-by-side Diff

... ... @@ -20,6 +20,8 @@
20 20  
21 21 source "drivers/dma/Kconfig"
22 22  
  23 +source "drivers/fpga/Kconfig"
  24 +
23 25 source "drivers/gpio/Kconfig"
24 26  
25 27 source "drivers/hwmon/Kconfig"
drivers/fpga/Kconfig
  1 +menu "FPGA support"
  2 +
  3 +endmenu