diff options
author | Mark Salter <msalter@redhat.com> | 2013-10-07 22:07:58 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-10-23 15:59:45 -0400 |
commit | d7018848940211eb5876282f8efe08fe456e89b2 (patch) | |
tree | 7b508c7ad60d213601e6fa437d90b5e94603825a /arch/arm | |
parent | 1571ed0c45ccb0865cb454b2215d18cd27f72baf (diff) | |
download | op-kernel-dev-d7018848940211eb5876282f8efe08fe456e89b2.zip op-kernel-dev-d7018848940211eb5876282f8efe08fe456e89b2.tar.gz |
arm: 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: Russell King <linux@arm.linux.org.uk>
CC: linux-arm-kernel@lists.infradead.org
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3f7714d..7db8abe0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -5,6 +5,7 @@ config ARM select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST select ARCH_HAVE_CUSTOM_GPIO_H + select ARCH_MIGHT_HAVE_PC_PARPORT select ARCH_WANT_IPC_PARSE_VERSION select BUILDTIME_EXTABLE_SORT if MMU select CLONE_BACKWARDS |