]> git.baikalelectronics.ru Git - kernel.git/commit
x86/intel config: Fix the APB_TIMER selection
authorAlan Cox <alan@linux.intel.com>
Thu, 29 Dec 2011 14:43:16 +0000 (14:43 +0000)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Dec 2011 20:53:17 +0000 (21:53 +0100)
commit6b944e2de7426dcdde45140c6ee7bd6e52849365
tree03b07665304989a2588ab144ead8aa7f57252646
parent4ca26013de70fd7af69457ea0b844760ad126683
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 <alan@linux.intel.com>
Link: http://lkml.kernel.org/n/tip-kpnaimplltk6d1lolusqj3ae@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig