diff options
author | Mark Salter <msalter@redhat.com> | 2013-10-08 02:14:01 (GMT) |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-10-23 20:00:03 (GMT) |
commit | 4a24fb2f30c362ee63663a232266fd503bb9cdc2 (patch) | |
tree | cb77643f704ca9d9f0d99a0bccef2733190d0ca0 /arch/parisc/Kconfig | |
parent | a862a4262f9900239389515f79c6c9dfc8de6080 (diff) | |
download | linux-4a24fb2f30c362ee63663a232266fd503bb9cdc2.tar.xz |
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
Diffstat (limited to 'arch/parisc/Kconfig')
-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 ad2ce8d..deb713c 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 |