]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Tidy up I2C options
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:34:06 +0000 (09:34 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 22:45:58 +0000 (17:45 -0500)
commit3a84f7255179d2f0c0cf2436e6ed3a98a897ffb7
tree483912f44c560d773c18042c6c6e097de66495c2
parent7d7536901758a8c718c17ce1de45c76a65a4ed0d
sandbox: Tidy up I2C options

At present we enable the sandbox I2C driver for all builds. Add a separate
Kconfig option to control this, so that it can be disabled in TPL, where
it is not needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/i2c/Kconfig