i2c: designware-baytrail: use proper Kconfig dependencies
authorWolfram Sang <wsa@the-dreams.de>
Mon, 26 Jan 2015 16:49:34 +0000 (17:49 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 26 Jan 2015 20:56:34 +0000 (21:56 +0100)
commit9136c5463f990d51c9f9361cd6be27f7f4d8fca7
tree0a83a3698c16b804d677cababd0e26e48c2e4d6d
parent42ffd3907c1663441cd1bd4d1a575930b63a5964
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>
drivers/i2c/busses/Kconfig