Commit ddfd8f8d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] AMD ELAN Kconfig fix

From: Adrian Bunk <bunk@fs.tum.de>

- remove an MELAN entry that was forgotten in the i386 processor
  selection menu

- s/CONFIG_MELAN/CONFIG_X86_ELAN/ was missing in module.h
parent 1c272552
......@@ -269,9 +269,6 @@ config MK8
use of some extended instructions, and passes appropriate optimization
flags to GCC.
config MELAN
bool "Elan"
config MCRUSOE
bool "Crusoe"
help
......
......@@ -36,7 +36,7 @@ struct mod_arch_specific
#define MODULE_PROC_FAMILY "K7 "
#elif defined CONFIG_MK8
#define MODULE_PROC_FAMILY "K8 "
#elif defined CONFIG_MELAN
#elif defined CONFIG_X86_ELAN
#define MODULE_PROC_FAMILY "ELAN "
#elif defined CONFIG_MCRUSOE
#define MODULE_PROC_FAMILY "CRUSOE "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment