1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/package/mmc_over_gpio/files/mmc_over_gpio.config
2010-03-28 13:23:03 +00:00

9 lines
223 B
Plaintext

config 'mmc_over_gpio'
option 'name' 'default'
option 'enabled' '0'
option 'DI_pin' '@GPIO_DI_PIN@'
option 'DO_pin' '@GPIO_DO_PIN@'
option 'CLK_pin' '@GPIO_CLK_PIN@'
option 'CS_pin' '@GPIO_CS_PIN@'
option 'mode' '0'