From: Christian Kujau Date: Wed, 30 Oct 2013 04:25:43 +0000 (-0700) Subject: powerpc/pmu: Fix ADB_PMU_LED_IDE dependencies X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de00b30d054857990dc573648e4767ec512009c7;p=pandora-kernel.git powerpc/pmu: Fix ADB_PMU_LED_IDE dependencies for quite some time the following is printed (twice) after doing "make oldconfig": [...] scripts/kconfig/conf --oldconfig Kconfig warning: (ADB_PMU_LED_IDE) selects LEDS_TRIGGER_IDE_DISK which has unmet direct dependencies (NEW_LEDS && IDE_GD_ATA && LEDS_TRIGGERS) warning: (ADB_PMU_LED_IDE) selects LEDS_TRIGGER_IDE_DISK which has unmet direct dependencies (NEW_LEDS && IDE_GD_ATA && LEDS_TRIGGERS) The following patch causes ADB_PMU_LED to depend on IDE_GD_ATA, so that the options above are only available when IDE_GD_ATA is actually selected and thus eliminates the warning. Signed-off-by: Christian Kujau Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed