From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 6 Jul 2017 21:57:54 -0600 Subject: [U-Boot] [PATCH 3/3] usb: configs: Clean up CONFIG_SYS_USB_EVENT_POLL_(xxx) in board configs In-Reply-To: <1498475142-9252-4-git-send-email-bmeng.cn@gmail.com> References: <1498475142-9252-1-git-send-email-bmeng.cn@gmail.com> <1498475142-9252-4-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26 June 2017 at 05:05, Bin Meng wrote: > The following 3 Kconfig options > - CONFIG_SYS_USB_EVENT_POLL > - CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP > - CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE > > are already converted to Kconfig. Let's clean up all board configs to > switch over to use them. > > Signed-off-by: Bin Meng > > --- > Reviewed-by: Simon Glass