Re: [PATCH] arm: mx6: Make all i.MX6 SoCs user-selectable

2020-08-18 Thread Tom Rini
On Tue, Aug 18, 2020 at 10:09:31AM +0200, Stefano Babic wrote: > On 13.08.20 03:16, Tom Rini wrote: > > On Thu, Aug 13, 2020 at 12:52:22AM +, Peng Fan wrote: > >> Hi Tom, > >> > >>> Subject: [PATCH] arm: mx6: Make all i.MX6 SoCs user-selectable > &g

Re: [PATCH] arm: mx6: Make all i.MX6 SoCs user-selectable

2020-08-18 Thread Stefano Babic
On 13.08.20 03:16, Tom Rini wrote: > On Thu, Aug 13, 2020 at 12:52:22AM +, Peng Fan wrote: >> Hi Tom, >> >>> Subject: [PATCH] arm: mx6: Make all i.MX6 SoCs user-selectable >>> >> [] >> >>> + >>> config MX6UL_LITESOM >>

Re: [PATCH] arm: mx6: Make all i.MX6 SoCs user-selectable

2020-08-12 Thread Tom Rini
On Thu, Aug 13, 2020 at 12:52:22AM +, Peng Fan wrote: > Hi Tom, > > > Subject: [PATCH] arm: mx6: Make all i.MX6 SoCs user-selectable > > > [] > > > + > > config MX6UL_LITESOM > > bool > > select DM > > select DM_T

RE: [PATCH] arm: mx6: Make all i.MX6 SoCs user-selectable

2020-08-12 Thread Peng Fan
Hi Tom, > Subject: [PATCH] arm: mx6: Make all i.MX6 SoCs user-selectable > [] > + > config MX6UL_LITESOM > bool > select DM > select DM_THERMAL > - select MX6UL Would keep it here to simplify defconfig? Regards, Peng. > select SUPPO

[PATCH] arm: mx6: Make all i.MX6 SoCs user-selectable

2020-08-12 Thread Tom Rini
We have a number of platforms that are a combination of a carrier board and System-on-Module (SoM) that in turn allows for the board to have different SoCs on it. In some cases, this is handled via board-specific Kconfig options. In other cases we make use of CONFIG_SYS_EXTRA_OPTIONS. This latte