commit | 9136c5463f990d51c9f9361cd6be27f7f4d8fca7 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa@the-dreams.de> | Mon Jan 26 17:49:34 2015 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Jan 26 21:56:34 2015 +0100 |
tree | 0a83a3698c16b804d677cababd0e26e48c2e4d6d | |
parent | 42ffd3907c1663441cd1bd4d1a575930b63a5964 [diff] |
i2c: designware-baytrail: use proper Kconfig dependencies IOSF_MBI depends on PCI, so we should not select it but depend on it. This ensures also we compile on X86 only, other archs will break because of an arch specific include. Also depend on ACPI since this driver uses it. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Acked-by: David E. Box <david.e.box@linux.intel.com>