Files
retrobsd/tools/configsys/dev/sd.dev
Serge Vakulenko 717ab59efd Switch to kconfig completely.
All configsys stuff moved to tools/configsys/ directory, not used anymore.
2015-09-07 22:22:35 -07:00

24 lines
348 B
Plaintext

always
file rd_sd.o
require spibus
require rdisk
end always
option port
define SD%0_PORT %1
end option
option cs
define SD%0_CS_PORT $TRIS(%1)
define SD%0_CS_PIN $PIN(%1)
end option
option mhz
define SD%0_MHZ %1
end option
option power
define SD%0_ENA_PORT $TRIS(%1)
define SD%0_ENA_PIN $PIN(%1)
end option