diff options
author | Joseph Chan <JosephChan@via.com.tw> | 2008-10-16 01:03:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 14:21:41 -0400 |
commit | 6bde3ed98d9d0bc2e71b3123b003d5614debda74 (patch) | |
tree | 1b4ce650f5ccb62e740613ac663131155b3d2ada /drivers/video | |
parent | 09a525ec1cf5a142f2e73f15527c169dafc6ff52 (diff) |
viafb: Makefile, Kconfig
Modified drivers/video/Makefile and drivers/video/Kconfig.
Signed-off-by: Joseph Chan <josephchan@via.com.tw>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 18 | ||||
-rw-r--r-- | drivers/video/Makefile | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index f79c2040758b..b218ac5e611f 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1492,6 +1492,24 @@ config FB_SIS_315 | |||
1492 | (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well | 1492 | (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well |
1493 | as XGI V3XT, V5, V8 and Z7. | 1493 | as XGI V3XT, V5, V8 and Z7. |
1494 | 1494 | ||
1495 | config FB_VIA | ||
1496 | tristate "VIA UniChrome (Pro) and Chrome9 display support" | ||
1497 | depends on FB && PCI | ||
1498 | select FB_CFB_FILLRECT | ||
1499 | select FB_CFB_COPYAREA | ||
1500 | select FB_CFB_IMAGEBLIT | ||
1501 | select FB_SOFT_CURSOR | ||
1502 | select I2C_ALGOBIT | ||
1503 | select I2C | ||
1504 | help | ||
1505 | This is the frame buffer device driver for Graphics chips of VIA | ||
1506 | UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/P4M800Pro/ | ||
1507 | CN700/VN800,CX700/VX700,P4M890) and Chrome9 Family (K8M890,CN896 | ||
1508 | /P4M900,VX800) | ||
1509 | Say Y if you have a VIA UniChrome graphics board. | ||
1510 | |||
1511 | To compile this driver as a module, choose M here: the | ||
1512 | module will be called viafb. | ||
1495 | config FB_NEOMAGIC | 1513 | config FB_NEOMAGIC |
1496 | tristate "NeoMagic display support" | 1514 | tristate "NeoMagic display support" |
1497 | depends on FB && PCI | 1515 | depends on FB && PCI |
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index ad0330bf9be3..dcae8d402fb2 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile | |||
@@ -42,6 +42,7 @@ obj-$(CONFIG_FB_ATY) += aty/ macmodes.o | |||
42 | obj-$(CONFIG_FB_ATY128) += aty/ macmodes.o | 42 | obj-$(CONFIG_FB_ATY128) += aty/ macmodes.o |
43 | obj-$(CONFIG_FB_RADEON) += aty/ | 43 | obj-$(CONFIG_FB_RADEON) += aty/ |
44 | obj-$(CONFIG_FB_SIS) += sis/ | 44 | obj-$(CONFIG_FB_SIS) += sis/ |
45 | obj-$(CONFIG_FB_VIA) += via/ | ||
45 | obj-$(CONFIG_FB_KYRO) += kyro/ | 46 | obj-$(CONFIG_FB_KYRO) += kyro/ |
46 | obj-$(CONFIG_FB_SAVAGE) += savage/ | 47 | obj-$(CONFIG_FB_SAVAGE) += savage/ |
47 | obj-$(CONFIG_FB_GEODE) += geode/ | 48 | obj-$(CONFIG_FB_GEODE) += geode/ |