162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ciconfig MACH_TX49XX 362306a36Sopenharmony_ci bool 462306a36Sopenharmony_ci select BOOT_ELF32 562306a36Sopenharmony_ci select MACH_TXX9 662306a36Sopenharmony_ci select CEVT_R4K 762306a36Sopenharmony_ci select CSRC_R4K 862306a36Sopenharmony_ci select IRQ_MIPS_CPU 962306a36Sopenharmony_ci select SYS_HAS_CPU_TX49XX 1062306a36Sopenharmony_ci select SYS_SUPPORTS_64BIT_KERNEL 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciconfig MACH_TXX9 1362306a36Sopenharmony_ci bool 1462306a36Sopenharmony_ci select DMA_NONCOHERENT 1562306a36Sopenharmony_ci select SWAP_IO_SPACE 1662306a36Sopenharmony_ci select SYS_HAS_EARLY_PRINTK 1762306a36Sopenharmony_ci select SYS_SUPPORTS_32BIT_KERNEL 1862306a36Sopenharmony_ci select SYS_SUPPORTS_LITTLE_ENDIAN 1962306a36Sopenharmony_ci select SYS_SUPPORTS_BIG_ENDIAN 2062306a36Sopenharmony_ci select COMMON_CLK 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ciconfig TOSHIBA_RBTX4927 2362306a36Sopenharmony_ci bool "Toshiba RBTX49[23]7 board" 2462306a36Sopenharmony_ci depends on MACH_TX49XX 2562306a36Sopenharmony_ci select SOC_TX4927 2662306a36Sopenharmony_ci # TX4937 is subset of TX4938 2762306a36Sopenharmony_ci select SOC_TX4938 2862306a36Sopenharmony_ci help 2962306a36Sopenharmony_ci This Toshiba board is based on the TX4927 processor. Say Y here to 3062306a36Sopenharmony_ci support this machine type 3162306a36Sopenharmony_ci 3262306a36Sopenharmony_ciconfig SOC_TX4927 3362306a36Sopenharmony_ci bool 3462306a36Sopenharmony_ci select CEVT_TXX9 3562306a36Sopenharmony_ci imply HAS_TXX9_SERIAL 3662306a36Sopenharmony_ci select HAVE_PCI 3762306a36Sopenharmony_ci select IRQ_TXX9 3862306a36Sopenharmony_ci select PCI_TX4927 3962306a36Sopenharmony_ci select GPIO_TXX9 4062306a36Sopenharmony_ci 4162306a36Sopenharmony_ciconfig SOC_TX4938 4262306a36Sopenharmony_ci bool 4362306a36Sopenharmony_ci select CEVT_TXX9 4462306a36Sopenharmony_ci imply HAS_TXX9_SERIAL 4562306a36Sopenharmony_ci select HAVE_PCI 4662306a36Sopenharmony_ci select IRQ_TXX9 4762306a36Sopenharmony_ci select PCI_TX4927 4862306a36Sopenharmony_ci select GPIO_TXX9 4962306a36Sopenharmony_ci 5062306a36Sopenharmony_ciconfig TOSHIBA_FPCIB0 5162306a36Sopenharmony_ci bool "FPCIB0 Backplane Support" 5262306a36Sopenharmony_ci depends on PCI && MACH_TXX9 5362306a36Sopenharmony_ci select I8259 5462306a36Sopenharmony_ci 5562306a36Sopenharmony_ciconfig PICMG_PCI_BACKPLANE_DEFAULT 5662306a36Sopenharmony_ci bool "Support for PICMG PCI Backplane" 5762306a36Sopenharmony_ci depends on PCI && MACH_TXX9 5862306a36Sopenharmony_ci default y if !TOSHIBA_FPCIB0 5962306a36Sopenharmony_ci 6062306a36Sopenharmony_ciconfig PCI_TX4927 6162306a36Sopenharmony_ci bool 62