From: Randy Dunlap Date: Fri, 22 Feb 2008 19:25:04 +0000 (-0800) Subject: ACPI: prevent randconfig build failure on empty ACPI_CUSTOM_DSDT_FILE X-Git-Tag: v2.6.25-rc6~19^2~2^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ce9573e093891f5807e6e50f3bd2012f1e5d0fe;p=pandora-kernel.git ACPI: prevent randconfig build failure on empty ACPI_CUSTOM_DSDT_FILE Make ACPI_CUSTOM_DSDT boolean config symbol a hidden and derived value, based on the value of ACPI_CUSTOM_DSDT_FILE (string). Only the latter is presented to the user as a config option. This fixes problems with "make randconfig" setting ACPI_CUSTOM_DSDT but leaving ACPI_CUSTOM_DSDT_FILE empty/blank. Signed-off-by: Randy Dunlap Signed-off-by: Len Brown --- Reading git-diff-tree failed