Message ID | 1417502073-6322-2-git-send-email-a.kesavan@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, On Tuesday, December 02, 2014 12:04:33 PM Abhilash Kesavan wrote: > On removing the samsung thermal driver dependency on ARCH_HAS_BANDGAP, > selection of this symbol becomes redundant. > > Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> This has also a nice side-effect of removing TI_SOC_THERMAL availability from Exynos only kernel configurations. Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics > --- > arch/arm/mach-exynos/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig > index e4a00ba..6ddfce7 100644 > --- a/arch/arm/mach-exynos/Kconfig > +++ b/arch/arm/mach-exynos/Kconfig > @@ -9,7 +9,6 @@ > > menuconfig ARCH_EXYNOS > bool "Samsung EXYNOS" if ARCH_MULTI_V7 > - select ARCH_HAS_BANDGAP > select ARCH_HAS_HOLES_MEMORYMODEL > select ARCH_REQUIRE_GPIOLIB > select ARM_AMBA
Hi Abhilash, > On removing the samsung thermal driver dependency on ARCH_HAS_BANDGAP, > selection of this symbol becomes redundant. > > Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> > --- > arch/arm/mach-exynos/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-exynos/Kconfig > b/arch/arm/mach-exynos/Kconfig index e4a00ba..6ddfce7 100644 > --- a/arch/arm/mach-exynos/Kconfig > +++ b/arch/arm/mach-exynos/Kconfig > @@ -9,7 +9,6 @@ > > menuconfig ARCH_EXYNOS > bool "Samsung EXYNOS" if ARCH_MULTI_V7 > - select ARCH_HAS_BANDGAP > select ARCH_HAS_HOLES_MEMORYMODEL > select ARCH_REQUIRE_GPIOLIB > select ARM_AMBA Acked-by: Lukasz Majewski <l.majewski@samsung.com>
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index e4a00ba..6ddfce7 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -9,7 +9,6 @@ menuconfig ARCH_EXYNOS bool "Samsung EXYNOS" if ARCH_MULTI_V7 - select ARCH_HAS_BANDGAP select ARCH_HAS_HOLES_MEMORYMODEL select ARCH_REQUIRE_GPIOLIB select ARM_AMBA
On removing the samsung thermal driver dependency on ARCH_HAS_BANDGAP, selection of this symbol becomes redundant. Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> --- arch/arm/mach-exynos/Kconfig | 1 - 1 file changed, 1 deletion(-)