Skip to content

Commit e26e591

Browse files
committed
video: fbdev: remove fb-puv3 driver
The unicore32 port is removed from the kernel. There is no point to keep stale fbdev driver for this architecture. Signed-off-by: Mike Rapoport <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Guenter Roeck <[email protected]>
1 parent a2022e1 commit e26e591

File tree

4 files changed

+0
-849
lines changed

4 files changed

+0
-849
lines changed

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13586,7 +13586,6 @@ S: Maintained
1358613586
W: http://mprc.pku.edu.cn/~guanxuetao/linux
1358713587
T: git git://github.com/gxt/linux.git
1358813588
F: drivers/rtc/rtc-puv3.c
13589-
F: drivers/video/fbdev/fb-puv3.c
1359013589

1359113590
PLANTOWER PMS7003 AIR POLLUTION SENSOR DRIVER
1359213591
M: Tomasz Duszynski <[email protected]>

drivers/video/fbdev/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2198,17 +2198,6 @@ config FB_BROADSHEET
21982198
and could also have been called by other names when coupled with
21992199
a bridge adapter.
22002200

2201-
config FB_PUV3_UNIGFX
2202-
tristate "PKUnity v3 Unigfx framebuffer support"
2203-
depends on FB && UNICORE32 && ARCH_PUV3
2204-
select FB_SYS_FILLRECT
2205-
select FB_SYS_COPYAREA
2206-
select FB_SYS_IMAGEBLIT
2207-
select FB_SYS_FOPS
2208-
help
2209-
Choose this option if you want to use the Unigfx device as a
2210-
framebuffer device. Without the support of PCI & AGP.
2211-
22122201
config FB_HYPERV
22132202
tristate "Microsoft Hyper-V Synthetic Video support"
22142203
depends on FB && HYPERV

drivers/video/fbdev/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ obj-y += omap2/
116116
obj-$(CONFIG_XEN_FBDEV_FRONTEND) += xen-fbfront.o
117117
obj-$(CONFIG_FB_CARMINE) += carminefb.o
118118
obj-$(CONFIG_FB_MB862XX) += mb862xx/
119-
obj-$(CONFIG_FB_PUV3_UNIGFX) += fb-puv3.o
120119
obj-$(CONFIG_FB_HYPERV) += hyperv_fb.o
121120
obj-$(CONFIG_FB_OPENCORES) += ocfb.o
122121
obj-$(CONFIG_FB_SM712) += sm712fb.o

0 commit comments

Comments
 (0)