From: Felix Fietkau Date: Fri, 10 Feb 2017 09:52:31 +0000 (+0100) Subject: mxs: enable nvmem support X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e690280a160229be31906806583e8e9442d5b365;p=librecmc%2Flibrecmc.git mxs: enable nvmem support fixes build error due to missing kernel config options Signed-off-by: Felix Fietkau --- diff --git a/target/linux/mxs/config-4.4 b/target/linux/mxs/config-4.4 index 6723f05d31..b1a459d0d2 100644 --- a/target/linux/mxs/config-4.4 +++ b/target/linux/mxs/config-4.4 @@ -212,6 +212,8 @@ CONFIG_NEED_PER_CPU_KM=y CONFIG_NET_PTP_CLASSIFY=y CONFIG_NLS=y CONFIG_NO_BOOTMEM=y +CONFIG_NVMEM=y +CONFIG_NVMEM_MXS_OCOTP=y CONFIG_OF=y CONFIG_OF_ADDRESS=y CONFIG_OF_EARLY_FLATTREE=y