From: Marek Vasut Date: Sun, 13 Aug 2023 03:05:52 +0000 (+0200) Subject: configs: sandbox64: Enable BUTTON_ADC driver X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~29^2~7 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=ce810eba26b07ab03f33315f4e4552febfc805ec;p=uboot.git configs: sandbox64: Enable BUTTON_ADC driver Align the sandbox64 defconfig with sandbox defconfig. Enable missing BUTTON ADC driver. This fixes ut_dm_dm_test_button_keys_adc test . Signed-off-by: Marek Vasut Reviewed-by: Simon Glass --- diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 28badf60ce..b15b2cf099 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -124,6 +124,7 @@ CONFIG_SYS_ATA_REG_OFFSET=1 CONFIG_SYS_ATA_ALT_OFFSET=2 CONFIG_SYS_ATA_IDE0_OFFSET=0 CONFIG_BUTTON=y +CONFIG_BUTTON_ADC=y CONFIG_BUTTON_GPIO=y CONFIG_CLK=y CONFIG_CLK_K210=y