summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
blob: 8615248377e4927e1ec8490b99301727590291d4 (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
47
48
49
50
51
52
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 SYS_MALLOC_F
	default y

config SYS_MALLOC_F_LEN
	default 0x1800

config USE_PRIVATE_LIBGCC
	default y

config DM
	default y

config DM_SERIAL
	default y

config DM_SPI
	default y

config DM_SPI_FLASH
	default y

config DM_I2C
	default y

config DM_GPIO
	default y

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"

endif
OpenPOWER on IntegriCloud