From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sat, 26 Sep 2015 15:30:54 +0800 Subject: [U-Boot] [PATCH] common: add CMD_GPIO to Kconfig In-Reply-To: References: <1443080651-12468-1-git-send-email-thomas@wytron.com.tw> Message-ID: <560649AE.20600@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 09/25/2015 10:55 PM, Simon Glass wrote: > You can use the moveconfig.py tool to move configs into Kconfig. You > could do that with your patch applied, and create a patch to remove > the old #defines from board configs. I think this should be done at > the same time as we add new Kconfigs, to avoid confusion. Thanks for the hint. It is a great tool. I tried but failed due to lack of those toolchains. I know buildman can help to install the toolchains. But I am trying to convert all nios2 related drivers to driver model at he moment. I will return to this patch later. Or someone more capable may help. :) Best regards, Thomas Chou