X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fkernel%2Flinux%2Fmodules%2Fother.mk;h=98b7f54dcf8ec8d6371f754a758ede1bb72fc7d2;hp=98e77bfbbd8e1ad9196ba130f936e8caa9ddf9b9;hb=f849c2c83247340d623fdb549e2b75f4c1feea62;hpb=a5a3b59bf54c72c1eea7745d7a83dfc298d4ae1e diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 98e77bfbbd..98b7f54dcf 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -501,7 +501,7 @@ $(eval $(call KernelPackage,wdt-omap)) define KernelPackage/wdt-orion SUBMENU:=$(OTHER_MENU) TITLE:=Marvell Orion Watchdog timer - DEPENDS:=@TARGET_orion||TARGET_kirkwood||TARGET_mvebu + DEPENDS:=@TARGET_orion||TARGET_kirkwood KCONFIG:=CONFIG_ORION_WATCHDOG FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/orion_wdt.ko AUTOLOAD:=$(call AutoLoad,50,orion_wdt,1) @@ -585,7 +585,7 @@ $(eval $(call KernelPackage,rtc-isl1208)) define KernelPackage/rtc-marvell SUBMENU:=$(OTHER_MENU) TITLE:=Marvell SoC built-in RTC support - DEPENDS:=@RTC_SUPPORT @TARGET_kirkwood||TARGET_orion||TARGET_mvebu + DEPENDS:=@RTC_SUPPORT @TARGET_kirkwood||TARGET_orion KCONFIG:=CONFIG_RTC_DRV_MV \ CONFIG_RTC_CLASS=y FILES:=$(LINUX_DIR)/drivers/rtc/rtc-mv.ko @@ -599,23 +599,6 @@ endef $(eval $(call KernelPackage,rtc-marvell)) -define KernelPackage/rtc-armada38x - SUBMENU:=$(OTHER_MENU) - TITLE:=Marvell Armada 38x SoC built-in RTC support - DEPENDS:=@RTC_SUPPORT @TARGET_mvebu - KCONFIG:=CONFIG_RTC_DRV_ARMADA38X \ - CONFIG_RTC_CLASS=y - FILES:=$(LINUX_DIR)/drivers/rtc/rtc-armada38x.ko - AUTOLOAD:=$(call AutoProbe,rtc-armada38x) -endef - -define KernelPackage/rtc-armada38x/description - Kernel module for Marvell Armada 38x SoC built-in RTC. -endef - -$(eval $(call KernelPackage,rtc-armada38x)) - - define KernelPackage/rtc-pcf8563 SUBMENU:=$(OTHER_MENU) TITLE:=Philips PCF8563/Epson RTC8564 RTC support @@ -794,7 +777,7 @@ $(eval $(call KernelPackage,zram)) define KernelPackage/mvsdio SUBMENU:=$(OTHER_MENU) TITLE:=Marvell SDIO support - DEPENDS:=@TARGET_orion||TARGET_kirkwood||TARGET_mvebu +kmod-mmc + DEPENDS:=@TARGET_orion||TARGET_kirkwood +kmod-mmc KCONFIG:=CONFIG_MMC_MVSDIO FILES:=$(LINUX_DIR)/drivers/mmc/host/mvsdio.ko AUTOLOAD:=$(call AutoProbe,mvsdio) @@ -922,23 +905,6 @@ endef $(eval $(call KernelPackage,thermal)) -define KernelPackage/thermal-armada - SUBMENU:=$(OTHER_MENU) - TITLE:=Armada 370/XP thermal management - DEPENDS:=@TARGET_mvebu +kmod-thermal - KCONFIG:=CONFIG_ARMADA_THERMAL - FILES:=$(LINUX_DIR)/drivers/thermal/armada_thermal.ko - AUTOLOAD:=$(call AutoProbe,armada_thermal) -endef - -define KernelPackage/thermal-armada/description - Enable this module if you want to have support for thermal management - controller present in Armada 370 and Armada XP SoC. -endef - -$(eval $(call KernelPackage,thermal-armada)) - - define KernelPackage/thermal-imx SUBMENU:=$(OTHER_MENU) TITLE:=Temperature sensor driver for Freescale i.MX SoCs