Skip to content

Commit 6bc9c16

Browse files
krzktsbogend
authored andcommitted
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 <[email protected]> Reviewed-by: Paul Cercueil <[email protected]> Acked-by: Thomas Bogendoerfer <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 0889a67 commit 6bc9c16

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

arch/mips/configs/ci20_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ CONFIG_DMA_JZ4780=y
128128
CONFIG_INGENIC_OST=y
129129
# CONFIG_IOMMU_SUPPORT is not set
130130
CONFIG_MEMORY=y
131+
CONFIG_JZ4780_NEMC=y
131132
CONFIG_PWM=y
132133
CONFIG_PWM_JZ4740=m
133134
CONFIG_EXT4_FS=y

arch/mips/configs/qi_lb60_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ CONFIG_RTC_DRV_JZ4740=y
108108
CONFIG_DMADEVICES=y
109109
CONFIG_DMA_JZ4780=y
110110
CONFIG_MEMORY=y
111+
CONFIG_JZ4780_NEMC=y
111112
CONFIG_IIO=y
112113
CONFIG_INGENIC_ADC=y
113114
CONFIG_PWM=y

arch/mips/configs/rs90_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ CONFIG_DMA_JZ4780=y
145145
CONFIG_INGENIC_OST=y
146146
# CONFIG_IOMMU_SUPPORT is not set
147147
CONFIG_MEMORY=y
148+
CONFIG_JZ4780_NEMC=y
148149
CONFIG_IIO=y
149150
CONFIG_INGENIC_ADC=y
150151
CONFIG_IIO_RESCALE=y

0 commit comments

Comments
 (0)