mirror of https://gitee.com/openkylin/linux.git
[POWERPC] Move I8259 selection under MPC8641HPCN board
Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
c53b33420a
commit
f17607fb17
|
@ -794,7 +794,6 @@ config GENERIC_ISA_DMA
|
|||
|
||||
config PPC_I8259
|
||||
bool
|
||||
default y if MPC8641_HPCN
|
||||
default n
|
||||
|
||||
config PPC_INDIRECT_PCI
|
||||
|
|
|
@ -7,6 +7,7 @@ choice
|
|||
|
||||
config MPC8641_HPCN
|
||||
bool "Freescale MPC8641 HPCN"
|
||||
select PPC_I8259
|
||||
help
|
||||
This option enables support for the MPC8641 HPCN board.
|
||||
|
||||
|
|
Loading…
Reference in New Issue