Message ID | 20231214105243.3707730-14-tudor.ambarus@linaro.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | GS101 Oriole: CMU_PERIC0 support and USI updates | expand |
On 14/12/2023 11:52, Tudor Ambarus wrote: > gs101-oriole populates an at24 eeprom on the battery connector. > Make EEPROM_AT24 builtin. The first sentence does not explain me the second part. The first sentence justifies having this enabled in general, but not necessarily as built-in. Best regards, Krzysztof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 09fb467303ba..19c1d61382f6 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -276,7 +276,7 @@ CONFIG_QCOM_COINCELL=m CONFIG_QCOM_FASTRPC=m CONFIG_SRAM=y CONFIG_PCI_ENDPOINT_TEST=m -CONFIG_EEPROM_AT24=m +CONFIG_EEPROM_AT24=y CONFIG_EEPROM_AT25=m CONFIG_UACCE=m # CONFIG_SCSI_PROC_FS is not set
gs101-oriole populates an at24 eeprom on the battery connector. Make EEPROM_AT24 builtin. Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org> --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)