Commit 415dd919 authored by Roman Zippel's avatar Roman Zippel Committed by Linus Torvalds

[PATCH] fix FB_RADEON_I2C dependency

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.
parent 5671cf33
......@@ -644,7 +644,8 @@ config FB_RADEON
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment