more use of the new GPIO_SUPPORT option
SVN-Revision: 10998
This commit is contained in:
parent
f6f49c75a0
commit
11135c2a35
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ define Package/gpioctl
|
|||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Tool for controlling gpio pins
|
||||
DEPENDS:=@LINUX_2_6&&(@TARGET_ixp4xx||@TARGET_brcm47xx||@TARGET_atheros||@TARGET_adm5120)
|
||||
DEPENDS:=@GPIO_SUPPORT
|
||||
endef
|
||||
|
||||
define Package/gpioctl/description
|
||||
|
|
|
@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
|
||||
define KernelPackage/mmc-over-gpio
|
||||
SUBMENU:=Other modules
|
||||
DEPENDS:=@LINUX_2_6 +kmod-mmc-spi +kmod-spi-gpio @!TARGET_x86
|
||||
DEPENDS:=@GPIO_SUPPORT +kmod-mmc-spi +kmod-spi-gpio
|
||||
TITLE:=MMC/SD card over GPIO support
|
||||
FILES:=$(PKG_BUILD_DIR)/mmc_over_spigpio.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,93,spi_gpio mmc_over_spigpio)
|
||||
|
|
Loading…
Reference in a new issue