From b14fb6abd6cc04ea9f06e4dedd5f13c183e9450e Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Sat, 16 Oct 2010 08:45:31 +0000 Subject: Move support for Deschutes Slot 1 CPUs (model_65x) into its own directory. abuild-tested. I have no Deschutes CPUs to boot test this with. Signed-off-by: Keith Hui Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5954 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_65x/Kconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/cpu/intel/model_65x/Kconfig (limited to 'src/cpu/intel/model_65x/Kconfig') diff --git a/src/cpu/intel/model_65x/Kconfig b/src/cpu/intel/model_65x/Kconfig new file mode 100644 index 0000000000..1ef48139f6 --- /dev/null +++ b/src/cpu/intel/model_65x/Kconfig @@ -0,0 +1,3 @@ +config CPU_INTEL_MODEL_65X + bool + select SMP -- cgit v1.2.3