diff options
author | Mark Salter <msalter@redhat.com> | 2013-10-07 22:15:32 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-10-23 16:00:05 -0400 |
commit | b7e7c37b6e84bd1aec8085606fa3fb42b5cf5a66 (patch) | |
tree | e864882e522757b63cf2539473de6ed605b954bb | |
parent | 4a24fb2f30c362ee63663a232266fd503bb9cdc2 (diff) | |
download | blackbird-op-linux-b7e7c37b6e84bd1aec8085606fa3fb42b5cf5a66.tar.gz blackbird-op-linux-b7e7c37b6e84bd1aec8085606fa3fb42b5cf5a66.zip |
powerpc: 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: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Paul Mackerras <paulus@samba.org>
CC: linuxppc-dev@lists.ozlabs.org
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 38f3b7e47ec5..fcc626cc577b 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -85,6 +85,7 @@ config GENERIC_HWEIGHT config PPC bool default y + select ARCH_MIGHT_HAVE_PC_PARPORT select BINFMT_ELF select OF select OF_EARLY_FLATTREE |