From 71ad616095c8e0ef80bdcec19fb1c2e6c999b2e6 Mon Sep 17 00:00:00 2001 From: dchvs Date: Thu, 11 Feb 2021 23:33:53 +0000 Subject: [PATCH] --- Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing.md b/Testing.md index b985a94..137941f 100644 --- a/Testing.md +++ b/Testing.md @@ -1,6 +1,6 @@ #### Driver MT9M021 -By default the Driver gets installed, as the tegra_defconfig has it. You can review it on the Kernel's menuconfig: +By default the Driver is installed, the tegra_defconfig, include it via ```CONFIG_VIDEO_I2C_SPIRI_CAM=y```. You can review it on the Kernel's menuconfig: ```bash make -C ../../source/kernel/kernel-4.9/ ARCH=arm64 O=$PWD/build/ menuconfig