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

20 lines
361 B
Plaintext

always
file power_control.o
end always
option led
define POWER_LED_PORT $PORT(%1)
define POWER_LED_PIN $PIN(%1)
end option
option switch
define POWER_SWITCH_PORT $PORT(%1)
define POWER_SWITCH_PIN $PIN(%1)
end option
option control
define POWER_CONTROL_PORT $PORT(%1)
define POWER_CONTROL_PIN $PIN(%1)
end option