From d472d821f35a4b4e5a2d3302948a6f95d8cadfa5 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 10 Sep 2020 20:21:25 -0600 Subject: Kconfig: Move BOUNCE_BUFFER under driver options This option does not belong at the top level. Move it under generic driver options. Signed-off-by: Simon Glass --- common/Kconfig | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index 132d105..a1a898b 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -532,17 +532,6 @@ endmenu endmenu # Init options -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. - config BOARD_TYPES bool "Call get_board_type() to get and display the board type" help -- cgit v1.1