File tree 11 files changed +18
-497
lines changed 11 files changed +18
-497
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,6 @@ config BCM2708_GPIO
28
28
help
29
29
Include support for the Broadcom(R) BCM2708 gpio.
30
30
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
-
38
31
config BCM2708_NOL2CACHE
39
32
bool "Videocore L2 cache disable"
40
33
depends on MACH_BCM2708
Original file line number Diff line number Diff line change 4
4
5
5
obj-$(CONFIG_MACH_BCM2708) += bcm2708.o armctrl.o
6
6
obj-$(CONFIG_BCM2708_GPIO) += bcm2708_gpio.o
7
- obj-$(CONFIG_BCM2708_VCMEM) += vc_mem.o
Original file line number Diff line number Diff line change @@ -25,13 +25,6 @@ config BCM2708_GPIO
25
25
help
26
26
Include support for the Broadcom(R) BCM2709 gpio.
27
27
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
-
35
28
config BCM2708_NOL2CACHE
36
29
bool "Videocore L2 cache disable"
37
30
depends on MACH_BCM2709
Original file line number Diff line number Diff line change 4
4
5
5
obj-$(CONFIG_MACH_BCM2709) += bcm2709.o armctrl.o
6
6
obj-$(CONFIG_BCM2708_GPIO) += bcm2708_gpio.o
7
- obj-$(CONFIG_BCM2708_VCMEM) += vc_mem.o
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments