public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: enable EEPROM_AT25 config option
@ 2016-10-07 21:23 Scott Branden
  2016-10-10  9:08 ` Florian Fainelli
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Branden @ 2016-10-07 21:23 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

* [PATCH] arm64: defconfig: enable EEPROM_AT25 config option
  2016-10-07 21:23 [PATCH] arm64: defconfig: enable EEPROM_AT25 config option Scott Branden
@ 2016-10-10  9:08 ` Florian Fainelli
  2016-10-10  9:20   ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2016-10-10  9:08 UTC (permalink / raw)
  To: linux-arm-kernel



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 <scott.branden@broadcom.com>

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

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

* [PATCH] arm64: defconfig: enable EEPROM_AT25 config option
  2016-10-10  9:08 ` Florian Fainelli
@ 2016-10-10  9:20   ` Arnd Bergmann
  2016-10-11 22:33     ` Scott Branden
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2016-10-10  9:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, October 10, 2016 2:08:05 AM CEST Florian Fainelli wrote:
> 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 <scott.branden@broadcom.com>
> 
> Looks fine to me, unless this needs to be a module, Arnd, what do you think?

Please either make it a module or explain in the patch description
why it should be built-in.

	Arnd

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

* [PATCH] arm64: defconfig: enable EEPROM_AT25 config option
  2016-10-10  9:20   ` Arnd Bergmann
@ 2016-10-11 22:33     ` Scott Branden
  0 siblings, 0 replies; 4+ messages in thread
From: Scott Branden @ 2016-10-11 22:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On 16-10-10 02:20 AM, Arnd Bergmann wrote:
> On Monday, October 10, 2016 2:08:05 AM CEST Florian Fainelli wrote:
>> 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 <scott.branden@broadcom.com>
>>
>> Looks fine to me, unless this needs to be a module, Arnd, what do you think?
>
> Please either make it a module or explain in the patch description
> why it should be built-in.

We use a fixed rootfs image to test the kernel.  For simplicity we don't 
construct a rootfs or load any modules.  We just test the kernel image. 
So for us every defconfig we use needs to be set to y to use the 
upstreamed kernel.

>
> 	Arnd
>

Regards,
  Scott

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

end of thread, other threads:[~2016-10-11 22:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07 21:23 [PATCH] arm64: defconfig: enable EEPROM_AT25 config option Scott Branden
2016-10-10  9:08 ` Florian Fainelli
2016-10-10  9:20   ` Arnd Bergmann
2016-10-11 22:33     ` Scott Branden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox