Re: [U-Boot] [PATCHv2 2/2] Convert all of CONFIG_CONS_INDEX to Kconfig

2018-08-06 Thread Tom Rini
On Mon, Aug 06, 2018 at 08:22:31AM -0500, Adam Ford wrote: > On Tue, Mar 6, 2018 at 6:02 PM Tom Rini wrote: > > > > This converts the following to Kconfig: > >CONFIG_CONS_INDEX > > > > We have existing entries for this option in a number of places, with > > different guards on them. They're a

Re: [U-Boot] [PATCHv2 2/2] Convert all of CONFIG_CONS_INDEX to Kconfig

2018-08-06 Thread Adam Ford
On Tue, Mar 6, 2018 at 6:02 PM Tom Rini wrote: > > This converts the following to Kconfig: >CONFIG_CONS_INDEX > > We have existing entries for this option in a number of places, with > different guards on them. They're also sometimes used for things not > directly inside of the serial driver.