mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 00:46:47 +07:00
86c55af4a4
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: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
config PPC_MPC512x
|
|
bool "512x-based boards"
|
|
depends on 6xx
|
|
select COMMON_CLK
|
|
select FSL_SOC
|
|
select IPIC
|
|
select PPC_PCI_CHOICE
|
|
select FSL_PCI if PCI
|
|
select USB_EHCI_BIG_ENDIAN_MMIO if USB_EHCI_HCD
|
|
select USB_EHCI_BIG_ENDIAN_DESC if USB_EHCI_HCD
|
|
|
|
config MPC512x_LPBFIFO
|
|
tristate "MPC512x LocalPlus Bus FIFO driver"
|
|
depends on PPC_MPC512x && MPC512X_DMA
|
|
help
|
|
Enable support for Freescale MPC512x LocalPlus Bus FIFO (SCLPC).
|
|
|
|
config MPC5121_ADS
|
|
bool "Freescale MPC5121E ADS"
|
|
depends on PPC_MPC512x
|
|
select DEFAULT_UIMAGE
|
|
help
|
|
This option enables support for the MPC5121E ADS board.
|
|
|
|
config MPC512x_GENERIC
|
|
bool "Generic support for simple MPC512x based boards"
|
|
depends on PPC_MPC512x
|
|
select DEFAULT_UIMAGE
|
|
help
|
|
This option enables support for simple MPC512x based boards
|
|
which do not need custom platform specific setup.
|
|
|
|
Compatible boards include: Protonic LVT base boards (ZANMCU
|
|
and VICVT2), Freescale MPC5125 Tower system.
|
|
|
|
config PDM360NG
|
|
bool "ifm PDM360NG board"
|
|
depends on PPC_MPC512x
|
|
select DEFAULT_UIMAGE
|
|
help
|
|
This option enables support for the PDM360NG board.
|