diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-07-28 12:45:03 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-07-28 22:44:27 +0200 |
commit | 6bc9c1619de3a8a03b412c925404440566568a64 (patch) | |
tree | 05bc25f7023adaec30557bdee7be2e2f82f8fddf /arch/mips/configs/rs90_defconfig | |
parent | 0889a67a9e7a56ba39af223d536630b20b877fda (diff) | |
download | linux-6bc9c1619de3a8a03b412c925404440566568a64.tar.bz2 |
MIPS: ingenic: Enable JZ4780_NEMC manually
The CONFIG_JZ4780_NEMC was previously a default on MIPS but now it has
to be enabled manually.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/configs/rs90_defconfig')
-rw-r--r-- | arch/mips/configs/rs90_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/rs90_defconfig b/arch/mips/configs/rs90_defconfig index 433ac5c0266a..de6752051ecc 100644 --- a/arch/mips/configs/rs90_defconfig +++ b/arch/mips/configs/rs90_defconfig @@ -145,6 +145,7 @@ CONFIG_DMA_JZ4780=y CONFIG_INGENIC_OST=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_MEMORY=y +CONFIG_JZ4780_NEMC=y CONFIG_IIO=y CONFIG_INGENIC_ADC=y CONFIG_IIO_RESCALE=y |