mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
staging: vc04_services: use bcm2835 consequently
The naming bcm2708 is used only in the vendor kernel, so better replace it with bcm2835 which is used in mainline in order to avoid any confusion. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
801b1aa002
commit
32774ef3e4
@ -41,4 +41,4 @@ obj-$(CONFIG_MOST) += most/
|
||||
obj-$(CONFIG_ISDN_I4L) += i4l/
|
||||
obj-$(CONFIG_KS7010) += ks7010/
|
||||
obj-$(CONFIG_GREYBUS) += greybus/
|
||||
obj-$(CONFIG_BCM2708_VCHIQ) += vc04_services/
|
||||
obj-$(CONFIG_BCM2835_VCHIQ) += vc04_services/
|
||||
|
@ -1,9 +1,9 @@
|
||||
config BCM2708_VCHIQ
|
||||
config BCM2835_VCHIQ
|
||||
tristate "Videocore VCHIQ"
|
||||
depends on RASPBERRYPI_FIRMWARE && BROKEN
|
||||
default y
|
||||
help
|
||||
Kernel to VideoCore communication interface for the
|
||||
BCM2708 family of products.
|
||||
BCM2835 family of products.
|
||||
Defaults to Y when the Broadcom Videocore services
|
||||
are included in the build, N otherwise.
|
||||
|
@ -1,4 +1,4 @@
|
||||
obj-$(CONFIG_BCM2708_VCHIQ) += vchiq.o
|
||||
obj-$(CONFIG_BCM2835_VCHIQ) += vchiq.o
|
||||
|
||||
vchiq-objs := \
|
||||
interface/vchiq_arm/vchiq_core.o \
|
||||
|
Loading…
Reference in New Issue
Block a user