]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/mach-bcm283x/Kconfig
c740180e68da8de01bf63fc3a37f3850894d9c36
[karo-tx-uboot.git] / arch / arm / mach-bcm283x / Kconfig
1 menu "Broadcom BCM283X family"
2         depends on ARCH_BCM283X
3
4 choice
5         prompt "Broadcom BCM283X board select"
6
7 config TARGET_RPI
8         bool "Raspberry Pi"
9         select CPU_ARM1176
10
11 config TARGET_RPI_2
12         bool "Raspberry Pi 2"
13         select CPU_V7
14
15 endchoice
16
17 config PHYS_TO_BUS
18         default y
19
20 config SYS_BOARD
21         default "rpi" if TARGET_RPI
22         default "rpi_2" if TARGET_RPI_2
23
24 config SYS_VENDOR
25         default "raspberrypi"
26
27 config SYS_SOC
28         default "bcm283x"
29
30 config SYS_CONFIG_NAME
31         default "rpi" if TARGET_RPI
32         default "rpi_2" if TARGET_RPI_2
33
34 endmenu