diff options
author | Mark Salter <msalter@redhat.com> | 2013-10-07 22:15:58 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-10-23 16:00:09 -0400 |
commit | 09d8dd9371aa38e7277f12059ca07503c39a291a (patch) | |
tree | 1f5a1de8e0b1fe73e1aa10c129d07c92e6e1ce31 /arch/sh | |
parent | b7e7c37b6e84bd1aec8085606fa3fb42b5cf5a66 (diff) | |
download | op-kernel-dev-09d8dd9371aa38e7277f12059ca07503c39a291a.zip op-kernel-dev-09d8dd9371aa38e7277f12059ca07503c39a291a.tar.gz |
sh: select ARCH_MIGHT_HAVE_PC_PARPORT
Architectures which support CONFIG_PARPORT_PC should select
ARCH_MIGHT_HAVE_PC_PARPORT.
Signed-off-by: Mark Salter <msalter@redhat.com>
CC: Paul Mundt <lethal@linux-sh.org>
CC: linux-sh@vger.kernel.org
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 224f4bc..f56d7f8 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -1,5 +1,6 @@ config SUPERH def_bool y + select ARCH_MIGHT_HAVE_PC_PARPORT select EXPERT select CLKDEV_LOOKUP select HAVE_IDE if HAS_IOPORT |