diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 02:41:24 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 02:41:24 -0400 |
commit | 373e68b5472d421cbd2703e7a77caf053f78c005 (patch) | |
tree | 6fed51fdf1b89f80a1ec9ea4aab285c1af649945 /arch/sh/cchips/Kconfig | |
parent | f647d33f879d258de4ab2559975bd6eebda2033e (diff) |
sh: Board updates for I/O routine rework.
This updates the various boards for some of the recent I/O routine
updates.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/cchips/Kconfig')
-rw-r--r-- | arch/sh/cchips/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/sh/cchips/Kconfig b/arch/sh/cchips/Kconfig index 155d139884c3..0582ca8346b6 100644 --- a/arch/sh/cchips/Kconfig +++ b/arch/sh/cchips/Kconfig | |||
@@ -65,6 +65,11 @@ config HD64461_IRQ | |||
65 | 65 | ||
66 | Do not change this unless you know what you are doing. | 66 | Do not change this unless you know what you are doing. |
67 | 67 | ||
68 | config HD64461_IOBASE | ||
69 | hex "HD64461 start address" | ||
70 | depends on HD64461 | ||
71 | default "0xb0000000" | ||
72 | |||
68 | config HD64461_ENABLER | 73 | config HD64461_ENABLER |
69 | bool "HD64461 PCMCIA enabler" | 74 | bool "HD64461 PCMCIA enabler" |
70 | depends on HD64461 | 75 | depends on HD64461 |
@@ -73,7 +78,6 @@ config HD64461_ENABLER | |||
73 | via the HD64461 companion chip. | 78 | via the HD64461 companion chip. |
74 | Otherwise, say N. | 79 | Otherwise, say N. |
75 | 80 | ||
76 | |||
77 | config HD64465_IOBASE | 81 | config HD64465_IOBASE |
78 | hex "HD64465 start address" | 82 | hex "HD64465 start address" |
79 | depends on HD64465 | 83 | depends on HD64465 |