zephyr/boards: Enable ADC on beagleconnect_freedom.

Enable Analog inputs.  Requires Zephyr >= v3.8.0.

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
This commit is contained in:
Ayush Singh
2024-10-16 17:08:49 +05:30
committed by Damien George
parent ced7ebb873
commit bee1fd5e78

View File

@@ -1,4 +1,5 @@
# Hardware features
CONFIG_ADC=y
CONFIG_PWM=y
CONFIG_I2C=y
CONFIG_SPI=y