diff options
author | Mark Salter <msalter@redhat.com> | 2013-10-07 22:16:32 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-10-23 16:00:11 -0400 |
commit | ff649a6f9b526410e59d7694912499f17ae190c3 (patch) | |
tree | cace28851690791a4fb2d163fb3f4b0f70957310 /arch/sparc | |
parent | 09d8dd9371aa38e7277f12059ca07503c39a291a (diff) | |
download | linux-ff649a6f9b526410e59d7694912499f17ae190c3.tar.bz2 |
sparc: 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: "David S. Miller" <davem@davemloft.net>
CC: sparclinux@vger.kernel.org
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 2137ad667438..242200fbbbcf 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -12,6 +12,7 @@ config 64BIT config SPARC bool default y + select ARCH_MIGHT_HAVE_PC_PARPORT if SPARC64 && PCI select OF select OF_PROMTREE select HAVE_IDE |