162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_cimenu "Board support" 362306a36Sopenharmony_ci 462306a36Sopenharmony_ciconfig SOLUTION_ENGINE 562306a36Sopenharmony_ci bool 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciconfig SH_ALPHA_BOARD 862306a36Sopenharmony_ci bool 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciconfig SH_CUSTOM_CLK 1162306a36Sopenharmony_ci def_bool y 1262306a36Sopenharmony_ci depends on !SH_DEVICE_TREE 1362306a36Sopenharmony_ci select HAVE_LEGACY_CLK 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ciconfig SH_DEVICE_TREE 1662306a36Sopenharmony_ci bool 1762306a36Sopenharmony_ci select OF 1862306a36Sopenharmony_ci select OF_EARLY_FLATTREE 1962306a36Sopenharmony_ci select TIMER_OF 2062306a36Sopenharmony_ci select COMMON_CLK 2162306a36Sopenharmony_ci select GENERIC_CALIBRATE_DELAY 2262306a36Sopenharmony_ci 2362306a36Sopenharmony_ciconfig SH_JCORE_SOC 2462306a36Sopenharmony_ci bool "J-Core SoC" 2562306a36Sopenharmony_ci select SH_DEVICE_TREE 2662306a36Sopenharmony_ci select CLKSRC_JCORE_PIT 2762306a36Sopenharmony_ci select JCORE_AIC 2862306a36Sopenharmony_ci depends on CPU_J2 2962306a36Sopenharmony_ci help 3062306a36Sopenharmony_ci Select this option to include drivers core components of the 3162306a36Sopenharmony_ci J-Core SoC, including interrupt controllers and timers. 3262306a36Sopenharmony_ci 3362306a36Sopenharmony_ciconfig SH_SOLUTION_ENGINE 3462306a36Sopenharmony_ci bool "SolutionEngine" 3562306a36Sopenharmony_ci select SOLUTION_ENGINE 3662306a36Sopenharmony_ci select CPU_HAS_IPR_IRQ 3762306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \ 3862306a36Sopenharmony_ci CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \ 3962306a36Sopenharmony_ci CPU_SUBTYPE_SH7750R 4062306a36Sopenharmony_ci help 4162306a36Sopenharmony_ci Select SolutionEngine if configuring for a Hitachi SH7705, SH7709, 4262306a36Sopenharmony_ci SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board. 4362306a36Sopenharmony_ci 4462306a36Sopenharmony_ciconfig SH_7206_SOLUTION_ENGINE 4562306a36Sopenharmony_ci bool "SolutionEngine7206" 4662306a36Sopenharmony_ci select SOLUTION_ENGINE 4762306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7206 4862306a36Sopenharmony_ci help 4962306a36Sopenharmony_ci Select 7206 SolutionEngine if configuring for a Hitachi SH7206 5062306a36Sopenharmony_ci evaluation board. 5162306a36Sopenharmony_ci 5262306a36Sopenharmony_ciconfig SH_7619_SOLUTION_ENGINE 5362306a36Sopenharmony_ci bool "SolutionEngine7619" 5462306a36Sopenharmony_ci select SOLUTION_ENGINE 5562306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7619 5662306a36Sopenharmony_ci help 5762306a36Sopenharmony_ci Select 7619 SolutionEngine if configuring for a Hitachi SH7619 5862306a36Sopenharmony_ci evaluation board. 5962306a36Sopenharmony_ci 6062306a36Sopenharmony_ciconfig SH_7721_SOLUTION_ENGINE 6162306a36Sopenharmony_ci bool "SolutionEngine7721" 6262306a36Sopenharmony_ci select SOLUTION_ENGINE 6362306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7721 6462306a36Sopenharmony_ci help 6562306a36Sopenharmony_ci Select 7721 SolutionEngine if configuring for a Hitachi SH7721 6662306a36Sopenharmony_ci evaluation board. 6762306a36Sopenharmony_ci 6862306a36Sopenharmony_ciconfig SH_7722_SOLUTION_ENGINE 6962306a36Sopenharmony_ci bool "SolutionEngine7722" 7062306a36Sopenharmony_ci select SOLUTION_ENGINE 7162306a36Sopenharmony_ci select GENERIC_IRQ_CHIP 7262306a36Sopenharmony_ci select IRQ_DOMAIN 7362306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7722 7462306a36Sopenharmony_ci help 7562306a36Sopenharmony_ci Select 7722 SolutionEngine if configuring for a Hitachi SH772 7662306a36Sopenharmony_ci evaluation board. 7762306a36Sopenharmony_ci 7862306a36Sopenharmony_ciconfig SH_7724_SOLUTION_ENGINE 7962306a36Sopenharmony_ci bool "SolutionEngine7724" 8062306a36Sopenharmony_ci select SOLUTION_ENGINE 8162306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7724 8262306a36Sopenharmony_ci select GPIOLIB 8362306a36Sopenharmony_ci select SND_SOC_AK4642 if SND_SIMPLE_CARD 8462306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 8562306a36Sopenharmony_ci help 8662306a36Sopenharmony_ci Select 7724 SolutionEngine if configuring for a Hitachi SH7724 8762306a36Sopenharmony_ci evaluation board. 8862306a36Sopenharmony_ci 8962306a36Sopenharmony_ciconfig SH_7751_SOLUTION_ENGINE 9062306a36Sopenharmony_ci bool "SolutionEngine7751" 9162306a36Sopenharmony_ci select SOLUTION_ENGINE 9262306a36Sopenharmony_ci select CPU_HAS_IPR_IRQ 9362306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7751 9462306a36Sopenharmony_ci help 9562306a36Sopenharmony_ci Select 7751 SolutionEngine if configuring for a Hitachi SH7751 9662306a36Sopenharmony_ci evaluation board. 9762306a36Sopenharmony_ci 9862306a36Sopenharmony_ciconfig SH_7780_SOLUTION_ENGINE 9962306a36Sopenharmony_ci bool "SolutionEngine7780" 10062306a36Sopenharmony_ci select SOLUTION_ENGINE 10162306a36Sopenharmony_ci select HAVE_PCI 10262306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7780 10362306a36Sopenharmony_ci help 10462306a36Sopenharmony_ci Select 7780 SolutionEngine if configuring for a Renesas SH7780 10562306a36Sopenharmony_ci evaluation board. 10662306a36Sopenharmony_ci 10762306a36Sopenharmony_ciconfig SH_7343_SOLUTION_ENGINE 10862306a36Sopenharmony_ci bool "SolutionEngine7343" 10962306a36Sopenharmony_ci select SOLUTION_ENGINE 11062306a36Sopenharmony_ci select GENERIC_IRQ_CHIP 11162306a36Sopenharmony_ci select IRQ_DOMAIN 11262306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7343 11362306a36Sopenharmony_ci help 11462306a36Sopenharmony_ci Select 7343 SolutionEngine if configuring for a Hitachi 11562306a36Sopenharmony_ci SH7343 (SH-Mobile 3AS) evaluation board. 11662306a36Sopenharmony_ci 11762306a36Sopenharmony_ciconfig SH_HP6XX 11862306a36Sopenharmony_ci bool "HP6XX" 11962306a36Sopenharmony_ci select SYS_SUPPORTS_APM_EMULATION 12062306a36Sopenharmony_ci select HD6446X_SERIES 12162306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7709 12262306a36Sopenharmony_ci help 12362306a36Sopenharmony_ci Select HP6XX if configuring for a HP jornada HP6xx. 12462306a36Sopenharmony_ci More information (hardware only) at 12562306a36Sopenharmony_ci <http://www.hp.com/jornada/>. 12662306a36Sopenharmony_ci 12762306a36Sopenharmony_ciconfig SH_DREAMCAST 12862306a36Sopenharmony_ci bool "Dreamcast" 12962306a36Sopenharmony_ci select HAVE_PCI 13062306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7091 13162306a36Sopenharmony_ci help 13262306a36Sopenharmony_ci Select Dreamcast if configuring for a SEGA Dreamcast. 13362306a36Sopenharmony_ci More information at <http://www.linux-sh.org> 13462306a36Sopenharmony_ci 13562306a36Sopenharmony_ciconfig SH_SH03 13662306a36Sopenharmony_ci bool "Interface CTP/PCI-SH03" 13762306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7751 13862306a36Sopenharmony_ci select CPU_HAS_IPR_IRQ 13962306a36Sopenharmony_ci select HAVE_PCI 14062306a36Sopenharmony_ci help 14162306a36Sopenharmony_ci CTP/PCI-SH03 is a CPU module computer that is produced 14262306a36Sopenharmony_ci by Interface Corporation. 14362306a36Sopenharmony_ci More information at <http://www.interface.co.jp> 14462306a36Sopenharmony_ci 14562306a36Sopenharmony_ciconfig SH_SECUREEDGE5410 14662306a36Sopenharmony_ci bool "SecureEdge5410" 14762306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7751R 14862306a36Sopenharmony_ci select CPU_HAS_IPR_IRQ 14962306a36Sopenharmony_ci select HAVE_PCI 15062306a36Sopenharmony_ci help 15162306a36Sopenharmony_ci Select SecureEdge5410 if configuring for a SnapGear SH board. 15262306a36Sopenharmony_ci This includes both the OEM SecureEdge products as well as the 15362306a36Sopenharmony_ci SME product line. 15462306a36Sopenharmony_ci 15562306a36Sopenharmony_ciconfig SH_RTS7751R2D 15662306a36Sopenharmony_ci bool "RTS7751R2D" 15762306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7751R 15862306a36Sopenharmony_ci select HAVE_PCI 15962306a36Sopenharmony_ci select IO_TRAPPED if MMU 16062306a36Sopenharmony_ci help 16162306a36Sopenharmony_ci Select RTS7751R2D if configuring for a Renesas Technology 16262306a36Sopenharmony_ci Sales SH-Graphics board. 16362306a36Sopenharmony_ci 16462306a36Sopenharmony_ciconfig SH_RSK 16562306a36Sopenharmony_ci bool "Renesas Starter Kit" 16662306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 || \ 16762306a36Sopenharmony_ci CPU_SUBTYPE_SH7264 || CPU_SUBTYPE_SH7269 16862306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 16962306a36Sopenharmony_ci help 17062306a36Sopenharmony_ci Select this option if configuring for any of the RSK+ MCU 17162306a36Sopenharmony_ci evaluation platforms. 17262306a36Sopenharmony_ci 17362306a36Sopenharmony_ciconfig SH_SDK7780 17462306a36Sopenharmony_ci bool "SDK7780R3" 17562306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7780 17662306a36Sopenharmony_ci select HAVE_PCI 17762306a36Sopenharmony_ci help 17862306a36Sopenharmony_ci Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3 17962306a36Sopenharmony_ci evaluation board. 18062306a36Sopenharmony_ci 18162306a36Sopenharmony_ciconfig SH_SDK7786 18262306a36Sopenharmony_ci bool "SDK7786" 18362306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7786 18462306a36Sopenharmony_ci select HAVE_PCI 18562306a36Sopenharmony_ci select NO_IOPORT_MAP if !PCI 18662306a36Sopenharmony_ci select HAVE_SRAM_POOL 18762306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 18862306a36Sopenharmony_ci help 18962306a36Sopenharmony_ci Select SDK7786 if configuring for a Renesas Technology Europe 19062306a36Sopenharmony_ci SH7786-65nm board. 19162306a36Sopenharmony_ci 19262306a36Sopenharmony_ciconfig SH_HIGHLANDER 19362306a36Sopenharmony_ci bool "Highlander" 19462306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 19562306a36Sopenharmony_ci select HAVE_PCI 19662306a36Sopenharmony_ci select IO_TRAPPED if MMU 19762306a36Sopenharmony_ci 19862306a36Sopenharmony_ciconfig SH_SH7757LCR 19962306a36Sopenharmony_ci bool "SH7757LCR" 20062306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7757 20162306a36Sopenharmony_ci select GPIOLIB 20262306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 20362306a36Sopenharmony_ci 20462306a36Sopenharmony_ciconfig SH_SH7785LCR 20562306a36Sopenharmony_ci bool "SH7785LCR" 20662306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7785 20762306a36Sopenharmony_ci select HAVE_PCI 20862306a36Sopenharmony_ci 20962306a36Sopenharmony_ciconfig SH_SH7785LCR_29BIT_PHYSMAPS 21062306a36Sopenharmony_ci bool "SH7785LCR 29bit physmaps" 21162306a36Sopenharmony_ci depends on SH_SH7785LCR && 29BIT 21262306a36Sopenharmony_ci default y 21362306a36Sopenharmony_ci help 21462306a36Sopenharmony_ci This board has 2 physical memory maps. It can be changed with 21562306a36Sopenharmony_ci DIP switch(S2-5). If you set the DIP switch for S2-5 = ON, 21662306a36Sopenharmony_ci you can access all on-board device in 29bit address mode. 21762306a36Sopenharmony_ci 21862306a36Sopenharmony_ciconfig SH_SH7785LCR_PT 21962306a36Sopenharmony_ci bool "SH7785LCR prototype board on 32-bit MMU mode" 22062306a36Sopenharmony_ci depends on SH_SH7785LCR && 32BIT 22162306a36Sopenharmony_ci default n 22262306a36Sopenharmony_ci help 22362306a36Sopenharmony_ci If you use prototype board, this option is enabled. 22462306a36Sopenharmony_ci 22562306a36Sopenharmony_ciconfig SH_URQUELL 22662306a36Sopenharmony_ci bool "Urquell" 22762306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7786 22862306a36Sopenharmony_ci select GPIOLIB 22962306a36Sopenharmony_ci select HAVE_PCI 23062306a36Sopenharmony_ci select NO_IOPORT_MAP if !PCI 23162306a36Sopenharmony_ci 23262306a36Sopenharmony_ciconfig SH_MIGOR 23362306a36Sopenharmony_ci bool "Migo-R" 23462306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7722 23562306a36Sopenharmony_ci select GPIOLIB 23662306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 23762306a36Sopenharmony_ci help 23862306a36Sopenharmony_ci Select Migo-R if configuring for the SH7722 Migo-R platform 23962306a36Sopenharmony_ci by Renesas System Solutions Asia Pte. Ltd. 24062306a36Sopenharmony_ci 24162306a36Sopenharmony_ciconfig SH_AP325RXA 24262306a36Sopenharmony_ci bool "AP-325RXA" 24362306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7723 24462306a36Sopenharmony_ci select GPIOLIB 24562306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 24662306a36Sopenharmony_ci help 24762306a36Sopenharmony_ci Renesas "AP-325RXA" support. 24862306a36Sopenharmony_ci Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" 24962306a36Sopenharmony_ci 25062306a36Sopenharmony_ciconfig SH_KFR2R09 25162306a36Sopenharmony_ci bool "KFR2R09" 25262306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7724 25362306a36Sopenharmony_ci select GPIOLIB 25462306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 25562306a36Sopenharmony_ci help 25662306a36Sopenharmony_ci "Kit For R2R for 2009" support. 25762306a36Sopenharmony_ci 25862306a36Sopenharmony_ciconfig SH_ECOVEC 25962306a36Sopenharmony_ci bool "EcoVec" 26062306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7724 26162306a36Sopenharmony_ci select GPIOLIB 26262306a36Sopenharmony_ci select SND_SOC_DA7210 if SND_SIMPLE_CARD 26362306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 26462306a36Sopenharmony_ci help 26562306a36Sopenharmony_ci Renesas "R0P7724LC0011/21RL (EcoVec)" support. 26662306a36Sopenharmony_ci 26762306a36Sopenharmony_ciconfig SH_SH7763RDP 26862306a36Sopenharmony_ci bool "SH7763RDP" 26962306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7763 27062306a36Sopenharmony_ci help 27162306a36Sopenharmony_ci Select SH7763RDP if configuring for a Renesas SH7763 27262306a36Sopenharmony_ci evaluation board. 27362306a36Sopenharmony_ci 27462306a36Sopenharmony_ciconfig SH_ESPT 27562306a36Sopenharmony_ci bool "ESPT" 27662306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7763 27762306a36Sopenharmony_ci help 27862306a36Sopenharmony_ci Select ESPT if configuring for a Renesas SH7763 27962306a36Sopenharmony_ci with gigabit ether evaluation board. 28062306a36Sopenharmony_ci 28162306a36Sopenharmony_ciconfig SH_EDOSK7705 28262306a36Sopenharmony_ci bool "EDOSK7705" 28362306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7705 28462306a36Sopenharmony_ci 28562306a36Sopenharmony_ciconfig SH_EDOSK7760 28662306a36Sopenharmony_ci bool "EDOSK7760" 28762306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7760 28862306a36Sopenharmony_ci help 28962306a36Sopenharmony_ci Select if configuring for a Renesas EDOSK7760 29062306a36Sopenharmony_ci evaluation board. 29162306a36Sopenharmony_ci 29262306a36Sopenharmony_ciconfig SH_SH4202_MICRODEV 29362306a36Sopenharmony_ci bool "SH4-202 MicroDev" 29462306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH4_202 29562306a36Sopenharmony_ci help 29662306a36Sopenharmony_ci Select SH4-202 MicroDev if configuring for a SuperH MicroDev board 29762306a36Sopenharmony_ci with an SH4-202 CPU. 29862306a36Sopenharmony_ci 29962306a36Sopenharmony_ciconfig SH_LANDISK 30062306a36Sopenharmony_ci bool "LANDISK" 30162306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7751R 30262306a36Sopenharmony_ci select HAVE_PCI 30362306a36Sopenharmony_ci help 30462306a36Sopenharmony_ci I-O DATA DEVICE, INC. "LANDISK Series" support. 30562306a36Sopenharmony_ci 30662306a36Sopenharmony_ciconfig SH_TITAN 30762306a36Sopenharmony_ci bool "TITAN" 30862306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7751R 30962306a36Sopenharmony_ci select CPU_HAS_IPR_IRQ 31062306a36Sopenharmony_ci select HAVE_PCI 31162306a36Sopenharmony_ci help 31262306a36Sopenharmony_ci Select Titan if you are configuring for a Nimble Microsystems 31362306a36Sopenharmony_ci NetEngine NP51R. 31462306a36Sopenharmony_ci 31562306a36Sopenharmony_ciconfig SH_SHMIN 31662306a36Sopenharmony_ci bool "SHMIN" 31762306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7706 31862306a36Sopenharmony_ci select CPU_HAS_IPR_IRQ 31962306a36Sopenharmony_ci help 32062306a36Sopenharmony_ci Select SHMIN if configuring for the SHMIN board. 32162306a36Sopenharmony_ci 32262306a36Sopenharmony_ciconfig SH_LBOX_RE2 32362306a36Sopenharmony_ci bool "L-BOX RE2" 32462306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7751R 32562306a36Sopenharmony_ci select HAVE_PCI 32662306a36Sopenharmony_ci help 32762306a36Sopenharmony_ci Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. 32862306a36Sopenharmony_ci 32962306a36Sopenharmony_ciconfig SH_X3PROTO 33062306a36Sopenharmony_ci bool "SH-X3 Prototype board" 33162306a36Sopenharmony_ci depends on CPU_SUBTYPE_SHX3 33262306a36Sopenharmony_ci select NO_IOPORT_MAP if !PCI 33362306a36Sopenharmony_ci select IRQ_DOMAIN 33462306a36Sopenharmony_ci 33562306a36Sopenharmony_ciconfig SH_MAGIC_PANEL_R2 33662306a36Sopenharmony_ci bool "Magic Panel R2" 33762306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7720 33862306a36Sopenharmony_ci select GPIOLIB 33962306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 34062306a36Sopenharmony_ci help 34162306a36Sopenharmony_ci Select Magic Panel R2 if configuring for Magic Panel R2. 34262306a36Sopenharmony_ci 34362306a36Sopenharmony_ciconfig SH_POLARIS 34462306a36Sopenharmony_ci bool "SMSC Polaris" 34562306a36Sopenharmony_ci select CPU_HAS_IPR_IRQ 34662306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 34762306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7709 34862306a36Sopenharmony_ci help 34962306a36Sopenharmony_ci Select if configuring for an SMSC Polaris development board 35062306a36Sopenharmony_ci 35162306a36Sopenharmony_ciconfig SH_SH2007 35262306a36Sopenharmony_ci bool "SH-2007 board" 35362306a36Sopenharmony_ci select NO_IOPORT_MAP 35462306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 35562306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7780 35662306a36Sopenharmony_ci help 35762306a36Sopenharmony_ci SH-2007 is a single-board computer based around SH7780 chip 35862306a36Sopenharmony_ci intended for embedded applications. 35962306a36Sopenharmony_ci It has an Ethernet interface (SMC9118), direct connected 36062306a36Sopenharmony_ci Compact Flash socket, two serial ports and PC-104 bus. 36162306a36Sopenharmony_ci 36262306a36Sopenharmony_ciconfig SH_APSH4A3A 36362306a36Sopenharmony_ci bool "AP-SH4A-3A" 36462306a36Sopenharmony_ci select SH_ALPHA_BOARD 36562306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 36662306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7785 36762306a36Sopenharmony_ci help 36862306a36Sopenharmony_ci Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A. 36962306a36Sopenharmony_ci 37062306a36Sopenharmony_ciconfig SH_APSH4AD0A 37162306a36Sopenharmony_ci bool "AP-SH4AD-0A" 37262306a36Sopenharmony_ci select SH_ALPHA_BOARD 37362306a36Sopenharmony_ci select HAVE_PCI 37462306a36Sopenharmony_ci select REGULATOR_FIXED_VOLTAGE if REGULATOR 37562306a36Sopenharmony_ci depends on CPU_SUBTYPE_SH7786 37662306a36Sopenharmony_ci help 37762306a36Sopenharmony_ci Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A. 37862306a36Sopenharmony_ci 37962306a36Sopenharmony_cisource "arch/sh/boards/mach-r2d/Kconfig" 38062306a36Sopenharmony_cisource "arch/sh/boards/mach-highlander/Kconfig" 38162306a36Sopenharmony_cisource "arch/sh/boards/mach-sdk7780/Kconfig" 38262306a36Sopenharmony_cisource "arch/sh/boards/mach-migor/Kconfig" 38362306a36Sopenharmony_cisource "arch/sh/boards/mach-rsk/Kconfig" 38462306a36Sopenharmony_ci 38562306a36Sopenharmony_ciif SH_MAGIC_PANEL_R2 38662306a36Sopenharmony_ci 38762306a36Sopenharmony_cimenu "Magic Panel R2 options" 38862306a36Sopenharmony_ci 38962306a36Sopenharmony_ciconfig SH_MAGIC_PANEL_R2_VERSION 39062306a36Sopenharmony_ci int "Magic Panel R2 Version" 39162306a36Sopenharmony_ci default "3" 39262306a36Sopenharmony_ci help 39362306a36Sopenharmony_ci Set the version of the Magic Panel R2 39462306a36Sopenharmony_ci 39562306a36Sopenharmony_ciendmenu 39662306a36Sopenharmony_ci 39762306a36Sopenharmony_ciendif 39862306a36Sopenharmony_ci 39962306a36Sopenharmony_ciendmenu 400