diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-10 10:52:31 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-10 11:05:57 +0100 |
commit | e690280a160229be31906806583e8e9442d5b365 (patch) | |
tree | b4f50d88f2004a66e2e45545448509fbcff8d363 /target | |
parent | db866154fc5e3497e889eada74d3c09411bfafd1 (diff) | |
download | openwrt-e690280a160229be31906806583e8e9442d5b365.tar.gz openwrt-e690280a160229be31906806583e8e9442d5b365.tar.bz2 openwrt-e690280a160229be31906806583e8e9442d5b365.zip |
mxs: enable nvmem support
fixes build error due to missing kernel config options
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mxs/config-4.4 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |