summaryrefslogtreecommitdiff
path: root/include/configs/p1_p2_rdb_pc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-19 06:12:37 +0300
committerTom Rini <trini@konsulko.com>2021-08-30 21:10:08 +0300
commitfc8d3b9a2f03eb6a92e1b34c6d841285a6d47bb1 (patch)
tree02f5b06a988953376f97b2ea29b2f9ca007c2036 /include/configs/p1_p2_rdb_pc.h
parent81bc599dfa9cf536ecab05f8b091257d180b3bce (diff)
downloadu-boot-fc8d3b9a2f03eb6a92e1b34c6d841285a6d47bb1.tar.xz
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/p1_p2_rdb_pc.h')
-rw-r--r--include/configs/p1_p2_rdb_pc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h
index 25f3b41002..cb3dcc0c33 100644
--- a/include/configs/p1_p2_rdb_pc.h
+++ b/include/configs/p1_p2_rdb_pc.h
@@ -465,9 +465,6 @@
/* I2C */
#if !CONFIG_IS_ENABLED(DM_I2C)
#define CONFIG_SYS_I2C_NOPROBES { {0, 0x29} }
-#else
-#define CONFIG_I2C_SET_DEFAULT_BUS_NUM
-#define CONFIG_I2C_DEFAULT_BUS_NUMBER 0
#endif
#define CONFIG_SYS_SPD_BUS_NUM 1 /* For rom_loc and flash bank */