]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/raspberrypi/rpi/Kconfig
malloc_f: enable SYS_MALLOC_F by default if DM is on
[people/ms/u-boot.git] / board / raspberrypi / rpi / Kconfig
CommitLineData
9316e144 1if TARGET_RPI
dd84058d 2
dd84058d 3config SYS_BOARD
9316e144 4 default "rpi"
dd84058d
MY
5
6config SYS_VENDOR
dd84058d
MY
7 default "raspberrypi"
8
9config SYS_SOC
dd84058d
MY
10 default "bcm2835"
11
12config SYS_CONFIG_NAME
9316e144 13 default "rpi"
dd84058d
MY
14
15endif