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)
commitbfc97a4c2c959e3bf5690387b42441105623a1e7
treeb0250483b8d1190536d4eb352cd8ec00ed91c8de
parentab6960d204058417876a73c3fa7db680253355d2
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