diff options
author | Mark Salter <msalter@redhat.com> | 2013-10-07 19:51:52 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-10-23 15:59:38 -0400 |
commit | 1571ed0c45ccb0865cb454b2215d18cd27f72baf (patch) | |
tree | 94e46b1ad97a814cf1205493906e9e782ae9f964 /arch/alpha | |
parent | 1a81b94d4fc8470848eb80e39a6001c48cc3fc29 (diff) | |
download | op-kernel-dev-1571ed0c45ccb0865cb454b2215d18cd27f72baf.zip op-kernel-dev-1571ed0c45ccb0865cb454b2215d18cd27f72baf.tar.gz |
alpha: 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>
Acked-by: Richard Henderson <rth@twiddle.net>
CC: linux-alpha@vger.kernel.org
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 35a300d..84803f8 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -1,6 +1,7 @@ config ALPHA bool default y + select ARCH_MIGHT_HAVE_PC_PARPORT select HAVE_AOUT select HAVE_IDE select HAVE_OPROFILE |