diff options
author | Adam Ford <aford173@gmail.com> | 2021-02-07 15:46:32 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-03-24 14:46:55 +0300 |
commit | f6a7ea04ad2044e8f05b55f3bdd3133f468f60d1 (patch) | |
tree | 2b1a352ca6c2067bd664d6a6f595a117fd2b2627 /arch/arm/configs/omap2plus_defconfig | |
parent | b556f76a0a4ff30f15f0c90a0d83daa4abb6ae3f (diff) | |
download | linux-f6a7ea04ad2044e8f05b55f3bdd3133f468f60d1.tar.xz |
ARM: omap2plus_defconfig: Add AT25 EEPROM module
The Torpedo development kit has an at25 SPI EEPROM on the baseboard.
Enable it as a module in the omap2plus defconfig.
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index aa1396537a80..77b4bea12feb 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -313,6 +313,7 @@ CONFIG_SENSORS_TSL2550=m CONFIG_SRAM=y CONFIG_PCI_ENDPOINT_TEST=m CONFIG_EEPROM_AT24=m +CONFIG_EEPROM_AT25=m CONFIG_BLK_DEV_SD=y CONFIG_SCSI_SCAN_ASYNC=y CONFIG_ATA=y |