aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ls1046a_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-18 23:12:37 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:10:08 -0400
commitfc8d3b9a2f03eb6a92e1b34c6d841285a6d47bb1 (patch)
tree02f5b06a988953376f97b2ea29b2f9ca007c2036 /include/configs/ls1046a_common.h
parent81bc599dfa9cf536ecab05f8b091257d180b3bce (diff)
downloadu-boot-fc8d3b9a2f03eb6a92e1b34c6d841285a6d47bb1.zip
u-boot-fc8d3b9a2f03eb6a92e1b34c6d841285a6d47bb1.tar.gz
u-boot-fc8d3b9a2f03eb6a92e1b34c6d841285a6d47bb1.tar.bz2
Convert CONFIG_I2C_SET_DEFAULT_BUS_NUM et al to Kconfig
This converts the following to Kconfig: CONFIG_I2C_SET_DEFAULT_BUS_NUM CONFIG_I2C_DEFAULT_BUS_NUMBER Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1046a_common.h')
-rw-r--r--include/configs/ls1046a_common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h
index 524d639..4377034 100644
--- a/include/configs/ls1046a_common.h
+++ b/include/configs/ls1046a_common.h
@@ -133,11 +133,6 @@
#endif
/* I2C */
-#if !CONFIG_IS_ENABLED(DM_I2C)
-#else
-#define CONFIG_I2C_SET_DEFAULT_BUS_NUM
-#define CONFIG_I2C_DEFAULT_BUS_NUMBER 0
-#endif
/* PCIe */
#define CONFIG_PCIE1 /* PCIE controller 1 */