kernel: fix kmod-rtc-pcf8563 dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37459
This commit is contained in:
parent
221ddfa19b
commit
251b414641
2 changed files with 2 additions and 2 deletions
|
@ -33,5 +33,5 @@ endef
|
|||
|
||||
|
||||
define AddDepends/rtc
|
||||
DEPENDS+= @RTC_SUPPORT
|
||||
DEPENDS+= @RTC_SUPPORT $(1)
|
||||
endef
|
||||
|
|
|
@ -439,7 +439,7 @@ $(eval $(call KernelPackage,rtc-marvell))
|
|||
define KernelPackage/rtc-pcf8563
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Philips PCF8563/Epson RTC8564 RTC support
|
||||
$(call AddDepends/rtc)
|
||||
$(call AddDepends/rtc,+kmod-i2c-core)
|
||||
KCONFIG:=CONFIG_RTC_DRV_PCF8563
|
||||
FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pcf8563.ko
|
||||
AUTOLOAD:=$(call AutoLoad,60,rtc-pcf8563)
|
||||
|
|
Loading…
Reference in a new issue