OBLFR/apps/m0_lowload/sdkconfig.default
Grant Olson 92bde04ef7
USB PHY power up code (#9)
* USB PHY power up code

* Quick flag to force host or device configuration. Move to a Kconfig var later

* Move usb code to mailbox component

* Make USB setup api more consistent with other peripherals

* Just update the sdkconfig.default

Until USB lands in the buildroot/yocto images, keep this by default disabled.

---------

Co-authored-by: Justin Hammond <justin@dynam.ac>
2023-03-02 17:18:49 +08:00

3 lines
104 B
Text

CONFIG_COMPONENT_MAILBOX=y
CONFIG_COMPONENT_MAILBOX_IRQFWD_SDH=y
CONFIG_COMPONENT_MAILBOX_IRQFWD_GPIO=y