summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorBogdan Purcareata <bogdan.purcareata@nxp.com>2017-04-13 09:39:08 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-07-14 09:56:56 (GMT)
commit0cd3a32e38ad00330b7737de73699892370ba489 (patch)
tree3d1649727f93e7221babd0bec58a430e96b6f36b /drivers/soc
parentca64fcbb4e46641143f2273c45727e7114a7f3dd (diff)
downloadlinux-0cd3a32e38ad00330b7737de73699892370ba489.tar.xz
staging: fsl-dpaa2: Add Kconfig / Makefile entries
Add config / compilation entries for the following DPAA2 components: - ethernet - l2switch - mac - virtual bridge - ls2 console - rtc Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/Kconfig1
-rw-r--r--drivers/soc/fsl/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/Kconfig b/drivers/soc/Kconfig
index e6e90e8..daa3d2c 100644
--- a/drivers/soc/Kconfig
+++ b/drivers/soc/Kconfig
@@ -3,6 +3,7 @@ menu "SOC (System On Chip) specific Drivers"
source "drivers/soc/bcm/Kconfig"
source "drivers/soc/fsl/qbman/Kconfig"
source "drivers/soc/fsl/qe/Kconfig"
+source "drivers/soc/fsl/ls2-console/Kconfig"
source "drivers/soc/mediatek/Kconfig"
source "drivers/soc/qcom/Kconfig"
source "drivers/soc/rockchip/Kconfig"
diff --git a/drivers/soc/fsl/Makefile b/drivers/soc/fsl/Makefile
index 954405f..aa8a47e 100644
--- a/drivers/soc/fsl/Makefile
+++ b/drivers/soc/fsl/Makefile
@@ -5,4 +5,5 @@
obj-$(CONFIG_FSL_DPAA) += qbman/
obj-$(CONFIG_QUICC_ENGINE) += qe/
obj-$(CONFIG_CPM) += qe/
+obj-$(CONFIG_FSL_LS2_CONSOLE) += ls2-console/
obj-$(CONFIG_SUSPEND) += rcpm.o