[riot-notifications] [RIOT-OS/RIOT] drivers/a*: model modules in Kconfig (#15448)
benpicco
notifications at github.com
Mon Nov 16 11:58:56 CET 2020
@benpicco commented on this pull request.
> +config MODULE_AT24C01
+ bool "AT24C01"
+ select MODULE_AT24CXXX
+
+config MODULE_AT24C32
+ bool "AT24C32"
+ select MODULE_AT24CXXX
+
+config MODULE_AT24C64
+ bool "AT24C64"
+ select MODULE_AT24CXXX
+
+config MODULE_AT24C128
+ bool "AT24C128"
+ select MODULE_AT24CXXX
+
+config MODULE_AT24C256
+ bool "AT24C256"
+ select MODULE_AT24CXXX
+
+config MODULE_AT24C512
+ bool "AT24C512"
+ select MODULE_AT24CXXX
It actually supports [more than that](https://github.com/RIOT-OS/RIOT/blob/master/drivers/at24cxxx/include/at24cxxx_defines.h#L328) - and even more if those parameters are supplied by the user.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15448#pullrequestreview-531215462
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201116/68839131/attachment.htm>
More information about the notifications
mailing list