forked from Minki/linux
eb01d42a77
There is no good reason to duplicate the PCI menu in every architecture. Instead provide a selectable HAVE_PCI symbol that indicates availability of PCI support, and a FORCE_PCI symbol to for PCI on and the handle the rest in drivers/pci. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Palmer Dabbelt <palmer@sifive.com> Acked-by: Max Filippov <jcmvbkbc@gmail.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Paul Burton <paul.burton@mips.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
34 lines
785 B
Plaintext
34 lines
785 B
Plaintext
menuconfig ARCH_MV78XX0
|
|
bool "Marvell MV78xx0"
|
|
depends on ARCH_MULTI_V5
|
|
select CPU_FEROCEON
|
|
select GPIOLIB
|
|
select MVEBU_MBUS
|
|
select FORCE_PCI
|
|
select PLAT_ORION_LEGACY
|
|
help
|
|
Support for the following Marvell MV78xx0 series SoCs:
|
|
MV781x0, MV782x0.
|
|
|
|
if ARCH_MV78XX0
|
|
|
|
config MACH_DB78X00_BP
|
|
bool "Marvell DB-78x00-BP Development Board"
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Marvell DB-78x00-BP Development Board.
|
|
|
|
config MACH_RD78X00_MASA
|
|
bool "Marvell RD-78x00-mASA Reference Design"
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Marvell RD-78x00-mASA Reference Design.
|
|
|
|
config MACH_TERASTATION_WXL
|
|
bool "Buffalo WLX (Terastation Duo) NAS"
|
|
help
|
|
Say 'Y' here if you want your kernel to support the
|
|
Buffalo WXL Nas.
|
|
|
|
endif
|