[tboot-devel] [PATCH] intel_txt: Add more explicit dependencies for CONFIG_INTEL_TXT

2011-01-24 Thread Shane Wang
This patch is to follow the recommended way in kconfig-language.txt to use HAVE_INTEL_TXT, so to add more explicit dependencies for CONFIG_INTEL_TXT. Signed-off-by: Jonathan McCune Signed-off-by: Shane Wang --- arch/x86/Kconfig |5 + security/Kconfig |5 - 2 files changed, 5 i

Re: [tboot-devel] [PATCH, TRIVIAL] Add more explicit dependencies for CONFIG_INTEL_TXT

2011-01-24 Thread Jonathan McCune
Thanks, that thread helps a lot. I was previously unaware of the convention that HAVE_INTEL_TXT is following to better support other architectures. Generally when I can't find a kernel config option I use the forward-slash search command. Searching for TXT turns up the relevant CONFIG_INTEL_TXT