summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm1176/bcm2835/Kconfig
blob: 162f973f6cce1b8680b453fe3238fd3f200fb6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if TARGET_RPI || TARGET_RPI_2

config DM
	default y if !SPL_BUILD

config DM_SERIAL
	default y if !SPL_BUILD

config DM_GPIO
	default y if !SPL_BUILD

endif
OpenPOWER on IntegriCloud