aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m49
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers.m4 b/drivers.m4
index ee5da93..0a6100e 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -372,13 +372,8 @@ fi
# generic i2c driver
if test "$I2C" = "yes"; then
- if test "$has_i2c" = true; then
- DRIVERS="$DRIVERS drv_generic_i2c.o"
- AC_DEFINE(WITH_I2C, 1, [I2C bus driver])
- else
- I2C="no"
- AC_MSG_WARN(I2C include files not found: I2C bus driver disabled)
- fi
+ DRIVERS="$DRIVERS drv_generic_i2c.o"
+ AC_DEFINE(WITH_I2C, 1, [I2C bus driver])
fi