On Tue, Feb 20, 2018 at 01:58:07PM +0200, Mikko Perttunen wrote: > Add the configuration option to enable support for the Tegra194 > system-on-chip, and enable it by default in the arm64 defconfig. > > Signed-off-by: Mikko Perttunen > --- > arch/arm64/configs/defconfig | 1 + > drivers/soc/tegra/Kconfig | 10 ++++++++++ > 2 files changed, 11 insertions(+) defconfig changes should be in a separate patch because they need to go into different branches in the ARM SoC tree. I've fixed that up, but maybe something to keep in mind for next time. Thierry