mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
e1c7e32453
Move the generic implementation to <linux/dma-mapping.h> now that all architectures support it and remove the HAVE_DMA_ATTR Kconfig symbol now that everyone supports them. [valentinrothberg@gmail.com: remove leftovers in Kconfig] Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: "David S. Miller" <davem@davemloft.net> Cc: Aurelien Jacquiot <a-jacquiot@ti.com> Cc: Chris Metcalf <cmetcalf@ezchip.com> Cc: David Howells <dhowells@redhat.com> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Haavard Skinnemoen <hskinnemoen@gmail.com> Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no> Cc: Helge Deller <deller@gmx.de> Cc: James Hogan <james.hogan@imgtec.com> Cc: Jesper Nilsson <jesper.nilsson@axis.com> Cc: Koichi Yasutake <yasutake.koichi@jp.panasonic.com> Cc: Ley Foon Tan <lftan@altera.com> Cc: Mark Salter <msalter@redhat.com> Cc: Mikael Starvik <starvik@axis.com> Cc: Steven Miao <realmz6@gmail.com> Cc: Vineet Gupta <vgupta@synopsys.com> Cc: Christian Borntraeger <borntraeger@de.ibm.com> Cc: Joerg Roedel <jroedel@suse.de> Cc: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
27 lines
893 B
Plaintext
27 lines
893 B
Plaintext
config DRM_TILCDC
|
|
tristate "DRM Support for TI LCDC Display Controller"
|
|
depends on DRM && OF && ARM
|
|
select DRM_KMS_HELPER
|
|
select DRM_KMS_FB_HELPER
|
|
select DRM_KMS_CMA_HELPER
|
|
select DRM_GEM_CMA_HELPER
|
|
select VIDEOMODE_HELPERS
|
|
select BACKLIGHT_CLASS_DEVICE
|
|
select BACKLIGHT_LCD_SUPPORT
|
|
help
|
|
Choose this option if you have an TI SoC with LCDC display
|
|
controller, for example AM33xx in beagle-bone, DA8xx, or
|
|
OMAP-L1xx. This driver replaces the FB_DA8XX fbdev driver.
|
|
|
|
config DRM_TILCDC_SLAVE_COMPAT
|
|
bool "Support device tree blobs using TI LCDC Slave binding"
|
|
depends on DRM_TILCDC
|
|
default y
|
|
select OF_RESOLVE
|
|
select OF_OVERLAY
|
|
help
|
|
Choose this option if you need a kernel that is compatible
|
|
with device tree blobs using the obsolete "ti,tilcdc,slave"
|
|
binding. If you find "ti,tilcdc,slave"-string from your DTB,
|
|
you probably need this. Otherwise you do not.
|