2014-08-31 07:10:56 +09:00
|
|
|
if TEGRA
|
|
|
|
|
2016-09-12 23:18:39 -06:00
|
|
|
config SPL_GPIO_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-12 23:18:41 -06:00
|
|
|
config SPL_LIBCOMMON_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-12 23:18:43 -06:00
|
|
|
config SPL_LIBGENERIC_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-12 23:18:56 -06:00
|
|
|
config SPL_SERIAL_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-07-18 12:17:11 -06:00
|
|
|
config TEGRA_IVC
|
|
|
|
bool "Tegra IVC protocol"
|
|
|
|
help
|
|
|
|
IVC (Inter-VM Communication) protocol is a Tegra-specific IPC
|
|
|
|
(Inter Processor Communication) framework. Within the context of
|
|
|
|
U-Boot, it is typically used for communication between the main CPU
|
|
|
|
and various auxiliary processors.
|
|
|
|
|
2015-11-23 10:32:01 -07:00
|
|
|
config TEGRA_COMMON
|
|
|
|
bool "Tegra common options"
|
2016-09-13 10:46:00 -06:00
|
|
|
select CLK
|
2015-07-17 08:12:51 -07:00
|
|
|
select DM
|
2015-11-29 13:18:01 -07:00
|
|
|
select DM_ETH
|
2015-07-17 08:12:51 -07:00
|
|
|
select DM_GPIO
|
2015-11-23 10:32:01 -07:00
|
|
|
select DM_I2C
|
2015-10-18 21:17:16 -06:00
|
|
|
select DM_KEYBOARD
|
2016-09-13 10:45:48 -06:00
|
|
|
select DM_MMC
|
2016-01-30 16:38:01 -07:00
|
|
|
select DM_PWM
|
2016-09-13 10:46:00 -06:00
|
|
|
select DM_RESET
|
2015-11-23 10:32:01 -07:00
|
|
|
select DM_SERIAL
|
|
|
|
select DM_SPI
|
|
|
|
select DM_SPI_FLASH
|
2016-09-13 10:46:00 -06:00
|
|
|
select MISC
|
2015-11-23 10:32:01 -07:00
|
|
|
select OF_CONTROL
|
2016-02-16 18:09:19 -07:00
|
|
|
select VIDCONSOLE_AS_LCD if DM_VIDEO
|
2017-01-23 13:31:20 -07:00
|
|
|
select BOARD_EARLY_INIT_F
|
2015-11-23 10:32:01 -07:00
|
|
|
|
2016-09-13 10:46:00 -06:00
|
|
|
config TEGRA_NO_BPMP
|
|
|
|
bool "Tegra common options for SoCs without BPMP"
|
|
|
|
select TEGRA_CAR
|
|
|
|
select TEGRA_CAR_CLOCK
|
|
|
|
select TEGRA_CAR_RESET
|
|
|
|
|
2015-11-23 10:32:01 -07:00
|
|
|
config TEGRA_ARMV7_COMMON
|
|
|
|
bool "Tegra 32-bit common options"
|
|
|
|
select CPU_V7
|
|
|
|
select SPL
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select TEGRA_COMMON
|
2016-05-12 12:07:41 -06:00
|
|
|
select TEGRA_GPIO
|
2016-09-13 10:46:00 -06:00
|
|
|
select TEGRA_NO_BPMP
|
2015-11-23 10:32:01 -07:00
|
|
|
|
|
|
|
config TEGRA_ARMV8_COMMON
|
|
|
|
bool "Tegra 64-bit common options"
|
|
|
|
select ARM64
|
|
|
|
select TEGRA_COMMON
|
2015-07-17 08:12:51 -07:00
|
|
|
|
2014-08-31 07:10:56 +09:00
|
|
|
choice
|
|
|
|
prompt "Tegra SoC select"
|
2015-05-12 14:46:23 -05:00
|
|
|
optional
|
2014-08-31 07:10:56 +09:00
|
|
|
|
|
|
|
config TEGRA20
|
|
|
|
bool "Tegra20 family"
|
2017-03-07 07:13:42 -05:00
|
|
|
select ARM_ERRATA_716044
|
|
|
|
select ARM_ERRATA_742230
|
|
|
|
select ARM_ERRATA_751472
|
2015-07-17 08:12:51 -07:00
|
|
|
select TEGRA_ARMV7_COMMON
|
2014-08-31 07:10:56 +09:00
|
|
|
|
|
|
|
config TEGRA30
|
|
|
|
bool "Tegra30 family"
|
2017-03-07 07:13:42 -05:00
|
|
|
select ARM_ERRATA_743622
|
|
|
|
select ARM_ERRATA_751472
|
2015-07-17 08:12:51 -07:00
|
|
|
select TEGRA_ARMV7_COMMON
|
2014-08-31 07:10:56 +09:00
|
|
|
|
|
|
|
config TEGRA114
|
|
|
|
bool "Tegra114 family"
|
2015-07-17 08:12:51 -07:00
|
|
|
select TEGRA_ARMV7_COMMON
|
2014-08-31 07:10:56 +09:00
|
|
|
|
|
|
|
config TEGRA124
|
|
|
|
bool "Tegra124 family"
|
2015-07-17 08:12:51 -07:00
|
|
|
select TEGRA_ARMV7_COMMON
|
2014-08-31 07:10:56 +09:00
|
|
|
|
2015-03-04 16:36:00 -07:00
|
|
|
config TEGRA210
|
|
|
|
bool "Tegra210 family"
|
2016-05-12 12:07:41 -06:00
|
|
|
select TEGRA_GPIO
|
2015-11-23 10:32:01 -07:00
|
|
|
select TEGRA_ARMV8_COMMON
|
2016-09-13 10:46:00 -06:00
|
|
|
select TEGRA_NO_BPMP
|
2015-03-04 16:36:00 -07:00
|
|
|
|
2016-05-12 13:32:55 -06:00
|
|
|
config TEGRA186
|
|
|
|
bool "Tegra186 family"
|
2016-06-17 09:43:57 -06:00
|
|
|
select DM_MAILBOX
|
2016-08-08 09:41:34 -06:00
|
|
|
select TEGRA186_BPMP
|
2016-08-08 11:28:24 -06:00
|
|
|
select TEGRA186_CLOCK
|
2016-05-12 13:32:55 -06:00
|
|
|
select TEGRA186_GPIO
|
2016-08-08 11:28:25 -06:00
|
|
|
select TEGRA186_RESET
|
2016-05-12 13:32:55 -06:00
|
|
|
select TEGRA_ARMV8_COMMON
|
2016-06-17 09:43:57 -06:00
|
|
|
select TEGRA_HSP
|
2016-07-18 12:17:11 -06:00
|
|
|
select TEGRA_IVC
|
2016-05-12 13:32:55 -06:00
|
|
|
|
2014-08-31 07:10:56 +09:00
|
|
|
endchoice
|
|
|
|
|
2016-01-26 10:59:42 -07:00
|
|
|
config TEGRA_DISCONNECT_UDC_ON_BOOT
|
|
|
|
bool "Disconnect USB device mode controller on boot"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
When loading U-Boot into RAM over USB protocols using tools such as
|
|
|
|
tegrarcm or L4T's exec-uboot.sh/tegraflash.py, Tegra's USB device
|
|
|
|
mode controller is initialized and enumerated by the host PC running
|
|
|
|
the tool. Unfortunately, these tools do not shut down the USB
|
|
|
|
controller before executing the downloaded code, and so the host PC
|
|
|
|
does not "de-enumerate" the USB device. This option shuts down the
|
|
|
|
USB controller when U-Boot boots to avoid leaving a stale USB device
|
|
|
|
present.
|
|
|
|
|
2015-02-11 16:32:59 -07:00
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x1800
|
|
|
|
|
2015-02-20 17:04:04 +09:00
|
|
|
source "arch/arm/mach-tegra/tegra20/Kconfig"
|
|
|
|
source "arch/arm/mach-tegra/tegra30/Kconfig"
|
|
|
|
source "arch/arm/mach-tegra/tegra114/Kconfig"
|
|
|
|
source "arch/arm/mach-tegra/tegra124/Kconfig"
|
2015-03-04 16:36:00 -07:00
|
|
|
source "arch/arm/mach-tegra/tegra210/Kconfig"
|
2016-05-12 13:32:55 -06:00
|
|
|
source "arch/arm/mach-tegra/tegra186/Kconfig"
|
2014-08-31 07:10:56 +09:00
|
|
|
|
|
|
|
endif
|