x86: fix kmod-gpio-pc8736x dependencies

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 37447
This commit is contained in:
Hauke Mehrtens 2013-07-19 14:55:51 +00:00
parent 4dbc5c64fa
commit 72f73ab041

View File

@ -122,7 +122,7 @@ $(eval $(call KernelPackage,gpio-nsc))
define KernelPackage/gpio-pc8736x
SUBMENU:=$(OTHER_MENU)
TITLE:=PC8736x GPIO support
DEPENDS:=@TARGET_x86
DEPENDS:=@TARGET_x86 +kmod-gpio-nsc
KCONFIG:=CONFIG_PC8736x_GPIO
FILES:=$(LINUX_DIR)/drivers/char/pc8736x_gpio.ko
AUTOLOAD:=$(call AutoLoad,40,pc8736x_gpio)