[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20161202092456.20749-1-valentinrothberg@gmail.com>
Date: Fri, 2 Dec 2016 10:24:56 +0100
From: Valentin Rothberg <valentinrothberg@...il.com>
To: f.fainelli@...il.com, linux@...linux.org.uk, arnd@...db.de
Cc: linux-kernel@...r.kernel.org,
Valentin Rothberg <valentinrothberg@...il.com>
Subject: [PATCH] ARM: multi_v7_defconfig: fix config typo
s/CONFIG_CONFIG_BCM47XX_NVRAM/CONFIG_BCM47XX_NVRAM/
Signed-off-by: Valentin Rothberg <valentinrothberg@...il.com>
---
Detected by running scripts/checkkconfigsymbols.py
arch/arm/configs/multi_v7_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index b01a43851294..6014a6be8459 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -893,7 +893,7 @@ CONFIG_BCM2835_MBOX=y
CONFIG_RASPBERRYPI_FIRMWARE=y
CONFIG_EFI_VARS=m
CONFIG_EFI_CAPSULE_LOADER=m
-CONFIG_CONFIG_BCM47XX_NVRAM=y
+CONFIG_BCM47XX_NVRAM=y
CONFIG_BCM47XX_SPROM=y
CONFIG_EXT4_FS=y
CONFIG_AUTOFS4_FS=y
--
2.10.2
Powered by blists - more mailing lists