Skip to content

Commit

Permalink
drivers: char: delete bcm2835-gpiomem
Browse files Browse the repository at this point in the history
This functionality is now provided by raspberrypi-gpiomem.

Signed-off-by: Jonathan Bell <[email protected]>
  • Loading branch information
P33M authored and pelwell committed Sep 28, 2023
1 parent 36f254f commit 27bda80
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 267 deletions.
8 changes: 0 additions & 8 deletions drivers/char/broadcom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ config BCM_VCIO

endif

config BCM2835_DEVGPIOMEM
tristate "/dev/gpiomem rootless GPIO access via mmap() on the BCM2835"
default m
help
Provides users with root-free access to the GPIO registers
on the 2835. Calling mmap(/dev/gpiomem) will map the GPIO
register page to the user's pointer.

config BCM2835_SMI_DEV
tristate "Character device driver for BCM2835 Secondary Memory Interface"
depends on BCM2835_SMI
Expand Down
1 change: 0 additions & 1 deletion drivers/char/broadcom/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
obj-$(CONFIG_BCM2708_VCMEM) += vc_mem.o
obj-$(CONFIG_BCM_VCIO) += vcio.o
obj-$(CONFIG_BCM2835_DEVGPIOMEM)+= bcm2835-gpiomem.o
obj-$(CONFIG_BCM2835_SMI_DEV) += bcm2835_smi_dev.o
obj-$(CONFIG_RPIVID_MEM) += rpivid-mem.o
258 changes: 0 additions & 258 deletions drivers/char/broadcom/bcm2835-gpiomem.c

This file was deleted.

0 comments on commit 27bda80

Please sign in to comment.