kernel: REGMAP_SPI should only be selectable when SPI_MASTER is selected
authorHauke Mehrtens <hauke@openwrt.org>
Thu, 21 Mar 2013 14:50:59 +0000 (14:50 +0000)
committerHauke Mehrtens <hauke@openwrt.org>
Thu, 21 Mar 2013 14:50:59 +0000 (14:50 +0000)
commitda8dfca256a2fa49d7ac6a5f117610a6ae5529b4
treeb0250483b8d1190536d4eb352cd8ec00ed91c8de
parent6cce0f0ddb093c437e86d987f207eb75cd972dec
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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36101 3c298f89-4303-0410-b956-a3cf2f4a3e73
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