mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
kernel: add Marvell SoC built-in RTC to modules
Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32732 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -731,6 +731,23 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,pwm-gpio))
|
$(eval $(call KernelPackage,pwm-gpio))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/rtc-marvell
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=Marvell SoC built-in RTC support
|
||||||
|
$(call AddDepends/rtc)
|
||||||
|
DEPENDS+=@TARGET_kirkwood||TARGET_orion
|
||||||
|
KCONFIG:=CONFIG_RTC_DRV_MV
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/rtc/rtc-mv.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,60,rtc-mv)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/rtc-marvell/description
|
||||||
|
Kernel module for Marvell SoC built-in RTC.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(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
|
||||||
|
|||||||
@@ -155,7 +155,6 @@ CONFIG_PHYLIB=y
|
|||||||
CONFIG_PLAT_ORION=y
|
CONFIG_PLAT_ORION=y
|
||||||
# CONFIG_PREEMPT_RCU is not set
|
# CONFIG_PREEMPT_RCU is not set
|
||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
CONFIG_RTC_DRV_MV=y
|
|
||||||
CONFIG_SCSI=y
|
CONFIG_SCSI=y
|
||||||
# CONFIG_SCSI_MULTI_LUN is not set
|
# CONFIG_SCSI_MULTI_LUN is not set
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=999999
|
CONFIG_SPLIT_PTLOCK_CPUS=999999
|
||||||
|
|||||||
Reference in New Issue
Block a user