]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/mach-tegra/Kconfig
8bab594f49e794ebfc3c6e2fba7b62524007f231
[karo-tx-uboot.git] / arch / arm / mach-tegra / Kconfig
1 if TEGRA
2
3 choice
4         prompt "Tegra SoC select"
5
6 config TEGRA20
7         bool "Tegra20 family"
8
9 config TEGRA30
10         bool "Tegra30 family"
11
12 config TEGRA114
13         bool "Tegra114 family"
14
15 config TEGRA124
16         bool "Tegra124 family"
17
18 endchoice
19
20 config SYS_MALLOC_F_LEN
21         default 0x1800
22
23 config USE_PRIVATE_LIBGCC
24         default y
25
26 config SPL_DM
27         default y
28
29 source "arch/arm/mach-tegra/tegra20/Kconfig"
30 source "arch/arm/mach-tegra/tegra30/Kconfig"
31 source "arch/arm/mach-tegra/tegra114/Kconfig"
32 source "arch/arm/mach-tegra/tegra124/Kconfig"
33
34 endif