diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-07-29 08:57:59 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-29 17:58:52 -0400 |
commit | 3ec7fc45e5b3e6fd4384909b4e54226f39de4731 (patch) | |
tree | bb2de3762c74ddaf4250559ed40330a7ac6e3aac /configs/tools-only_defconfig | |
parent | ea4cc39c9e7fb4065da7966951682ffe6fac9e7f (diff) | |
download | u-boot-3ec7fc45e5b3e6fd4384909b4e54226f39de4731.tar.gz |
sandbox: remove CONFIG_DM_I2C_COMPAT from defconfigs
There are no more "real" users of CONFIG_DM_I2C_COMPAT and we'll soon
remove it altogether. Stop building it in sandbox mode.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/tools-only_defconfig')
-rw-r--r-- | configs/tools-only_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig index aa73661a92..4808b49850 100644 --- a/configs/tools-only_defconfig +++ b/configs/tools-only_defconfig @@ -12,7 +12,6 @@ CONFIG_DEFAULT_DEVICE_TREE="sandbox" CONFIG_IP_DEFRAG=y # CONFIG_UDP_FUNCTION_FASTBOOT is not set CONFIG_SANDBOX_GPIO=y -CONFIG_DM_I2C_COMPAT=y CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_PCI_SANDBOX=y |