Thus fixes the weird kconfig message "optimize || ?", it's an old debug
check and is triggered by the unusual dependency. It's not incorrect,
but the solution below is better and it's the same FB_MATROX_I2C already
uses.
I'll send a fix for the kconfig message later.
config FB_RADEON_I2C
bool "DDC/I2C for ATI Radeon support"
- depends on FB_RADEON && (I2C_ALGOBIT=FB_RADEON || I2C_ALGOBIT=y)
+ depends on FB_RADEON && I2C
+ select I2C_ALGOBIT
default y
help
Say Y here if you want DDC/I2C support for your Radeon board.