From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 4 May 2014 21:03:44 -0400 From: Jason Cooper To: Brian Norris Subject: Re: [PATCH v2 08/12] ARM: marvell: add MTD_SPI_NOR (new dependency for M25P80) Message-ID: <20140505010344.GE28159@titan.lakedaemon.net> References: <1398925607-7482-1-git-send-email-computersforpeace@gmail.com> <1398925607-7482-9-git-send-email-computersforpeace@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1398925607-7482-9-git-send-email-computersforpeace@gmail.com> Cc: Marek Vasut , Andrew Lunn , Linux Kernel , Huang Shijie , linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Apr 30, 2014 at 11:26:43PM -0700, Brian Norris wrote: > These defconfigs contain the CONFIG_M25P80 symbol, which is now > dependent on the MTD_SPI_NOR symbol. Add CONFIG_MTD_SPI_NOR to satisfy > the new dependency. > > At the same time, drop the now-nonexistent CONFIG_MTD_CHAR symbol. > > Signed-off-by: Brian Norris > Cc: Jason Cooper > Cc: Andrew Lunn > Cc: Sebastian Hesselbarth > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > Acked-by: Jason Cooper > --- > arch/arm/configs/dove_defconfig | 2 +- > arch/arm/configs/kirkwood_defconfig | 1 + > arch/arm/configs/mvebu_v5_defconfig | 1 + > arch/arm/configs/mvebu_v7_defconfig | 1 + > 4 files changed, 4 insertions(+), 1 deletion(-) Applied to mvebu/defconfig with Ezequiel's Ack, and a reworded subject: "ARM: mvebu: defconfig: add MTD_SPI_NOR (new dependency for M25P80)" thx, Jason.