diff options
author | Mark Salter <msalter@redhat.com> | 2013-10-07 22:12:28 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-10-23 15:59:56 -0400 |
commit | 355f65a391282f2aa9dfb0ce6414f99177435264 (patch) | |
tree | 7079d53f3197454c03dd20ea276bdf3d1ec0cfcd | |
parent | 1a7f6be5c95f8475b0cb232eafa9367a5d2cbf43 (diff) | |
download | op-kernel-dev-355f65a391282f2aa9dfb0ce6414f99177435264.zip op-kernel-dev-355f65a391282f2aa9dfb0ce6414f99177435264.tar.gz |
microblaze: 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: Michal Simek <monstr@monstr.eu>
CC: microblaze-uclinux@itee.uq.edu.au
-rw-r--r-- | arch/microblaze/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index b82f82b..8370114 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -1,5 +1,6 @@ config MICROBLAZE def_bool y + select ARCH_MIGHT_HAVE_PC_PARPORT select HAVE_MEMBLOCK select HAVE_MEMBLOCK_NODE_MAP select HAVE_FUNCTION_TRACER |