mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-05 06:11:44 +00: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:
parent
a2ed3f452d
commit
6ded73aa97
2 changed files with 5 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue