lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1445377809-12516-4-git-send-email-fcooper@ti.com> Date: Tue, 20 Oct 2015 16:50:08 -0500 From: Franklin S Cooper Jr <fcooper@...com> To: linux@....linux.org.uk, ssantosh@...nel.org, ulf.hansson@...aro.org, m-karicheri2@...com, grygorii.strashko@...com, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, linux-mmc@...r.kernel.org Cc: Franklin S Cooper Jr <fcooper@...com> Subject: [PATCH 4/5] ARM: keystone: defconfig: Enable MMC support Newer Keystone 2 devices support MMC and can boot from MMC. Therefore, enable MMC support along with MMC OMAP HS whose driver is reused. Signed-off-by: Franklin S Cooper Jr <fcooper@...com> --- arch/arm/configs/keystone_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index e0e0365..ed3e83e 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig @@ -137,6 +137,8 @@ CONFIG_I2C_DAVINCI=y CONFIG_SPI=y CONFIG_SPI_DAVINCI=y CONFIG_SPI_SPIDEV=y +CONFIG_MMC=y +CONFIG_MMC_OMAP_HS=y # CONFIG_HWMON is not set CONFIG_POWER_SUPPLY=y CONFIG_POWER_RESET=y -- 2.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists