Message ID | 1404225047-9495-3-git-send-email-peter.griffin@linaro.org |
---|---|
State | Superseded |
Headers | show |
On Tue, 01 Jul 2014, Peter Griffin wrote: > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > --- > arch/arm/mach-sti/Kconfig | 10 ++++++++++ > 1 file changed, 10 insertions(+) Looks okay, although could probably do with a few words in the commit message about what the STiH407 is; yada, yada, yada ... Acked-by: Lee Jones <lee.jones@linaro.org> > diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig > index 878e9ec..8825bc9 100644 > --- a/arch/arm/mach-sti/Kconfig > +++ b/arch/arm/mach-sti/Kconfig > @@ -42,4 +42,14 @@ config SOC_STIH416 > and other digital audio/video applications using Flattened Device > Trees. > > +config SOC_STIH407 > + bool "STiH407 STMicroelectronics Consumer Electronics family" > + default y > + select STIH407_RESET > + help > + This enables support for STMicroelectronics Digital Consumer > + Electronics family StiH407 parts, targetted at set-top-box > + and other digital audio/video applications using Flattened Device > + Trees. > + > endif
Hi Lee, Thanks for reviewing. On Wed, 02 Jul 2014, Lee Jones wrote: > Looks okay, although could probably do with a few words in the commit > message about what the STiH407 is; yada, yada, yada ... Fixed in V2. > > Acked-by: Lee Jones <lee.jones@linaro.org> Thanks, regards, Peter. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index 878e9ec..8825bc9 100644 --- a/arch/arm/mach-sti/Kconfig +++ b/arch/arm/mach-sti/Kconfig @@ -42,4 +42,14 @@ config SOC_STIH416 and other digital audio/video applications using Flattened Device Trees. +config SOC_STIH407 + bool "STiH407 STMicroelectronics Consumer Electronics family" + default y + select STIH407_RESET + help + This enables support for STMicroelectronics Digital Consumer + Electronics family StiH407 parts, targetted at set-top-box + and other digital audio/video applications using Flattened Device + Trees. + endif
Signed-off-by: Peter Griffin <peter.griffin@linaro.org> --- arch/arm/mach-sti/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+)