diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-09-18 16:45:52 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-09-18 16:45:52 -0400 |
commit | cfd550ed3d3bd509b475c7a9d425fc63bf843a7c (patch) | |
tree | cc16daaa51a8b0365afda90da1a3709dd01cdb6b /drivers/i2c/busses/Makefile | |
parent | dc9854212e0d7318d7133697906d98b78f3088b6 (diff) |
i2c: Clearly mark ACPI drivers as such
Now that we have ACPI-based SMBus controller drivers, and we will start
telling users to use them instead of native drivers when I/O resources
conflict, I think it would be good to clearly mark ACPI drivers as such
in Kconfig.
This is exactly the same as we just did for hwmon drivers.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Crane Cai <crane.cai@amd.com>
Diffstat (limited to 'drivers/i2c/busses/Makefile')
-rw-r--r-- | drivers/i2c/busses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile index 060da43cf7db..ff937ac69f5b 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile | |||
@@ -2,7 +2,7 @@ | |||
2 | # Makefile for the i2c bus drivers. | 2 | # Makefile for the i2c bus drivers. |
3 | # | 3 | # |
4 | 4 | ||
5 | # SMBus CMI driver | 5 | # ACPI drivers |
6 | obj-$(CONFIG_I2C_SCMI) += i2c-scmi.o | 6 | obj-$(CONFIG_I2C_SCMI) += i2c-scmi.o |
7 | 7 | ||
8 | # PC SMBus host controller drivers | 8 | # PC SMBus host controller drivers |