nvidia: use kernel overlay features

Update all Kconfig files and Makefiles to rely on the kernel overlay
feature. In particular, don't include any Kconfig files or Makefiles
from other overlays. -I directives in CFLAGS are not yet cleaned up.

Bug 1978395

Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1561187
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Stephen Warren
2017-09-14 10:51:18 -06:00
committed by Laxman Dewangan
parent b9a1518110
commit 2b60a9ec66

View File

@@ -5,4 +5,4 @@ host1x-t186-y = \
dev_t186.o \ dev_t186.o \
hw/host1x05.o hw/host1x05.o
obj-$(CONFIG_TEGRA_HOST1X) += host1x-t186.o obj-$(CONFIG_ARCH_TEGRA_18x_SOC) += host1x-t186.o