1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 01:25:27 +03:00
openwrt-xburst/package/system/mmc_over_gpio/files/mmc_over_gpio.config
blogic 4f2090ad48 [kernel] move lots of kernel related packages to the new system/ folder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-17 22:45:58 +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'