arm: dts: imx7: colibri: add usdhci peripherals to device tree
[oweals/u-boot.git] / common / Kconfig
index 2c017df4087ca9f666a588d4ce2b3f4e5389ee00..8f9d2959ba5c3a348b21d1151046690964b6b13b 100644 (file)
@@ -645,6 +645,17 @@ config DISPLAY_BOARDINFO_LATE
          the relocation phase. The board function checkboard() is called to do
          this.
 
+config BOUNCE_BUFFER
+       bool "Include bounce buffer API"
+       help
+         Some peripherals support DMA from a subset of physically
+         addressable memory only.  To support such peripherals, the
+         bounce buffer API uses a temporary buffer: it copies data
+         to/from DMA regions while managing cache operations.
+
+         A second possible use of bounce buffers is their ability to
+         provide aligned buffers for DMA operations.
+
 menu "Start-up hooks"
 
 config ARCH_EARLY_INIT_R