7e0de02268
This is a simple gpiolib driver giving access to the GPIO lines in the VIA framebuffer system. A simple mechanism exists for switching lines between GPIO and I2C, but it's only compile-time for now. Cc: ScottFang@viatech.com.cn Cc: JosephChan@via.com.tw Cc: Harald Welte <laforge@gnumonks.org> Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
11 lines
264 B
Makefile
11 lines
264 B
Makefile
#
|
|
# Makefile for the VIA framebuffer driver (for Linux Kernel 2.6)
|
|
#
|
|
|
|
obj-$(CONFIG_FB_VIA) += viafb.o
|
|
|
|
viafb-y :=viafbdev.o hw.o via_i2c.o dvi.o lcd.o ioctl.o accel.o \
|
|
via_utility.o vt1636.o global.o tblDPASetting.o viamode.o tbl1636.o \
|
|
via-core.o via-gpio.o
|
|
|