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 /arch/microblaze | |
parent | 1a7f6be5c95f8475b0cb232eafa9367a5d2cbf43 (diff) |
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
Diffstat (limited to 'arch/microblaze')
-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 b82f82b74319..8370114e78aa 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | config MICROBLAZE | 1 | config MICROBLAZE |
2 | def_bool y | 2 | def_bool y |
3 | select ARCH_MIGHT_HAVE_PC_PARPORT | ||
3 | select HAVE_MEMBLOCK | 4 | select HAVE_MEMBLOCK |
4 | select HAVE_MEMBLOCK_NODE_MAP | 5 | select HAVE_MEMBLOCK_NODE_MAP |
5 | select HAVE_FUNCTION_TRACER | 6 | select HAVE_FUNCTION_TRACER |