diff options
author | Olof Johansson <olof@lixom.net> | 2017-06-19 07:45:08 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-06-19 07:45:08 +0200 |
commit | 8c5c25067044b7bcb2201e761483ef4cacc970d8 (patch) | |
tree | 0b4a636b842430947c58ad3ef00303f511f2d809 /drivers/soc/Kconfig | |
parent | Merge tag 'tegra-for-4.13-firmware' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
parent | soc: renesas: Rework Kconfig and Makefile logic (diff) | |
download | linux-8c5c25067044b7bcb2201e761483ef4cacc970d8.tar.xz linux-8c5c25067044b7bcb2201e761483ef4cacc970d8.zip |
Merge tag 'renesas-drivers-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers
Renesas ARM Based SoC Drivers Updates for v4.13
* Rework Kconfig and Makefile logic
* tag 'renesas-drivers-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
soc: renesas: Rework Kconfig and Makefile logic
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/soc/Kconfig')
-rw-r--r-- | drivers/soc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/Kconfig b/drivers/soc/Kconfig index 309643fe35f9..f8c0286f8a65 100644 --- a/drivers/soc/Kconfig +++ b/drivers/soc/Kconfig @@ -6,6 +6,7 @@ source "drivers/soc/fsl/Kconfig" source "drivers/soc/imx/Kconfig" source "drivers/soc/mediatek/Kconfig" source "drivers/soc/qcom/Kconfig" +source "drivers/soc/renesas/Kconfig" source "drivers/soc/rockchip/Kconfig" source "drivers/soc/samsung/Kconfig" source "drivers/soc/sunxi/Kconfig" |