Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1499890
| From | Scott Branden <scott.branden@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option |
| Date | 2016-10-12 21:00 +0200 |
| Message-ID | <srwUW-8js-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option Scott Branden <scott.branden@broadcom.com> - 2016-10-12 21:00 +0200
Re: [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option Olof Johansson <olof@lixom.net> - 2016-10-18 00:00 +0200
Re: [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option Scott Branden <scott.branden@broadcom.com> - 2016-10-18 01:30 +0200
Re: [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option Olof Johansson <olof@lixom.net> - 2016-10-18 02:10 +0200
Re: [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option Scott Branden <scott.branden@broadcom.com> - 2016-10-18 22:40 +0200
Re: [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option Olof Johansson <olof@lixom.net> - 2016-10-18 22:50 +0200
Re: [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option Scott Branden <scott.branden@broadcom.com> - 2016-10-19 00:30 +0200
Re: [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option Arnd Bergmann <arnd@arndb.de> - 2016-10-19 17:50 +0200
Re: [PATCH v2] arm64: defconfig: enable EEPROM_AT25 config option Olof Johansson <olof@lixom.net> - 2016-10-19 19:00 +0200
csiph-web