kernel: fix kmod-rtc-pcf8563 dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37459
This commit is contained in:
		@@ -33,5 +33,5 @@ endef
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define AddDepends/rtc
 | 
					define AddDepends/rtc
 | 
				
			||||||
  DEPENDS+= @RTC_SUPPORT
 | 
					  DEPENDS+= @RTC_SUPPORT $(1)
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -439,7 +439,7 @@ $(eval $(call KernelPackage,rtc-marvell))
 | 
				
			|||||||
define KernelPackage/rtc-pcf8563
 | 
					define KernelPackage/rtc-pcf8563
 | 
				
			||||||
  SUBMENU:=$(OTHER_MENU)
 | 
					  SUBMENU:=$(OTHER_MENU)
 | 
				
			||||||
  TITLE:=Philips PCF8563/Epson RTC8564 RTC support
 | 
					  TITLE:=Philips PCF8563/Epson RTC8564 RTC support
 | 
				
			||||||
  $(call AddDepends/rtc)
 | 
					  $(call AddDepends/rtc,+kmod-i2c-core)
 | 
				
			||||||
  KCONFIG:=CONFIG_RTC_DRV_PCF8563
 | 
					  KCONFIG:=CONFIG_RTC_DRV_PCF8563
 | 
				
			||||||
  FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pcf8563.ko
 | 
					  FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pcf8563.ko
 | 
				
			||||||
  AUTOLOAD:=$(call AutoLoad,60,rtc-pcf8563)
 | 
					  AUTOLOAD:=$(call AutoLoad,60,rtc-pcf8563)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user