]> Git Repo - J-u-boot.git/blob - board/nvidia/whistler/Kconfig
kconfig: add board Kconfig and defconfig files
[J-u-boot.git] / board / nvidia / whistler / Kconfig
1 if TARGET_WHISTLER
2
3 config SYS_CPU
4         string
5         default "arm720t" if SPL_BUILD
6         default "armv7" if !SPL_BUILD
7
8 config SYS_BOARD
9         string
10         default "whistler"
11
12 config SYS_VENDOR
13         string
14         default "nvidia"
15
16 config SYS_SOC
17         string
18         default "tegra20"
19
20 config SYS_CONFIG_NAME
21         string
22         default "whistler"
23
24 endif
This page took 0.02617 seconds and 4 git commands to generate.