Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1671630 > unrolled thread
| Started by | Tom Rini <trini@konsulko.com> |
|---|---|
| First post | 2017-06-21 13:50 +0200 |
| Last post | 2017-06-29 17:30 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] multi_v7_defconfig: Enable OMAP MTD and DM816 AHCI Tom Rini <trini@konsulko.com> - 2017-06-21 13:50 +0200
Re: [PATCH] multi_v7_defconfig: Enable OMAP MTD and DM816 AHCI Tony Lindgren <tony@atomide.com> - 2017-06-26 09:40 +0200
Re: [PATCH] multi_v7_defconfig: Enable OMAP MTD and DM816 AHCI Arnd Bergmann <arnd@arndb.de> - 2017-06-29 17:30 +0200
| From | Tom Rini <trini@konsulko.com> |
|---|---|
| Date | 2017-06-21 13:50 +0200 |
| Subject | [PATCH] multi_v7_defconfig: Enable OMAP MTD and DM816 AHCI |
| Message-ID | <tUMj0-5zv-23@gated-at.bofh.it> |
A wide variety of TI platforms support NAND via the CONFIG_MTD_NAND_OMAP2 driver (and related BCH options), so enable this. In addition, multi_v7_defconfig supports the dm8168-evm and that supports root being on a SATA drive, so build the DM816 AHCI driver into the resulting kernel as well. Cc: Russell King <linux@armlinux.org.uk> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Tony Lindgren <tony@atomide.com> Cc: Mihail Grigorov <michael.grigorov@konsulko.com> Signed-off-by: Tom Rini <trini@konsulko.com> --- arch/arm/configs/multi_v7_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2685e03600b1..69b0b3c0fb6c 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -202,6 +202,8 @@ CONFIG_MTD_BLOCK=y CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_DENALI_DT=y +CONFIG_MTD_NAND_OMAP2=y +CONFIG_MTD_NAND_OMAP_BCH=y CONFIG_MTD_NAND_ATMEL=y CONFIG_MTD_NAND_BRCMNAND=y CONFIG_MTD_NAND_VF610_NFC=y @@ -229,6 +231,7 @@ CONFIG_ATA=y CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=y CONFIG_AHCI_BRCM=y +CONFIG_AHCI_DM816=y CONFIG_AHCI_ST=y CONFIG_AHCI_IMX=y CONFIG_AHCI_SUNXI=y -- 1.9.1
[toc] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2017-06-26 09:40 +0200 |
| Message-ID | <tWwMP-7Pq-39@gated-at.bofh.it> |
| In reply to | #1671630 |
* Tom Rini <trini@konsulko.com> [170621 04:42]: > A wide variety of TI platforms support NAND via the > CONFIG_MTD_NAND_OMAP2 driver (and related BCH options), so enable this. > In addition, multi_v7_defconfig supports the dm8168-evm and that > supports root being on a SATA drive, so build the DM816 AHCI driver into > the resulting kernel as well. > > Cc: Russell King <linux@armlinux.org.uk> > Cc: Arnd Bergmann <arnd@arndb.de> > Cc: Tony Lindgren <tony@atomide.com> > Cc: Mihail Grigorov <michael.grigorov@konsulko.com> > Signed-off-by: Tom Rini <trini@konsulko.com> Best that Arnd picks up this one directly: Acked-by: Tony Lindgren <tony@atomide.com> > --- > arch/arm/configs/multi_v7_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index 2685e03600b1..69b0b3c0fb6c 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -202,6 +202,8 @@ CONFIG_MTD_BLOCK=y > CONFIG_MTD_M25P80=y > CONFIG_MTD_NAND=y > CONFIG_MTD_NAND_DENALI_DT=y > +CONFIG_MTD_NAND_OMAP2=y > +CONFIG_MTD_NAND_OMAP_BCH=y > CONFIG_MTD_NAND_ATMEL=y > CONFIG_MTD_NAND_BRCMNAND=y > CONFIG_MTD_NAND_VF610_NFC=y > @@ -229,6 +231,7 @@ CONFIG_ATA=y > CONFIG_SATA_AHCI=y > CONFIG_SATA_AHCI_PLATFORM=y > CONFIG_AHCI_BRCM=y > +CONFIG_AHCI_DM816=y > CONFIG_AHCI_ST=y > CONFIG_AHCI_IMX=y > CONFIG_AHCI_SUNXI=y > -- > 1.9.1 >
[toc] | [prev] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2017-06-29 17:30 +0200 |
| Message-ID | <tXJyj-P8-45@gated-at.bofh.it> |
| In reply to | #1674509 |
On Mon, Jun 26, 2017 at 9:33 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Tom Rini <trini@konsulko.com> [170621 04:42]:
>> A wide variety of TI platforms support NAND via the
>> CONFIG_MTD_NAND_OMAP2 driver (and related BCH options), so enable this.
>> In addition, multi_v7_defconfig supports the dm8168-evm and that
>> supports root being on a SATA drive, so build the DM816 AHCI driver into
>> the resulting kernel as well.
>
> Best that Arnd picks up this one directly:
>
> Acked-by: Tony Lindgren <tony@atomide.com>
Pulled into next/defconfig, thanks!
Arnd
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web