mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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 <marek.vasut+renesas@mailbox.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
226ddc0dcc
commit
09c0b2e712
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue