diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-08 18:51:27 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-08 18:51:27 +0100 |
commit | ef3919bea962ad48f8d0634dd0d3a3ad6fb79238 (patch) | |
tree | a23cb5a8358361774907e18823241f4a14b8b533 /target/linux/layerscape | |
parent | 111b183ca9eb6fb73d5ebf0d56ffbb12449a7b81 (diff) | |
download | upstream-ef3919bea962ad48f8d0634dd0d3a3ad6fb79238.tar.gz upstream-ef3919bea962ad48f8d0634dd0d3a3ad6fb79238.tar.bz2 upstream-ef3919bea962ad48f8d0634dd0d3a3ad6fb79238.zip |
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@hauke-m.de>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/armv8_64b/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |