diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-30 01:06:29 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-30 01:06:29 +0200 |
commit | 605b6a0993ce19612098beba6dd443501a4badd1 (patch) | |
tree | 1e458e671a4b65e52e3a23e735a867a9f6bf5a83 /target/linux | |
parent | c555b524c7e55f54aea69d11113bc36326aabafe (diff) | |
download | upstream-605b6a0993ce19612098beba6dd443501a4badd1.tar.gz upstream-605b6a0993ce19612098beba6dd443501a4badd1.tar.bz2 upstream-605b6a0993ce19612098beba6dd443501a4badd1.zip |
kernel: add missing config option
CONFIG_NVMEM_BCM_OCOTP was added in kernel 4.10 and it is possible to
activate it on the bcm53xx target. Deactivate it by default to fix the
build of the bcm53xx target.
This was found by build bot.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 48c7f31703..a27198335d 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -3283,6 +3283,7 @@ CONFIG_NMI_LOG_BUF_SHIFT=13 # CONFIG_NTP_PPS is not set # CONFIG_NVM is not set # CONFIG_NVMEM is not set +# CONFIG_NVMEM_BCM_OCOTP is not set # CONFIG_NVMEM_IMX_OCOTP is not set # CONFIG_NVME_FC is not set # CONFIG_NVME_TARGET is not set |