diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-15 12:03:04 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-15 12:03:04 +0900 |
commit | bec36eca6f5d1d83a9c3733fc40ba173ad849df2 (patch) | |
tree | a4a589167441cb8e447742fdd9860c7998d5f33e /arch/sh/cchips | |
parent | 9304d0ccf1922b9b954b6e9223d1b2bc83198ad2 (diff) |
sh: hd64461: Fix up I/O base register offsets.
hd64461 is mapped in a fixed location, so the I/O base itself is fairly
meaningless as a configuration item. Additionally, this makes it
impossible to share hd64461 code alongside generic drivers (in the case
of sh_dac_audio), so simply make it commonly defined and permit the
mach_is_foo() logic to work out the proper semantics.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/cchips')
-rw-r--r-- | arch/sh/cchips/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/cchips/Kconfig b/arch/sh/cchips/Kconfig index f43d18373f22..a5ab2eccdaa6 100644 --- a/arch/sh/cchips/Kconfig +++ b/arch/sh/cchips/Kconfig @@ -34,11 +34,6 @@ config HD64461_IRQ Do not change this unless you know what you are doing. -config HD64461_IOBASE - hex "HD64461 start address" - depends on HD64461 - default "0xb0000000" - config HD64461_ENABLER bool "HD64461 PCMCIA enabler" depends on HD64461 |