Kconfig 643 B

12345678910111213141516171819202122232425262728
  1. #
  2. #
  3. #
  4. menu "ePaper Devices"
  5. config EPAPER_TCON_K1900
  6. bool "Compile AUO TCON K1900 ePaper Driver"
  7. default y
  8. depends on CPU_S3C2416 && MACH_CYBOOK_ORIZON
  9. help
  10. Compile the kernel with support for TCON/SiPix ePaper display
  11. config EPAPER_EPSON_S1D13521
  12. bool "Compile Epson S1D13521 ePaper Driver"
  13. default y
  14. depends on CPU_S3C2440
  15. help
  16. Compile the kernel with support for S1D13521/Eink ePaper display
  17. config EPAPER_PVI_6001A
  18. bool "Compile PVI 6001A ePaper Driver"
  19. default y
  20. depends on CPU_S3C2440
  21. help
  22. Compile the kernel with support for PVI6001A/Eink ePaper display
  23. endmenu