forked from luck/tmp_suning_uos_patched
4949009eb8
LCD driver is always built for the XTFPGA platform, but its base address is not configurable, and is wrong for ML605/KC705. Its initialization locks up KC705 board hardware. Make the whole driver optional, and its base address and bus width configurable. Implement 4-bit bus access method. Cc: stable@vger.kernel.org Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
11 lines
363 B
Makefile
11 lines
363 B
Makefile
# Makefile for the Tensilica xtavnet Emulation Board
|
|
#
|
|
# Note! Dependencies are done automagically by 'make dep', which also
|
|
# removes any old dependencies. DON'T put your own dependencies here
|
|
# unless it's something special (ie not a .c file).
|
|
#
|
|
# Note 2! The CFLAGS definitions are in the main makefile...
|
|
|
|
obj-y += setup.o
|
|
obj-$(CONFIG_XTFPGA_LCD) += lcd.o
|