mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 11:30:37 +00:00
sunxi: modules: remove useless AddDepends/rtc
AddDepends/rtc has been removed in commit 3da7fe6, same here. Fixes: 3da7fe6 ("kernel: remove useless AddDepends/rtc abstraction") Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> (RTC_SUPPORT - though this is implied by the TARGET_sunxi) Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
19b3b14e54
commit
a125d46a28
@ -5,8 +5,7 @@
|
|||||||
define KernelPackage/rtc-sunxi
|
define KernelPackage/rtc-sunxi
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Sunxi SoC built-in RTC support
|
TITLE:=Sunxi SoC built-in RTC support
|
||||||
DEPENDS:=@TARGET_sunxi
|
DEPENDS:=@(TARGET_sunxi&&RTC_SUPPORT)
|
||||||
$(call AddDepends/rtc)
|
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_RTC_DRV_SUNXI \
|
CONFIG_RTC_DRV_SUNXI \
|
||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
@ -23,8 +22,7 @@ $(eval $(call KernelPackage,rtc-sunxi))
|
|||||||
define KernelPackage/sunxi-ir
|
define KernelPackage/sunxi-ir
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Sunxi SoC built-in IR support (A20)
|
TITLE:=Sunxi SoC built-in IR support (A20)
|
||||||
DEPENDS:=@TARGET_sunxi +kmod-input-core
|
DEPENDS:=@(TARGET_sunxi&&RTC_SUPPORT) +kmod-input-core
|
||||||
$(call AddDepends/rtc)
|
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_MEDIA_SUPPORT=y \
|
CONFIG_MEDIA_SUPPORT=y \
|
||||||
CONFIG_MEDIA_RC_SUPPORT=y \
|
CONFIG_MEDIA_RC_SUPPORT=y \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user