* Use new epaper driver instead of qisda fb driver linux/arch/arm/mach-s3c2416/orizon-devs.c: * Rename old cyio-dev.c linux/arch/arm/mach-s3c2416/mach-cybook_orizon.c, linux/arch/arm/mach-s3c2416/orizon-devs.c: + Add support for new drivers in platform device list linux/drivers/video/Makefile, linux/drivers/video/Kconfig, linux/drivers/video/epaper/*: + Add new epaper driver for tcon (resolve #9) linux/drivers/input/misc/orizon_tilt.c: + Add new driver for the tilt sensor linux/drivers/char/s3c-adc.c: - Remove bloated code (this code must be audited, see ticket #8) linux/include/cybook.h: * Extend the CAPABILITY Field
29 lines
643 B
Plaintext
29 lines
643 B
Plaintext
#
|
|
#
|
|
#
|
|
|
|
menu "ePaper Devices"
|
|
|
|
config EPAPER_TCON_K1900
|
|
bool "Compile AUO TCON K1900 ePaper Driver"
|
|
default y
|
|
depends on CPU_S3C2416 && MACH_CYBOOK_ORIZON
|
|
help
|
|
Compile the kernel with support for TCON/SiPix ePaper display
|
|
|
|
config EPAPER_EPSON_S1D13521
|
|
bool "Compile Epson S1D13521 ePaper Driver"
|
|
default y
|
|
depends on CPU_S3C2440
|
|
help
|
|
Compile the kernel with support for S1D13521/Eink ePaper display
|
|
|
|
config EPAPER_PVI_6001A
|
|
bool "Compile PVI 6001A ePaper Driver"
|
|
default y
|
|
depends on CPU_S3C2440
|
|
help
|
|
Compile the kernel with support for PVI6001A/Eink ePaper display
|
|
|
|
endmenu
|