+
+
+define KernelPackage/pata-rb153-cf
+ SUBMENU:=$(BLOCK_MENU)
+ DEPENDS:=kmod-ata-core @TARGET_adm5120_router_le
+ TITLE:=RouterBOARD 153 CF Slot support
+ KCONFIG:=CONFIG_PATA_RB153_CF
+ FILES:=$(LINUX_DIR)/drivers/ata/pata_rb153_cf.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,30,pata_rb153_cf)
+endef
+
+define KernelPackage/pata-rb153-cf/description
+ Kernel support for the RouterBoard 153 CF slot.
+endef
+
+$(eval $(call KernelPackage,pata-rb153-cf))