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