From: Alan Cox Date: Thu, 29 Dec 2011 14:43:16 +0000 (+0000) Subject: x86/intel config: Fix the APB_TIMER selection X-Git-Tag: v3.3-rc1~93^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9c3a1e5fc8728e948b8fa3cbcfcfb86db3afda;p=pandora-kernel.git x86/intel config: Fix the APB_TIMER selection Seems Kconfig SELECT isn't selecting things hierarchically when selected. config APB_TIMER def_bool y if X86_INTEL_MID prompt "Intel MID APB Timer Support" if X86_INTEL_MID select DW_APB_TIMER depends on X86_INTEL_MID && SFI when we select APB_TIMER doesn't select DW_APB_TIMER so do it by hand. Signed-off-by: Alan Cox Link: http://lkml.kernel.org/n/tip-kpnaimplltk6d1lolusqj3ae@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed