Merge branch 'master' of git://git.denx.de/u-boot
[platform/kernel/u-boot.git] / arch / arm / cpu / arm1176 / bcm2835 / Kconfig
1 if TARGET_RPI || TARGET_RPI_2
2
3 config DM
4         default y
5
6 config DM_SERIAL
7         default y
8
9 config DM_GPIO
10         default y
11
12 endif