kernel: REGMAP_SPI should only be selectable when SPI_MASTER is selected
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 21 Mar 2013 14:50:59 +0000 (14:50 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 21 Mar 2013 14:50:59 +0000 (14:50 +0000)
commit4995f23669c83efb5fa07696dfbec3085f48adbd
treeda9f0472f4b93ccbb11f1d96a51ad454f017e6d7
parent76d1c0a067fb754c2212bd617b4a5b2987f1360e
kernel: REGMAP_SPI should only be selectable when SPI_MASTER is selected

This was turned from a silent confg option without a text to a normal
config option which could be selected without any other option
depending on this. This could cause the situation where REGMAP_SPI was
selected without SPI_MASTER being selected.

SVN-Revision: 36101
target/linux/generic/patches-3.3/270-regmap_dynamic.patch
target/linux/generic/patches-3.7/259-regmap_dynamic.patch
target/linux/generic/patches-3.8/259-regmap_dynamic.patch
target/linux/generic/patches-3.9/259-regmap_dynamic.patch