From: Jakub Kicinski Date: Wed, 1 Jul 2015 12:19:52 +0000 (+0200) Subject: sc16is7xx: fix Kconfig dependencies X-Git-Tag: omap-for-v4.3/fixes-merge-window~185^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32aa6339d9c5156de5d881b103e0e360934d6a74;p=pandora-kernel.git sc16is7xx: fix Kconfig dependencies When I2C=m and SPI=y or-ing them will produce =y while what we need is the lower bound, i.e. =m. Fortunately SPI is a boolean so we need to handle only one special case. Reported-by: kbuild test robot Signed-off-by: Jakub Kicinski Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed