diff options
author | Mark Salter <[email protected]> | 2013-10-07 22:10:21 -0400 |
---|---|---|
committer | Mark Salter <[email protected]> | 2013-10-23 15:59:52 -0400 |
commit | 1a7f6be5c95f8475b0cb232eafa9367a5d2cbf43 (patch) | |
tree | 9f3881a5bfba11d65ca7043bb33cad21e128f29e | |
parent | 468bcf08fbbc6296b96f478b1422d0622c0fdc0d (diff) |
m68k: select ARCH_MIGHT_HAVE_PC_PARPORT
Architectures which support CONFIG_PARPORT_PC should select
ARCH_MIGHT_HAVE_PC_PARPORT.
Signed-off-by: Mark Salter <[email protected]>
Acked by: Geert Uytterhoeven <[email protected]>
CC: [email protected]
-rw-r--r-- | arch/m68k/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 311a300d48cc..75f25a8e3001 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -1,6 +1,7 @@ config M68K bool default y + select ARCH_MIGHT_HAVE_PC_PARPORT if ISA select HAVE_IDE select HAVE_AOUT if MMU select HAVE_DEBUG_BUGVERBOSE |