Skip to content

Commit

Permalink
bcm2709: Remove bcm2708_gpio
Browse files Browse the repository at this point in the history
Not needed now that we only support Device Tree booting.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
  • Loading branch information
notro committed Nov 16, 2015
1 parent e1fa632 commit 082380e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 451 deletions.
8 changes: 0 additions & 8 deletions arch/arm/mach-bcm2709/Kconfig
Expand Up @@ -17,14 +17,6 @@ config BCM2709_DT
help
Enable Device Tree support for BCM2709

config BCM2708_GPIO
bool "BCM2709 gpio support"
depends on MACH_BCM2709
select ARCH_REQUIRE_GPIOLIB
default y
help
Include support for the Broadcom(R) BCM2709 gpio.

config BCM2708_NOL2CACHE
bool "Videocore L2 cache disable"
depends on MACH_BCM2709
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-bcm2709/Makefile
Expand Up @@ -3,4 +3,3 @@
#

obj-$(CONFIG_MACH_BCM2709) += bcm2709.o armctrl.o
obj-$(CONFIG_BCM2708_GPIO) += bcm2708_gpio.o

0 comments on commit 082380e

Please sign in to comment.