]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-tegra/tegra114/Kconfig
arm: freescale: Rename initdram() to fsl_initdram()
[u-boot] / arch / arm / mach-tegra / tegra114 / Kconfig
1 if TEGRA114
2
3 choice
4         prompt "Tegra114 board select"
5         optional
6
7 config TARGET_DALMORE
8         bool "NVIDIA Tegra114 Dalmore evaluation board"
9         select BOARD_LATE_INIT
10
11 endchoice
12
13 config SYS_SOC
14         default "tegra114"
15
16 source "board/nvidia/dalmore/Kconfig"
17
18 endif