Message ID | 1481375323-29724-3-git-send-email-pankaj.dubey@samsung.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
On Sat, Dec 10, 2016 at 06:38:37PM +0530, Pankaj Dubey wrote: > As now we have chipid driver to initialize SoC related information > lets include it in build by default. s/lets/let's/ Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof > > Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> > --- > arch/arm/mach-exynos/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig > index 0bb63b8..29065c5 100644 > --- a/arch/arm/mach-exynos/Kconfig > +++ b/arch/arm/mach-exynos/Kconfig > @@ -16,6 +16,7 @@ menuconfig ARCH_EXYNOS > select ARM_AMBA > select ARM_GIC > select COMMON_CLK_SAMSUNG > + select EXYNOS_CHIPID > select EXYNOS_THERMAL > select EXYNOS_PMU > select EXYNOS_SROM > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Krzysztof, On 16 December 2016 at 23:34, Krzysztof Kozlowski <krzk@kernel.org> wrote: > On Sat, Dec 10, 2016 at 06:38:37PM +0530, Pankaj Dubey wrote: >> As now we have chipid driver to initialize SoC related information >> lets include it in build by default. > s/lets/let's/ > > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> > Thanks for review. Will fix minor nitpick in v9 and include your Reviewed-by tag. Pankaj Dubey > Best regards, > Krzysztof > >> >> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> >> --- >> arch/arm/mach-exynos/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig >> index 0bb63b8..29065c5 100644 >> --- a/arch/arm/mach-exynos/Kconfig >> +++ b/arch/arm/mach-exynos/Kconfig >> @@ -16,6 +16,7 @@ menuconfig ARCH_EXYNOS >> select ARM_AMBA >> select ARM_GIC >> select COMMON_CLK_SAMSUNG >> + select EXYNOS_CHIPID >> select EXYNOS_THERMAL >> select EXYNOS_PMU >> select EXYNOS_SROM >> -- >> 2.7.4 >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" 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-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 0bb63b8..29065c5 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -16,6 +16,7 @@ menuconfig ARCH_EXYNOS select ARM_AMBA select ARM_GIC select COMMON_CLK_SAMSUNG + select EXYNOS_CHIPID select EXYNOS_THERMAL select EXYNOS_PMU select EXYNOS_SROM
As now we have chipid driver to initialize SoC related information lets include it in build by default. Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> --- arch/arm/mach-exynos/Kconfig | 1 + 1 file changed, 1 insertion(+)