mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
package/mmc_over_gpio: more configuration in submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20907 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -21,28 +21,30 @@ define KernelPackage/mmc-over-gpio
|
|||||||
TITLE:=MMC/SD card over GPIO support
|
TITLE:=MMC/SD card over GPIO support
|
||||||
FILES:=$(LINUX_DIR)/drivers/mmc/host/gpiommc.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/mmc/host/gpiommc.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,93,gpiommc)
|
AUTOLOAD:=$(call AutoLoad,93,gpiommc)
|
||||||
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/kmod-mmc-over-gpio/config
|
define Package/kmod-mmc-over-gpio/config
|
||||||
config KMOD_MMC_OVER_GPIO_DI_PIN
|
menu "Configuration"
|
||||||
int "GPIO DI PIN"
|
|
||||||
depends PACKAGE_kmod-mmc-over-gpio
|
depends PACKAGE_kmod-mmc-over-gpio
|
||||||
|
|
||||||
|
config KMOD_MMC_OVER_GPIO_DI_PIN
|
||||||
|
int "GPIO DI (Data-In) pin"
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
config KMOD_MMC_OVER_GPIO_DO_PIN
|
config KMOD_MMC_OVER_GPIO_DO_PIN
|
||||||
int "GPIO DO PIN"
|
int "GPIO DO (Data-Out) pin"
|
||||||
depends PACKAGE_kmod-mmc-over-gpio
|
|
||||||
default 3
|
default 3
|
||||||
|
|
||||||
config KMOD_MMC_OVER_GPIO_CLK_PIN
|
config KMOD_MMC_OVER_GPIO_CLK_PIN
|
||||||
int "GPIO CLK PIN"
|
int "GPIO CLK (Clock) pin"
|
||||||
depends PACKAGE_kmod-mmc-over-gpio
|
|
||||||
default 4
|
default 4
|
||||||
|
|
||||||
config KMOD_MMC_OVER_GPIO_CS_PIN
|
config KMOD_MMC_OVER_GPIO_CS_PIN
|
||||||
int "GPIO CS PIN"
|
int "GPIO CS (Chip-Select) pin"
|
||||||
depends PACKAGE_kmod-mmc-over-gpio
|
|
||||||
default 7
|
default 7
|
||||||
|
|
||||||
|
endmenu
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/mmc-over-gpio/description
|
define KernelPackage/mmc-over-gpio/description
|
||||||
|
|||||||
Reference in New Issue
Block a user