u-boot/drivers/adc
Sébastien Szymanski 4655b75335 dm: adc: imx93-adc depends on ADC (fix boot)
The i.MX93 11x11 EVK fails to boot with following error:

 Model: NXP i.MX93 11X11 EVK board
 DRAM:  2 GiB
 Error binding driver 'imx93-adc': -96
 Some drivers failed to bind
 Error binding driver 'simple_bus': -96
 Some drivers failed to bind
 Error binding driver 'simple_bus': -96
 Some drivers failed to bind
 initcall sequence 00000000fffb8f28 failed at call 000000008021e0d4 (err=-96)
 ### ERROR ### Please RESET the board ###

That's because since commit e7ff54d963 ("imx93_evk: defconfig: add adc
support") CONFIG_ADC_IMX93 is enabled but CONFIG_ADC is not.
Fix this by enabling CONFIG_ADC in imx93_11x11_evk_defconfig.

Make sure this situation won't happen again in future i.MX93 defconfig by
making CONFIG_ADC_IMX93 depend on CONFIG_ADC.

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
2023-10-18 10:02:49 +02:00
..
adc-uclass.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
exynos-adc.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
imx93-adc.c dm: adc: add iMX93 ADC support 2023-07-13 11:29:40 +02:00
Kconfig dm: adc: imx93-adc depends on ADC (fix boot) 2023-10-18 10:02:49 +02:00
Makefile dm: adc: add iMX93 ADC support 2023-07-13 11:29:40 +02:00
meson-saradc.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
rockchip-saradc.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
sandbox.c common: Drop linux/printk.h from common header 2023-09-24 09:54:57 -04:00
stm32-adc-core.c dm: treewide: Rename auto_alloc_size members to be shorter 2020-12-13 08:00:25 -07:00
stm32-adc-core.h adc: Drop dm.h header file 2020-08-03 22:19:54 -04:00
stm32-adc.c adc: stm32mp15: add calibration support 2023-01-12 16:25:51 +01:00