diff options
| author | Felix Fietkau | 2017-02-10 09:52:31 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2017-02-10 10:05:57 +0000 |
| commit | e690280a160229be31906806583e8e9442d5b365 (patch) | |
| tree | b4f50d88f2004a66e2e45545448509fbcff8d363 | |
| parent | db866154fc5e3497e889eada74d3c09411bfafd1 (diff) | |
| download | openwrt-e690280a160229be31906806583e8e9442d5b365.tar.gz | |
mxs: enable nvmem support
fixes build error due to missing kernel config options
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -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 |