From 9c9107171dcf8532f7ad89ef074304aeebd9225b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 23 Feb 2016 06:38:29 -0600 Subject: [PATCH] Fix Kconfig help comments --- arch/arm/src/samv7/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/samv7/Kconfig b/arch/arm/src/samv7/Kconfig index 4328901eed..0e50a701e1 100644 --- a/arch/arm/src/samv7/Kconfig +++ b/arch/arm/src/samv7/Kconfig @@ -1511,7 +1511,7 @@ config SAMV7_HSMCI_UNALIGNED This option is not recommended. There are better ways to handle the unalaigned case: - CONFIG_SAMV7_HSMCI_UNALIGNED=y + # CONFIG_SAMV7_HSMCI_UNALIGNED is not set Just return -EFAULT if unaligned CONFIG_FAT_DIRECT_RETRY=y If -EFAULT is returned, then try again with aligned