Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1521919
| From | Bartosz Golaszewski <bgolaszewski@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] ARM: davinci_all_defconfig: enable the mstpri and ddrctl drivers |
| Date | 2016-11-14 18:40 +0100 |
| Message-ID | <sDtoB-1A0-7@gated-at.bofh.it> (permalink) |
| References | <sDtoB-1A0-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
With the da8xx memory controller and master peripheral priority drivers merged and corresponding device tree changes in place we can now enable appropriate options by default. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> --- arch/arm/configs/davinci_all_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index b5e978f..f814f01 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -56,6 +56,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y # CONFIG_FW_LOADER is not set +CONFIG_DA8XX_MSTPRI=y CONFIG_MTD=m CONFIG_MTD_BLOCK=m CONFIG_MTD_CFI=m @@ -187,6 +188,7 @@ CONFIG_DMADEVICES=y CONFIG_TI_EDMA=y CONFIG_MEMORY=y CONFIG_TI_AEMIF=m +CONFIG_DA8XX_DDRCTL=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_XFS_FS=m -- 2.9.3
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] ARM: da850: enable the MSTPRI and DDR2/mDDR drivers Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-11-14 18:40 +0100
[PATCH 1/2] ARM: dts: da850: add the mstpri and ddrctl nodes Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-11-14 18:40 +0100
Re: [PATCH 1/2] ARM: dts: da850: add the mstpri and ddrctl nodes Sekhar Nori <nsekhar@ti.com> - 2016-11-15 11:10 +0100
[PATCH 2/2] ARM: davinci_all_defconfig: enable the mstpri and ddrctl drivers Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-11-14 18:40 +0100
Re: [PATCH 2/2] ARM: davinci_all_defconfig: enable the mstpri and ddrctl drivers Sekhar Nori <nsekhar@ti.com> - 2016-11-15 11:20 +0100
csiph-web