diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-11-21 21:27:52 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-11-21 21:29:49 +0000 |
commit | 148c516e1fdce13f7e786279b4f14ef18c4d28d3 (patch) | |
tree | 8230a7f01c7c0ff51712b201b4989406b4ece22a | |
parent | 00ce13490a181cbf411aaca76be44a04604b1fbd (diff) | |
download | upstream-148c516e1fdce13f7e786279b4f14ef18c4d28d3.tar.gz upstream-148c516e1fdce13f7e786279b4f14ef18c4d28d3.tar.bz2 upstream-148c516e1fdce13f7e786279b4f14ef18c4d28d3.zip |
Revert "sunxi: add rtc-sun6i driver package"
sun6i-rtc is a builtin_platform_driver and cannot be built as a module.
Hence this reverts commit e178d9a5494747a9b6ea34f2fc9e798b4b1ecc16.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | target/linux/sunxi/modules.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/sunxi/modules.mk b/target/linux/sunxi/modules.mk index 244c9ca508..99f4db7604 100644 --- a/target/linux/sunxi/modules.mk +++ b/target/linux/sunxi/modules.mk @@ -20,24 +20,6 @@ endef $(eval $(call KernelPackage,rtc-sunxi)) -define KernelPackage/rtc-sun6i - SUBMENU:=$(OTHER_MENU) - TITLE:=Sun6i SoC built-in RTC support - DEPENDS:=@TARGET_sunxi - $(call AddDepends/rtc) - KCONFIG:= \ - CONFIG_RTC_DRV_SUN6I \ - CONFIG_RTC_CLASS=y - FILES:=$(LINUX_DIR)/drivers/rtc/rtc-sun6i.ko - AUTOLOAD:=$(call AutoLoad,50,rtc-sun6i) -endef - -define KernelPackage/rtc-sun6i/description - Support for the AllWinner sun6i SoC's onboard RTC -endef - -$(eval $(call KernelPackage,rtc-sun6i)) - define KernelPackage/sunxi-ir SUBMENU:=$(OTHER_MENU) TITLE:=Sunxi SoC built-in IR support (A20) |