diff options
author | Mathias Kresin <dev@kresin.me> | 2017-07-07 07:44:51 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-07-07 07:44:51 +0200 |
commit | 1743ed49c12e18cd3a3d9fca1f614aae7085eb77 (patch) | |
tree | f805d4be268e706ae179b7e14a438ca6a88037b5 /target/linux | |
parent | 3dc757856c3fa88282a62128fb184f61f975e4f1 (diff) | |
download | upstream-1743ed49c12e18cd3a3d9fca1f614aae7085eb77.tar.gz upstream-1743ed49c12e18cd3a3d9fca1f614aae7085eb77.tar.bz2 upstream-1743ed49c12e18cd3a3d9fca1f614aae7085eb77.zip |
kernel: add missing symbols
Fixes the ramips and xburst/qi_lb60 build.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.9 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index f434d56e6e..1e3f0b5abe 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -3351,6 +3351,7 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_ISL29028 is not set # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_JC42 is not set +# CONFIG_SENSORS_JZ4740 is not set # CONFIG_SENSORS_K10TEMP is not set # CONFIG_SENSORS_K8TEMP is not set # CONFIG_SENSORS_LINEAGE is not set diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9 index 18cfeec321..24bbbc0587 100644 --- a/target/linux/generic/config-4.9 +++ b/target/linux/generic/config-4.9 @@ -1725,6 +1725,7 @@ CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 # CONFIG_IKCONFIG_PROC is not set # CONFIG_IMAGE_CMDLINE_HACK is not set # CONFIG_IMGPDC_WDT is not set +# CONFIG_IMG_MDC_DMA is not set # CONFIG_IMX7D_ADC is not set # CONFIG_IMX_IPUV3_CORE is not set # CONFIG_IMX_THERMAL is not set |