diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 16:59:11 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 14:16:55 +0100 |
commit | 07ef83ae9e99377f38f4d0e472ba6ff09324e5e9 (patch) | |
tree | 5a1a307ee18235ac4ff509a5a6e3cf978ee56671 /arch | |
parent | 72ee6ebbb3fe1ac23d1a669b177b858d2028bf09 (diff) | |
download | blackbird-obmc-linux-07ef83ae9e99377f38f4d0e472ba6ff09324e5e9.tar.gz blackbird-obmc-linux-07ef83ae9e99377f38f4d0e472ba6ff09324e5e9.zip |
x86/Voyager: remove NATSEMI Kconfig quirk
x86/Voyager has this quirk for SCx200 support:
config SCx200
tristate "NatSemi SCx200 support"
depends on !X86_VOYAGER
Remove it - Voyager users can disable drivers they dont need.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ae37a7504b57..9727dd59f54c 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1884,7 +1884,6 @@ source "drivers/mca/Kconfig" config SCx200 tristate "NatSemi SCx200 support" - depends on !X86_VOYAGER help This provides basic support for National Semiconductor's (now AMD's) Geode processors. The driver probes for the |