mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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:
@@ -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
3
drivers/fpga/Kconfig
Normal file
@@ -0,0 +1,3 @@
|
||||
menu "FPGA support"
|
||||
|
||||
endmenu
|
Reference in New Issue
Block a user