aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-12-17 00:41:54 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-12-22 04:44:46 -0500
commit073da9c0de401e8683b6bc76c008a7e0850045d5 (patch)
tree7b843de420aec114f3ed497813ca9e5913d7e157 /arch/sh/Kconfig
parent8c197c3afb4a9026973315cc6a3c189dd8434053 (diff)
sh: Kill off cf-enabler with extreme prejudice.
Now that the rest of the boards that were using cf-enabler "generically" have switched to setting up their mappings on their own, only the mach-se boards were left using it. All of the cf-enabler using mach-se boards use a special initialization of the MRSHPC windows rather than going through the special PTE as other SH-4 platforms do. This consolidates the MRSHPC setup logic, hooks it up on the boards that care, and gets rid of any and all remaining references to cf-enabler. This has been long overdue, as cf-enabler has been the bane of arch/sh/kernel for the last 7 years. Good riddance. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig43
1 files changed, 0 insertions, 43 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 57fd4983cc1d..03c773b74bd2 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -701,49 +701,6 @@ config MAPLE
701 Dreamcast with a serial line terminal or a remote network 701 Dreamcast with a serial line terminal or a remote network
702 connection. 702 connection.
703 703
704config CF_ENABLER
705 bool "Compact Flash Enabler support"
706 depends on SOLUTION_ENGINE
707 ---help---
708 Compact Flash is a small, removable mass storage device introduced
709 in 1994 originally as a PCMCIA device. If you say `Y' here, you
710 compile in support for Compact Flash devices directly connected to
711 a SuperH processor. A Compact Flash FAQ is available at
712 <http://www.compactflash.org/faqs/faq.htm>.
713
714 If your board has "Directly Connected" CompactFlash at area 5 or 6,
715 you may want to enable this option. Then, you can use CF as
716 primary IDE drive (only tested for SanDisk).
717
718 If in doubt, select 'N'.
719
720choice
721 prompt "Compact Flash Connection Area"
722 depends on CF_ENABLER
723 default CF_AREA6
724
725config CF_AREA5
726 bool "Area5"
727 help
728 If your board has "Directly Connected" CompactFlash, You should
729 select the area where your CF is connected to.
730
731 - "Area5" if CompactFlash is connected to Area 5 (0x14000000)
732 - "Area6" if it is connected to Area 6 (0x18000000)
733
734 "Area6" will work for most boards.
735
736config CF_AREA6
737 bool "Area6"
738
739endchoice
740
741config CF_BASE_ADDR
742 hex
743 depends on CF_ENABLER
744 default "0xb8000000" if CF_AREA6
745 default "0xb4000000" if CF_AREA5
746
747source "arch/sh/drivers/pci/Kconfig" 704source "arch/sh/drivers/pci/Kconfig"
748 705
749source "drivers/pci/Kconfig" 706source "drivers/pci/Kconfig"