diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-08 16:09:04 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-08 16:10:49 +0100 |
commit | 111b183ca9eb6fb73d5ebf0d56ffbb12449a7b81 (patch) | |
tree | f0c8816b71f5840dad62d027f375f563daff72d2 | |
parent | 0627874594074737f6bd5d8effc5090e6d7fd1e6 (diff) | |
download | openwrt-111b183ca9eb6fb73d5ebf0d56ffbb12449a7b81.tar.gz openwrt-111b183ca9eb6fb73d5ebf0d56ffbb12449a7b81.tar.bz2 openwrt-111b183ca9eb6fb73d5ebf0d56ffbb12449a7b81.zip |
at91: Add CONFIG_NVMEM_MICROCHIP_OTPC 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>
-rw-r--r-- | target/linux/at91/sam9x/config-5.15 | 1 | ||||
-rw-r--r-- | target/linux/at91/sama5/config-5.15 | 1 | ||||
-rw-r--r-- | target/linux/at91/sama7/config-5.15 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/at91/sam9x/config-5.15 b/target/linux/at91/sam9x/config-5.15 index 3aa652c188..ce7deb17a7 100644 --- a/target/linux/at91/sam9x/config-5.15 +++ b/target/linux/at91/sam9x/config-5.15 @@ -200,6 +200,7 @@ CONFIG_NET_PTP_CLASSIFY=y CONFIG_NET_SELFTESTS=y CONFIG_NLS=y CONFIG_NVMEM=y +# CONFIG_NVMEM_MICROCHIP_OTPC is not set CONFIG_NVMEM_SYSFS=y CONFIG_OF=y CONFIG_OF_ADDRESS=y diff --git a/target/linux/at91/sama5/config-5.15 b/target/linux/at91/sama5/config-5.15 index e2fbc5ba7d..4790e26dff 100644 --- a/target/linux/at91/sama5/config-5.15 +++ b/target/linux/at91/sama5/config-5.15 @@ -305,6 +305,7 @@ CONFIG_NLS_UTF8=y CONFIG_NO_HZ_COMMON=y CONFIG_NO_HZ_IDLE=y CONFIG_NVMEM=y +# CONFIG_NVMEM_MICROCHIP_OTPC is not set CONFIG_NVMEM_SYSFS=y CONFIG_OF=y CONFIG_OF_ADDRESS=y diff --git a/target/linux/at91/sama7/config-5.15 b/target/linux/at91/sama7/config-5.15 index 4ff0d3df23..2cdf4cb434 100644 --- a/target/linux/at91/sama7/config-5.15 +++ b/target/linux/at91/sama7/config-5.15 @@ -269,6 +269,7 @@ CONFIG_NLS_UTF8=y CONFIG_NO_HZ_COMMON=y CONFIG_NO_HZ_IDLE=y CONFIG_NVMEM=y +# CONFIG_NVMEM_MICROCHIP_OTPC is not set CONFIG_NVMEM_SYSFS=y CONFIG_OF=y CONFIG_OF_ADDRESS=y |