1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * (C) Copyright 2023 4 * Svyatoslav Ryhel <clamor95@gmail.com> 5 */ 6 7 #ifndef __CONFIG_H 8 #define __CONFIG_H 9 10 #include <linux/sizes.h> 11 #include "tegra20-common.h" 12 13 /* Tegra common post configuration overwrites text env in the board */ 14 #define BOARD_EXTRA_ENV_SETTINGS \ 15 "stdin=serial,tegra-kbc,button-kbd,cpcap-pwrbutton\0" 16 17 #include "tegra-common-post.h" 18 19 #endif /* __CONFIG_H */ 20