From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Date: Mon, 1 Apr 2019 18:16:30 +0200 Subject: [U-Boot] [RFC 4/6] configs: exynos: Add new CONFIG_SYS_ODROID_USB config option In-Reply-To: References: <20190401115232.453-1-linux.amoon@gmail.com> <20190401115232.453-5-linux.amoon@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 Mon, 1 Apr 2019 at 17:50, Anand Moon wrote: > > Hi Krzysztof, > > On Mon, 1 Apr 2019 at 18:27, Krzysztof Kozlowski wrote: > > > > On Mon, 1 Apr 2019 at 13:53, Anand Moon wrote: > > > > > > Add new CONFIG_SYS_ODROID_USB flag to avoid compliation > > > error on other development boards. > > > > > > Fix below compilation error: > > > Error: You must add new CONFIG options using Kconfig > > > The following new ad-hoc CONFIG options were detected: > > > CONFIG_SYS_ODROID_USB > > > > There is no ad-hoc option "SYS_ODROID_USB" so it cannot cause build error. > > > > This is something wrong... Are you sure that you are compiling master branch? > > > > Best regards, > > Krzysztof > > > > [snip] > > CONFIG_SYS_ODROID_USB is adder to fix compilation error other development board. > so this code is specific to the Odroid U3 and Odroid X2 boards. > > I have compiled both XU3 and U3 build with no problem. You quoted the error message saying that ad-hoc option CONFIG_SYS_ODROID_USB was added. But such ad-hoc option does not exist. Now you say that you add this to fix build problem... I really do not understand. So let's simplify it - please tell me how I can reproduce the problem and what is expected. Best regards, Krzysztof