summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/Kconfig
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2016-10-26 18:34:21 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-27 15:23:54 +0200
commit32774ef3e4bb339cec19655946996a8c50063be4 (patch)
treee2d2472c01c9f4c3c6b2c8fead59cec31b3266ee /drivers/staging/vc04_services/Kconfig
parent801b1aa002d377c1363d671df09120f11266832c (diff)
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>
Diffstat (limited to 'drivers/staging/vc04_services/Kconfig')
-rw-r--r--drivers/staging/vc04_services/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vc04_services/Kconfig b/drivers/staging/vc04_services/Kconfig
index 9676fb29075a..f839a542a2ff 100644
--- a/drivers/staging/vc04_services/Kconfig
+++ b/drivers/staging/vc04_services/Kconfig
@@ -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.