mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
dts: Enable overlays on ARCH_BCM2835
Build Device Tree overlays on ARCH_BCM2835. Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
This commit is contained in:
@@ -12,6 +12,9 @@ endif
|
||||
ifeq ($(CONFIG_BCM2709_DT),y)
|
||||
RPI_DT_OVERLAYS=y
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_BCM2835),y)
|
||||
RPI_DT_OVERLAYS=y
|
||||
endif
|
||||
|
||||
subdir-$(RPI_DT_OVERLAYS) += overlays
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@ endif
|
||||
ifeq ($(CONFIG_BCM2709_DT),y)
|
||||
RPI_DT_OVERLAYS=y
|
||||
endif
|
||||
ifeq ($(CONFIG_ARCH_BCM2835),y)
|
||||
RPI_DT_OVERLAYS=y
|
||||
endif
|
||||
|
||||
dtb-$(RPI_DT_OVERLAYS) += ads7846-overlay.dtb
|
||||
dtb-$(RPI_DT_OVERLAYS) += bmp085_i2c-sensor-overlay.dtb
|
||||
|
||||
Reference in New Issue
Block a user