94f57d732fe3c0bd798f5f7914f8c4edfd5368ec
[platform/kernel/u-boot.git] / arch / arm / cpu / arm1176 / bcm2835 / Kconfig
1 if TARGET_RPI
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