From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eddie Cai Date: Tue, 2 May 2017 16:28:31 +0800 Subject: [U-Boot] [PATCH V3 4/4] rockchip: usb: enable rockusb on rk3288 based board In-Reply-To: References: <1493426498-5839-1-git-send-email-eddie.cai.linux@gmail.com> <1493426498-5839-5-git-send-email-eddie.cai.linux@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 2017-04-30 11:49 GMT+08:00 Simon Glass : > On 28 April 2017 at 18:41, Eddie Cai wrote: >> all rk3288 based boards support rockusb, so enable it >> >> Signed-off-by: Eddie Cai >> >> Changes in v3: >> -move to defconfig >> --- >> configs/evb-rk3288_defconfig | 3 +++ >> configs/fennec-rk3288_defconfig | 2 ++ >> configs/firefly-rk3288_defconfig | 2 ++ >> configs/miqi-rk3288_defconfig | 2 ++ >> configs/popmetal-rk3288_defconfig | 2 ++ >> configs/rock2_defconfig | 3 +++ >> configs/sandbox_defconfig | 3 ++- >> configs/tinker-rk3288_defconfig | 2 ++ >> 8 files changed, 18 insertions(+), 1 deletion(-) > > Reviewed-by: Simon Glass Thanks SImon > > I wonder if you could make it default to y in Kconfig? Good idea. i will add it in next version