From df11641da3d7f88c5d6bc5ae41b7cf16358a778e Mon Sep 17 00:00:00 2001 From: Marco Franchi Date: Fri, 26 May 2017 10:03:10 -0300 Subject: [PATCH] misc: (pn5xx) Include the driver to the kernel Include the pn5xx driver and the driver config to the kernel compilation. Signed-off-by: Marco Franchi --- drivers/misc/Kconfig | 1 + drivers/misc/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index fa77f81..97eac873 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -548,4 +548,5 @@ source "drivers/misc/mic/Kconfig" source "drivers/misc/genwqe/Kconfig" source "drivers/misc/echo/Kconfig" source "drivers/misc/cxl/Kconfig" +source "drivers/misc/nxp-pn5xx/Kconfig" endmenu diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 89a33288..64d0a21 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -54,6 +54,7 @@ obj-$(CONFIG_VMWARE_VMCI) += vmw_vmci/ obj-$(CONFIG_LATTICE_ECP3_CONFIG) += lattice-ecp3-config.o obj-$(CONFIG_SRAM) += sram.o obj-y += mic/ +obj-y += nxp-pn5xx/ obj-$(CONFIG_GENWQE) += genwqe/ obj-$(CONFIG_ECHO) += echo/ obj-$(CONFIG_VEXPRESS_SYSCFG) += vexpress-syscfg.o -- 2.7.4