Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a16af3

Browse files
sulixgregkh
authored andcommitted
fpga: Specify HAS_IOMEM dependency for FPGA_DFL
Because dfl.c uses the 'devm_ioremap', 'devm_iounmap','devm_ioremap_resource', and 'devm_platform_ioremap_resource'functions, it should depend on HAS_IOMEM.This fixes make allyesconfig under UML (ARCH=um), which doesn't provideHAS_IOMEM.[mdf@kernel.org: Removed "drivers: " in commit message]Fixes:89eb35e ("fpga: dfl: map feature mmio resources in their own feature drivers")Signed-off-by: David Gow <davidgow@google.com>Signed-off-by: Moritz Fischer <mdf@kernel.org>Link:https://lore.kernel.org/r/20201122001549.107023-2-mdf@kernel.orgSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parenta71464d commit1a16af3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎drivers/fpga/Kconfig‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ config FPGA_DFL
142142
tristate "FPGA Device Feature List (DFL) support"
143143
select FPGA_BRIDGE
144144
select FPGA_REGION
145+
depends on HAS_IOMEM
145146
help
146147
Device Feature List (DFL) defines a feature list structure that
147148
creates a linked list of feature headers within the MMIO space

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp