aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
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"