summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2017-09-22 16:31:26 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-29 14:00:55 -0400
commitf01fe2bb3954712935a5dd0ab1d2d02a779d2a2a (patch)
treef0394e41411bd9d0be7fc231ee26a91941e636ee /drivers/Kconfig
parent0a93373364f8520e552f96b7e8fc22a5917f83ea (diff)
nvgpu: 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: I449ed2f07949785f2dd90a6833f4d8cd1711519a Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1566641 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>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r--drivers/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
new file mode 100644
index 00000000..d9c76e76
--- /dev/null
+++ b/drivers/Kconfig
@@ -0,0 +1,5 @@
1append_menu "Device Drivers"
2
3source "drivers/gpu/nvgpu/Kconfig"
4
5endmenu