Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/b6036bcd2ac27b3497ec16a63456eb4ed2b23e9f You should set ROOT_URL correctly, otherwise the web may not work correctly.

i2c: add CONFIG_DM_I2C to Kconfig

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
master
Masahiro Yamada 10 years ago committed by Simon Glass
parent 2af13d6b62
commit b6036bcd2a
  1. 6
      drivers/i2c/Kconfig

@ -0,0 +1,6 @@
config DM_I2C
bool "Enable Driver Model for I2C drivers"
depends on DM
help
If you want to use driver model for I2C drivers, say Y.
To use legacy I2C drivers, say N.
Loading…
Cancel
Save