Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in Kconfig
authorTom Rini <trini@konsulko.com>
Sat, 11 Dec 2021 19:55:47 +0000 (14:55 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 27 Dec 2021 13:40:33 +0000 (08:40 -0500)
commit5fd4a7ed0ce102c7f3720f67555878bc0b395eb6
tree54b6cf1aca43edef76074464b1654c10c690945c
parent936c8559dfe53c33a9bc6b9d0f324d56b0247c64
Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in Kconfig

This is a "hex" prompt but the default value was given as an int.
Switch the default to hex (0x0) and remove the defconfigs that were
using the default, but as hex before.

Signed-off-by: Tom Rini <trini@konsulko.com>
configs/imx6q_logic_defconfig
configs/phycore-imx8mm_defconfig
configs/phycore-imx8mp_defconfig
configs/xilinx_versal_virt_defconfig
configs/xilinx_zynq_virt_defconfig
configs/xilinx_zynqmp_virt_defconfig
drivers/misc/Kconfig