Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1298524
| From | Biao Huang <biao.huang@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 1/5] ARM: mediatek: Add MT2701 config options for mediatek SoCs. |
| Date | 2015-12-28 08:10 +0100 |
| Message-ID | <qKA6m-732-11@gated-at.bofh.it> (permalink) |
| References | <qKA6m-732-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Erin Lo <erin.lo@mediatek.com> The upcoming MTK pinctrl driver have a big pin table for each SoC and we don't want to bloat the kernel binary if we don't need it. Add config options so we can build for one SoC only. Add MT2701. Signed-off-by: Erin Lo <erin.lo@mediatek.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> --- arch/arm/mach-mediatek/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig index aeece17..37dd438 100644 --- a/arch/arm/mach-mediatek/Kconfig +++ b/arch/arm/mach-mediatek/Kconfig @@ -9,6 +9,10 @@ menuconfig ARCH_MEDIATEK if ARCH_MEDIATEK +config MACH_MT2701 + bool "MediaTek MT2701 SoCs support" + default ARCH_MEDIATEK + config MACH_MT6589 bool "MediaTek MT6589 SoCs support" default ARCH_MEDIATEK -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt2701 Biao Huang <biao.huang@mediatek.com> - 2015-12-28 08:10 +0100
[PATCH v3 1/5] ARM: mediatek: Add MT2701 config options for mediatek SoCs. Biao Huang <biao.huang@mediatek.com> - 2015-12-28 08:10 +0100
[PATCH v3 5/5] arm: dts: Add pinctrl/GPIO/EINT node for mt2701 Biao Huang <biao.huang@mediatek.com> - 2015-12-28 08:20 +0100
Re: [PATCH v3 5/5] arm: dts: Add pinctrl/GPIO/EINT node for mt2701 Matthias Brugger <matthias.bgg@gmail.com> - 2015-12-31 12:30 +0100
[PATCH v3 2/5] dt-bindings: mediatek: Modify pinctrl bindings for mt2701 Biao Huang <biao.huang@mediatek.com> - 2015-12-28 08:20 +0100
Re: [PATCH v3 2/5] dt-bindings: mediatek: Modify pinctrl bindings for mt2701 Rob Herring <robh@kernel.org> - 2015-12-29 19:40 +0100
Re: [PATCH v3 2/5] dt-bindings: mediatek: Modify pinctrl bindings for mt2701 Matthias Brugger <matthias.bgg@gmail.com> - 2015-12-31 12:20 +0100
Re: [PATCH v3 4/5] pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for mt2701 Yingjoe Chen <yingjoe.chen@mediatek.com> - 2015-12-28 09:10 +0100
csiph-web