mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
5c34a4e89c
This replaces: - "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB" as this can now be selected directly. - "select ARCH_WANT_OPTIONAL_GPIOLIB" with no dependency: GPIOLIB is now selectable by everyone, so we need not declare our intent to select it. When ordering the symbols the following rationale was used: if the selects were in alphabetical order, I moved select GPIOLIB to be in alphabetical order, but if the selects were not maintained in alphabetical order, I just replaced "select ARCH_REQUIRE_GPIOLIB" with "select GPIOLIB". Cc: Michael Büsch <m@bues.ch> Cc: arm@kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>
34 lines
779 B
Plaintext
34 lines
779 B
Plaintext
menuconfig ARCH_MV78XX0
|
|
bool "Marvell MV78xx0"
|
|
depends on ARCH_MULTI_V5
|
|
select CPU_FEROCEON
|
|
select GPIOLIB
|
|
select MVEBU_MBUS
|
|
select 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
|