Skip to content

Commit

Permalink
bcm27xx: remove duplicated kmod-rp1-pio package
Browse files Browse the repository at this point in the history
Commit f105d1a added a duplicated
kmod-rp1-pio package.
Also remove unneeded blank lines added by the same commit.

Signed-off-by: John Audia <therealgraysky@proton.me>
Fixes: f105d1a ("bcm27xx/bcm2712: Fix-up RP1 modules")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
  • Loading branch information
Noltari committed Jan 4, 2025
1 parent 551e04f commit 3e032e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions target/linux/bcm27xx/modules/hwmon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ define KernelPackage/hwmon-raspberrypi/description
endef

$(eval $(call KernelPackage,hwmon-raspberrypi))


17 changes: 0 additions & 17 deletions target/linux/bcm27xx/modules/other.mk
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,3 @@ define KernelPackage/rp1-mailbox/description
endef

$(eval $(call KernelPackage,rp1-mailbox))


define KernelPackage/rp1-pio
SUBMENU:=$(OTHER_MENU)
TITLE:=RP1 PIO driver
KCONFIG:=CONFIG_RP1_PIO
FILES:=$(LINUX_DIR)/drivers/misc/rp1-pio.ko
AUTOLOAD:=$(call AutoLoad,21,rp1-pio)
DEPENDS:=@TARGET_bcm27xx_bcm2712 +kmod-rp1
endef

define KernelPackage/rp1-pio/description
Driver for the RP1 PIO.
endef

$(eval $(call KernelPackage,rp1-pio))

0 comments on commit 3e032e5

Please sign in to comment.