]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/arm1176/bcm2835/Kconfig
rpi: add support for Raspberry Pi 2 model B
[karo-tx-uboot.git] / arch / arm / cpu / arm1176 / bcm2835 / Kconfig
1 if TARGET_RPI || TARGET_RPI_2
2
3 config DM
4         default y if !SPL_BUILD
5
6 config DM_SERIAL
7         default y if !SPL_BUILD
8
9 config DM_GPIO
10         default y if !SPL_BUILD
11
12 endif