commit | 1db5fff9aeab18566eb380e354629fdbbe7792f0 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sun Oct 12 15:40:45 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Oct 12 15:44:07 2008 +0200 |
tree | 2de6fd4a5d80e9122d28aebb6995563c13351365 | |
parent | b7b3a42533e1e41297fe517533375f9f8f7b92d0 [diff] |
x86: make processor type select depend on CONFIG_EMBEDDED deselecting one of the CPU type CONFIG_CPU_SUP_* config options can render a kernel unbootable. Make sure this option is only available if CONFIG_EMBEDDED is enabled. Signed-off-by: Ingo Molnar <mingo@elte.hu>