All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option
@ 2016-10-12 18:51 ` Scott Branden
  0 siblings, 0 replies; 18+ messages in thread
From: Scott Branden @ 2016-10-12 18:51 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Arnd Bergmann
  Cc: linux-arm-kernel, linux-kernel, BCM Kernel Feedback, Scott Branden

Enable support for on board SPI EEPROM by turning on
CONFIG_EEPROM_AT25.  This needs to be on in order to
boot and test the kernel with a static rootfs image
that is not rebuilt everytime the kernel is rebuilt.

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

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-10-19 16:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-12 18:51 [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option Scott Branden
2016-10-12 18:51 ` Scott Branden
2016-10-17 21:58 ` Olof Johansson
2016-10-17 21:58   ` Olof Johansson
2016-10-17 23:24   ` Scott Branden
2016-10-17 23:24     ` Scott Branden
2016-10-18  0:04     ` Olof Johansson
2016-10-18  0:04       ` Olof Johansson
2016-10-18 20:38       ` Scott Branden
2016-10-18 20:38         ` Scott Branden
2016-10-18 20:48         ` Olof Johansson
2016-10-18 20:48           ` Olof Johansson
2016-10-18 22:23           ` Scott Branden
2016-10-18 22:23             ` Scott Branden
2016-10-19  8:04             ` Arnd Bergmann
2016-10-19  8:04               ` Arnd Bergmann
2016-10-19 16:50               ` Olof Johansson
2016-10-19 16:50                 ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.