2e56ff206b
Make it so we do a runtime check to know if we need to write cfg_addr as big or little endian. This is needed if we want to allow 86xx support to co-exist in the same kernel as other 6xx PPCs. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21 lines
353 B
Plaintext
21 lines
353 B
Plaintext
choice
|
|
prompt "86xx Board Type"
|
|
depends on PPC_86xx
|
|
default MPC8641_HPCN
|
|
|
|
config MPC8641_HPCN
|
|
bool "Freescale MPC8641 HPCN"
|
|
select PPC_I8259
|
|
select DEFAULT_UIMAGE
|
|
help
|
|
This option enables support for the MPC8641 HPCN board.
|
|
|
|
endchoice
|
|
|
|
config MPC8641
|
|
bool
|
|
select FSL_PCI if PCI
|
|
select PPC_UDBG_16550
|
|
select MPIC
|
|
default y if MPC8641_HPCN
|