mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
package/mmc_over_gpio: more configuration in submenu
SVN-Revision: 20907
This commit is contained in:
parent
a1bd421899
commit
0d27dafcbd
@ -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
|
|
||||||
default 1
|
|
||||||
|
|
||||||
config KMOD_MMC_OVER_GPIO_DO_PIN
|
config KMOD_MMC_OVER_GPIO_DI_PIN
|
||||||
int "GPIO DO PIN"
|
int "GPIO DI (Data-In) pin"
|
||||||
depends PACKAGE_kmod-mmc-over-gpio
|
default 1
|
||||||
default 3
|
|
||||||
|
|
||||||
config KMOD_MMC_OVER_GPIO_CLK_PIN
|
config KMOD_MMC_OVER_GPIO_DO_PIN
|
||||||
int "GPIO CLK PIN"
|
int "GPIO DO (Data-Out) pin"
|
||||||
depends PACKAGE_kmod-mmc-over-gpio
|
default 3
|
||||||
default 4
|
|
||||||
|
|
||||||
config KMOD_MMC_OVER_GPIO_CS_PIN
|
config KMOD_MMC_OVER_GPIO_CLK_PIN
|
||||||
int "GPIO CS PIN"
|
int "GPIO CLK (Clock) pin"
|
||||||
depends PACKAGE_kmod-mmc-over-gpio
|
default 4
|
||||||
default 7
|
|
||||||
|
config KMOD_MMC_OVER_GPIO_CS_PIN
|
||||||
|
int "GPIO CS (Chip-Select) pin"
|
||||||
|
default 7
|
||||||
|
|
||||||
|
endmenu
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/mmc-over-gpio/description
|
define KernelPackage/mmc-over-gpio/description
|
||||||
|
Loading…
Reference in New Issue
Block a user