xref: /openbmc/linux/arch/arm/mach-ixp4xx/Kconfig (revision 3d427228)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig ARCH_IXP4XX
3	bool "IXP4xx-based platforms"
4	depends on ARCH_MULTI_V5
5	depends on CPU_BIG_ENDIAN
6	select CPU_XSCALE
7	select GPIO_IXP4XX
8	select GPIOLIB
9	select FORCE_PCI
10	select IXP4XX_IRQ
11	select IXP4XX_TIMER
12	select USB_EHCI_BIG_ENDIAN_DESC
13	select USB_EHCI_BIG_ENDIAN_MMIO
14	help
15	  Support for Intel's IXP4XX (XScale) family of processors.
16
17if ARCH_IXP4XX
18
19config MACH_IXP4XX_OF
20	bool
21	prompt "Device Tree IXP4xx boards"
22	default y
23	select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
24	select I2C
25	select I2C_IOP3XX
26	select USE_OF
27	help
28	  Say 'Y' here to support Device Tree-based IXP4xx platforms.
29
30endif
31