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 e178d9a549.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2021-11-21 21:27:52 +00:00
parent 00ce13490a
commit 148c516e1f
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA
1 changed files with 0 additions and 18 deletions

View File

@ -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)