Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch/powerpc: Add CONFIG_FSL_DPAA to corenetXX_smp_defconfig

Enable the drivers on the powerpc arch.

Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Scott Wood <oss@buserror.net>

authored by

Claudiu Manoil and committed by
Scott Wood
e0b80f00 de775623

+5 -2
+2 -2
arch/powerpc/Makefile
··· 318 318 PHONY += corenet32_smp_defconfig 319 319 corenet32_smp_defconfig: 320 320 $(call merge_into_defconfig,corenet_basic_defconfig,\ 321 - 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw) 321 + 85xx-32bit 85xx-smp 85xx-hw fsl-emb-nonhw dpaa) 322 322 323 323 PHONY += corenet64_smp_defconfig 324 324 corenet64_smp_defconfig: 325 325 $(call merge_into_defconfig,corenet_basic_defconfig,\ 326 - 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw) 326 + 85xx-64bit 85xx-smp altivec 85xx-hw fsl-emb-nonhw dpaa) 327 327 328 328 PHONY += mpc86xx_defconfig 329 329 mpc86xx_defconfig:
+1
arch/powerpc/configs/dpaa.config
··· 1 + CONFIG_FSL_DPAA=y
+1
drivers/soc/Kconfig
··· 1 1 menu "SOC (System On Chip) specific Drivers" 2 2 3 3 source "drivers/soc/bcm/Kconfig" 4 + source "drivers/soc/fsl/qbman/Kconfig" 4 5 source "drivers/soc/fsl/qe/Kconfig" 5 6 source "drivers/soc/mediatek/Kconfig" 6 7 source "drivers/soc/qcom/Kconfig"
+1
drivers/soc/fsl/Makefile
··· 2 2 # Makefile for the Linux Kernel SOC fsl specific device drivers 3 3 # 4 4 5 + obj-$(CONFIG_FSL_DPAA) += qbman/ 5 6 obj-$(CONFIG_QUICC_ENGINE) += qe/ 6 7 obj-$(CONFIG_CPM) += qe/