Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1417720 > unrolled thread
| Started by | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| First post | 2016-06-08 19:30 +0200 |
| Last post | 2016-06-09 07:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: exynos_defconfig add CONFIG_EXYNOS_IOMMU in not set mode Shuah Khan <shuahkh@osg.samsung.com> - 2016-06-08 19:30 +0200
Re: [PATCH] ARM: exynos_defconfig add CONFIG_EXYNOS_IOMMU in not set mode Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-09 07:10 +0200
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Date | 2016-06-08 19:30 +0200 |
| Subject | [PATCH] ARM: exynos_defconfig add CONFIG_EXYNOS_IOMMU in not set mode |
| Message-ID | <rHPsK-367-33@gated-at.bofh.it> |
Add CONFIG_EXYNOS_IOMMU in not set mode to make it easier to enable it. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index daf9762..16c2957 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -218,6 +218,7 @@ CONFIG_CROS_EC_CHARDEV=y CONFIG_COMMON_CLK_MAX77686=y CONFIG_COMMON_CLK_MAX77802=y CONFIG_COMMON_CLK_S2MPS11=y +# CONFIG_EXYNOS_IOMMU is not set CONFIG_EXTCON=y CONFIG_EXTCON_MAX14577=y CONFIG_EXTCON_MAX77693=y -- 2.7.4
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-06-09 07:10 +0200 |
| Subject | Re: [PATCH] ARM: exynos_defconfig add CONFIG_EXYNOS_IOMMU in not set mode |
| Message-ID | <rI0o9-1PH-1@gated-at.bofh.it> |
| In reply to | #1417720 |
On 06/08/2016 07:22 PM, Shuah Khan wrote: > Add CONFIG_EXYNOS_IOMMU in not set mode to make it easier to enable it. Hmmm... How does it make it easier? Enabling such item is just adding new line, so what is the problem solved here? Anyway the line will disappear on first savedefconfig (because it should not be there...) so there is really no point of it. Best regards, Krzysztof > > Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> > --- > arch/arm/configs/exynos_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig > index daf9762..16c2957 100644 > --- a/arch/arm/configs/exynos_defconfig > +++ b/arch/arm/configs/exynos_defconfig > @@ -218,6 +218,7 @@ CONFIG_CROS_EC_CHARDEV=y > CONFIG_COMMON_CLK_MAX77686=y > CONFIG_COMMON_CLK_MAX77802=y > CONFIG_COMMON_CLK_S2MPS11=y > +# CONFIG_EXYNOS_IOMMU is not set > CONFIG_EXTCON=y > CONFIG_EXTCON_MAX14577=y > CONFIG_EXTCON_MAX77693=y
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web