diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-11 02:32:07 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-06-11 02:32:07 -0400 |
commit | 357d59469c1179c30b8c425aba302346fac3594e (patch) | |
tree | 6e27fcd85967ad06072ac84788ac891cbcc10235 /arch/sh/cchips | |
parent | 54039591cee40ef1f440f1245ed066c3e7d54a9a (diff) |
sh: Tidy up dependencies for SH-2 build.
SH-2 can presently get in to some pretty bogus states, so
we tidy up the dependencies a bit and get it all building
again.
This gets us a bit closer to a functional allyesconfig
and allmodconfig, though there are still a few things to
fix up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/cchips')
-rw-r--r-- | arch/sh/cchips/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/sh/cchips/Kconfig b/arch/sh/cchips/Kconfig index 0582ca8346b6..2e516e9a6ede 100644 --- a/arch/sh/cchips/Kconfig +++ b/arch/sh/cchips/Kconfig | |||
@@ -13,10 +13,8 @@ config VOYAGERGX | |||
13 | are additional GPIO bits that can be used to interface to | 13 | are additional GPIO bits that can be used to interface to |
14 | external as well. | 14 | external as well. |
15 | 15 | ||
16 | # A board must have defined HD6446X_SERIES in order to see these | ||
17 | config HD6446X_SERIES | 16 | config HD6446X_SERIES |
18 | bool "HD6446x support" | 17 | bool |
19 | default n | ||
20 | 18 | ||
21 | choice | 19 | choice |
22 | prompt "HD6446x options" | 20 | prompt "HD6446x options" |
@@ -25,7 +23,6 @@ choice | |||
25 | 23 | ||
26 | config HD64461 | 24 | config HD64461 |
27 | bool "Hitachi HD64461 companion chip support" | 25 | bool "Hitachi HD64461 companion chip support" |
28 | depends on CPU_SUBTYPE_SH7709 | ||
29 | ---help--- | 26 | ---help--- |
30 | The Hitachi HD64461 provides an interface for | 27 | The Hitachi HD64461 provides an interface for |
31 | the SH7709 CPU, supporting a LCD controller, | 28 | the SH7709 CPU, supporting a LCD controller, |
@@ -40,7 +37,6 @@ config HD64461 | |||
40 | 37 | ||
41 | config HD64465 | 38 | config HD64465 |
42 | bool "Hitachi HD64465 companion chip support" | 39 | bool "Hitachi HD64465 companion chip support" |
43 | depends on CPU_SUBTYPE_SH7750 | ||
44 | ---help--- | 40 | ---help--- |
45 | The Hitachi HD64465 provides an interface for | 41 | The Hitachi HD64465 provides an interface for |
46 | the SH7750 CPU, supporting a LCD controller, | 42 | the SH7750 CPU, supporting a LCD controller, |