Skip to content

Commit eee3666

Browse files
committed
Merge tag 'fbdev-for-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Pull more fbdev updates from Helge Deller: "Code cleanups for the au1100fb fbdev driver (Uwe Kleine-König)" * tag 'fbdev-for-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev: fbdev: au1100fb: Replace license boilerplate by SPDX header fbdev: au1100fb: Fold au1100fb.h into its only user fbdev: au1100fb: Replace custom printk wrappers by pr_* fbdev: au1100fb: Make driver compilable on non-mips platforms fbdev: au1100fb: Use proper conversion specifiers in printk formats fbdev: au1100fb: Mark several local functions as static fbdev: au1100fb: Don't store device specific data in global variables
2 parents 68010e7 + 0f967cb commit eee3666

3 files changed

Lines changed: 406 additions & 463 deletions

File tree

drivers/video/fbdev/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,8 @@ endchoice
13451345

13461346
config FB_AU1100
13471347
bool "Au1100 LCD Driver"
1348-
depends on (FB = y) && MIPS_ALCHEMY
1348+
depends on FB = y
1349+
depends on MIPS_ALCHEMY || COMPILE_TEST
13491350
select FB_IOMEM_HELPERS
13501351
help
13511352
This is the framebuffer driver for the AMD Au1100 SOC. It can drive

0 commit comments

Comments
 (0)