Skip to content

Commit 75b4e19

Browse files
committed
Merge pull request #989 from notro/vcmem
BCM270x: Move vc_mem
2 parents a7aa1bf + 68491e9 commit 75b4e19

File tree

11 files changed

+18
-497
lines changed

11 files changed

+18
-497
lines changed

arch/arm/mach-bcm2708/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ config BCM2708_GPIO
2828
help
2929
Include support for the Broadcom(R) BCM2708 gpio.
3030

31-
config BCM2708_VCMEM
32-
bool "Videocore Memory"
33-
depends on MACH_BCM2708
34-
default y
35-
help
36-
Helper for videocore memory access and total size allocation.
37-
3831
config BCM2708_NOL2CACHE
3932
bool "Videocore L2 cache disable"
4033
depends on MACH_BCM2708

arch/arm/mach-bcm2708/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44

55
obj-$(CONFIG_MACH_BCM2708) += bcm2708.o armctrl.o
66
obj-$(CONFIG_BCM2708_GPIO) += bcm2708_gpio.o
7-
obj-$(CONFIG_BCM2708_VCMEM) += vc_mem.o

arch/arm/mach-bcm2709/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ config BCM2708_GPIO
2525
help
2626
Include support for the Broadcom(R) BCM2709 gpio.
2727

28-
config BCM2708_VCMEM
29-
bool "Videocore Memory"
30-
depends on MACH_BCM2709
31-
default y
32-
help
33-
Helper for videocore memory access and total size allocation.
34-
3528
config BCM2708_NOL2CACHE
3629
bool "Videocore L2 cache disable"
3730
depends on MACH_BCM2709

arch/arm/mach-bcm2709/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44

55
obj-$(CONFIG_MACH_BCM2709) += bcm2709.o armctrl.o
66
obj-$(CONFIG_BCM2708_GPIO) += bcm2708_gpio.o
7-
obj-$(CONFIG_BCM2708_VCMEM) += vc_mem.o

arch/arm/mach-bcm2709/include/mach/vc_mem.h

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)