Files
retrobsd/tools/configsys/dev/picga.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

15 lines
221 B
Plaintext

always
file picga.o
require spibus
define PICGA_ENABLED YES
end always
option bus
define PICGA_BUS %1
end option
option cs
define PICGA_CS_PORT $TRIS(%1)
define PICGA_CS_PIN $PIN(%1)
end option