3 config SPL_GPIO_SUPPORT
6 config SPL_LIBCOMMON_SUPPORT
9 config SPL_LIBGENERIC_SUPPORT
12 config SPL_SERIAL_SUPPORT
16 bool "Tegra IVC protocol"
18 IVC (Inter-VM Communication) protocol is a Tegra-specific IPC
19 (Inter Processor Communication) framework. Within the context of
20 U-Boot, it is typically used for communication between the main CPU
21 and various auxiliary processors.
24 bool "Tegra common options"
39 select VIDCONSOLE_AS_LCD if DM_VIDEO
40 select BOARD_EARLY_INIT_F
43 bool "Tegra common options for SoCs without BPMP"
45 select TEGRA_CAR_CLOCK
46 select TEGRA_CAR_RESET
48 config TEGRA_ARMV7_COMMON
49 bool "Tegra 32-bit common options"
57 config TEGRA_ARMV8_COMMON
58 bool "Tegra 64-bit common options"
63 prompt "Tegra SoC select"
68 select TEGRA_ARMV7_COMMON
72 select TEGRA_ARMV7_COMMON
75 bool "Tegra114 family"
76 select TEGRA_ARMV7_COMMON
79 bool "Tegra124 family"
80 select TEGRA_ARMV7_COMMON
83 bool "Tegra210 family"
85 select TEGRA_ARMV8_COMMON
89 bool "Tegra186 family"
95 select TEGRA_ARMV8_COMMON
101 config TEGRA_DISCONNECT_UDC_ON_BOOT
102 bool "Disconnect USB device mode controller on boot"
105 When loading U-Boot into RAM over USB protocols using tools such as
106 tegrarcm or L4T's exec-uboot.sh/tegraflash.py, Tegra's USB device
107 mode controller is initialized and enumerated by the host PC running
108 the tool. Unfortunately, these tools do not shut down the USB
109 controller before executing the downloaded code, and so the host PC
110 does not "de-enumerate" the USB device. This option shuts down the
111 USB controller when U-Boot boots to avoid leaving a stale USB device
114 config SYS_MALLOC_F_LEN
117 source "arch/arm/mach-tegra/tegra20/Kconfig"
118 source "arch/arm/mach-tegra/tegra30/Kconfig"
119 source "arch/arm/mach-tegra/tegra114/Kconfig"
120 source "arch/arm/mach-tegra/tegra124/Kconfig"
121 source "arch/arm/mach-tegra/tegra210/Kconfig"
122 source "arch/arm/mach-tegra/tegra186/Kconfig"