Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751662AbcJJJIK (ORCPT ); Mon, 10 Oct 2016 05:08:10 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:34465 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751098AbcJJJIJ (ORCPT ); Mon, 10 Oct 2016 05:08:09 -0400 Subject: Re: [PATCH] arm64: defconfig: enable EEPROM_AT25 config option To: Scott Branden , Catalin Marinas , Will Deacon , Arnd Bergmann References: <1475875432-13627-1-git-send-email-scott.branden@broadcom.com> Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, BCM Kernel Feedback From: Florian Fainelli Message-ID: Date: Mon, 10 Oct 2016 02:08:05 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1475875432-13627-1-git-send-email-scott.branden@broadcom.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 759 Lines: 30 On 10/07/2016 02:23 PM, Scott Branden wrote: > Enable support for on board SPI EEPROM by turning on > CONFIG_EEPROM_AT25. > > Signed-off-by: Scott Branden Looks fine to me, unless this needs to be a module, Arnd, what do you think? > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index eadf485..9955ee1 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -136,6 +136,7 @@ CONFIG_MTD_SPI_NOR=y > CONFIG_BLK_DEV_LOOP=y > CONFIG_BLK_DEV_NBD=m > CONFIG_VIRTIO_BLK=y > +CONFIG_EEPROM_AT25=y > CONFIG_SRAM=y > # CONFIG_SCSI_PROC_FS is not set > CONFIG_BLK_DEV_SD=y > -- Florian