diff options
author | Mark Salter <msalter@redhat.com> | 2013-10-07 22:14:01 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-10-23 16:00:03 -0400 |
commit | 4a24fb2f30c362ee63663a232266fd503bb9cdc2 (patch) | |
tree | cb77643f704ca9d9f0d99a0bccef2733190d0ca0 | |
parent | a862a4262f9900239389515f79c6c9dfc8de6080 (diff) |
parisc: 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: "James E.J. Bottomley" <jejb@parisc-linux.org>
CC: Helge Deller <deller@gmx.de>
CC: linux-parisc@vger.kernel.org
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index ad2ce8dab99..deb713c647f 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -1,6 +1,7 @@ config PARISC def_bool y select ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS + select ARCH_MIGHT_HAVE_PC_PARPORT select HAVE_IDE select HAVE_OPROFILE select HAVE_FUNCTION_TRACER if 64BIT |