Re: [patch v3] x86/platform/mellanox: introduce support for Mellanox systems platform
From: Thomas Gleixner
Date: Mon Sep 19 2016 - 19:26:40 EST
On Mon, 19 Sep 2016, vadimp@xxxxxxxxxxxx wrote:
> +config MLX_PLATFORM
> + tristate "Mellanox Technologies platform support"
> + depends on X86_64
> + depends on X86_EXTENDED_PLATFORM
I can understand those, but
> + depends on DMI
> + depends on I2C_MLXCPLD
> + depends on I2C_MUX_REG
these should be simply selected. I really hate to find all the dependencies
and fiddle in a gazillion of menuconfig leafs just to get that stuff
compiled.
Thanks,
tglx