diff options
| author | Bartosz Golaszewski <[email protected]> | 2019-07-29 08:57:59 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-07-29 17:58:52 -0400 |
| commit | 3ec7fc45e5b3e6fd4384909b4e54226f39de4731 (patch) | |
| tree | bb2de3762c74ddaf4250559ed40330a7ac6e3aac /Makefile | |
| parent | ea4cc39c9e7fb4065da7966951682ffe6fac9e7f (diff) | |
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 <[email protected]>
Acked-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -936,7 +936,7 @@ ifneq ($(CONFIG_DM_SPI)$(CONFIG_OF_CONTROL),yy) endif endif endif -ifeq ($(CONFIG_DM_I2C_COMPAT)$(CONFIG_SANDBOX),y) +ifeq ($(CONFIG_DM_I2C_COMPAT),y) @echo >&2 "===================== WARNING ======================" @echo >&2 "This board uses CONFIG_DM_I2C_COMPAT. Please remove" @echo >&2 "(possibly in a subsequent patch in your series)" |
