[openwrt/openwrt] layerscape: Add CONFIG_NVMEM_LAYERSCAPE_SFP kernel configuration option
LEDE Commits
lede-commits at lists.infradead.org
Sun Jan 8 11:21:56 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ef3919bea962ad48f8d0634dd0d3a3ad6fb79238
commit ef3919bea962ad48f8d0634dd0d3a3ad6fb79238
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jan 8 18:51:27 2023 +0100
layerscape: Add CONFIG_NVMEM_LAYERSCAPE_SFP kernel configuration option
The kernel configuration option is now available on kernel 5.10 and
5.15, add it to the config for 5.15 too.
Fixes: 8dfe69cdfc5c ("kernel: update nvmem subsystem to the latest upstream")
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/layerscape/armv8_64b/config-5.15 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/layerscape/armv8_64b/config-5.15 b/target/linux/layerscape/armv8_64b/config-5.15
index e959d4393b..73815b174d 100644
--- a/target/linux/layerscape/armv8_64b/config-5.15
+++ b/target/linux/layerscape/armv8_64b/config-5.15
@@ -544,6 +544,7 @@ CONFIG_NUMA=y
CONFIG_NUMA_BALANCING=y
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
CONFIG_NVMEM=y
+# CONFIG_NVMEM_LAYERSCAPE_SFP is not set
# CONFIG_NVMEM_SPMI_SDAM is not set
CONFIG_NVMEM_SYSFS=y
CONFIG_OF=y
More information about the lede-commits
mailing list