summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/tegra-common/Kconfig
blob: 93dc7320c99f9a78d0ad53e86633f161b51add2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
if TEGRA

choice
	prompt "Tegra SoC select"

config TEGRA20
	bool "Tegra20 family"

config TEGRA30
	bool "Tegra30 family"

config TEGRA114
	bool "Tegra114 family"

config TEGRA124
	bool "Tegra124 family"

endchoice

config USE_PRIVATE_LIBGCC
	default y if SPL_BUILD

config DM
	default y if !SPL_BUILD

config DM_SERIAL
	default y if !SPL_BUILD

config DM_SPI
	default y if !SPL_BUILD

config DM_SPI_FLASH
	default y if !SPL_BUILD

config DM_I2C
	default y if !SPL_BUILD

config DM_GPIO
	default y if !SPL_BUILD

source "arch/arm/cpu/armv7/tegra20/Kconfig"
source "arch/arm/cpu/armv7/tegra30/Kconfig"
source "arch/arm/cpu/armv7/tegra114/Kconfig"
source "arch/arm/cpu/armv7/tegra124/Kconfig"

endif
OpenPOWER on IntegriCloud