Skip to content
Snippets Groups Projects
Commit 141cbfba authored by Thomas Meyer's avatar Thomas Meyer Committed by Linus Torvalds
Browse files

auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM


This avoids the MODPOST error:

  ERROR: "devm_ioremap_resource" [drivers/auxdisplay/img-ascii-lcd.ko] undefined!

Signed-off-by: default avatarThomas Meyer <thomas@m3y3r.de>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 152e93af
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,7 @@ config CFAG12864B_RATE ...@@ -136,6 +136,7 @@ config CFAG12864B_RATE
config IMG_ASCII_LCD config IMG_ASCII_LCD
tristate "Imagination Technologies ASCII LCD Display" tristate "Imagination Technologies ASCII LCD Display"
depends on HAS_IOMEM
default y if MIPS_MALTA || MIPS_SEAD3 default y if MIPS_MALTA || MIPS_SEAD3
select SYSCON select SYSCON
help help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment