Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1497555

[PATCH] arm64: defconfig: enable EEPROM_AT25 config option

From Scott Branden <scott.branden@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH] arm64: defconfig: enable EEPROM_AT25 config option
Date 2016-10-07 23:30 +0200
Message-ID <spKSl-6de-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Enable support for on board SPI EEPROM by turning on
CONFIG_EEPROM_AT25.

Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
 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
-- 
2.5.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] arm64: defconfig: enable EEPROM_AT25 config option Scott Branden <scott.branden@broadcom.com> - 2016-10-07 23:30 +0200
  Re: [PATCH] arm64: defconfig: enable EEPROM_AT25 config option Florian Fainelli <f.fainelli@gmail.com> - 2016-10-10 11:10 +0200
    Re: [PATCH] arm64: defconfig: enable EEPROM_AT25 config option Arnd Bergmann <arnd@arndb.de> - 2016-10-10 11:30 +0200
      Re: [PATCH] arm64: defconfig: enable EEPROM_AT25 config option Scott Branden <scott.branden@broadcom.com> - 2016-10-12 00:40 +0200

csiph-web