intel-iot-devkit / zmraa

mraa.io implementation for Zephyr. Provides a way to use the mraa.io C API on Zephyr 1.4, 1.5 & 1.6 and use UPM modules.
MIT License
8 stars 13 forks source link

Selecting CONFIG_MRAA_GPIO should automatically select GPIO driver #1

Open whbruce opened 8 years ago

alext-mkrs commented 7 years ago

It would seem that it's done already these days in https://github.com/intel-iot-devkit/zmraa/blob/master/Kconfig#L33. Or you mean some specific driver?

malikabhi05 commented 7 years ago

I would prefer leaving the choice of the specific driver with the user (for now), because Zephyr supports a lot of boards and then some of the boards have multiple choices. We could eventually have a macro in place which helps choose the best driver for a particular board at compile time or something like that.

malikabhi05 commented 7 years ago

Can we close this?