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:
parent
a2ed3f452d
commit
6ded73aa97
|
@ -20,6 +20,8 @@ source "drivers/dfu/Kconfig"
|
|||
|
||||
source "drivers/dma/Kconfig"
|
||||
|
||||
source "drivers/fpga/Kconfig"
|
||||
|
||||
source "drivers/gpio/Kconfig"
|
||||
|
||||
source "drivers/hwmon/Kconfig"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
menu "FPGA support"
|
||||
|
||||
endmenu
|
Loading…
Reference in New Issue