Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
if CONFIG_ARCH_SA1100

menu "SA11x0 Implementations"

config CONFIG_SA1100_ASSABET
	bool "Assabet"
	select CONFIG_ARM_SA1110_CPUFREQ
	select CONFIG_GPIO_REG
	select CONFIG_LEDS_GPIO_REGISTER
	select CONFIG_REGULATOR
	select CONFIG_REGULATOR_FIXED_VOLTAGE
	help
	  Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
	  Microprocessor Development Board (also known as the Assabet).

config CONFIG_ASSABET_NEPONSET
	bool "Include support for Neponset"
	depends on CONFIG_SA1100_ASSABET
	select CONFIG_SA1111
	help
	  Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
	  Microprocessor Development Board (Assabet)  with the SA-1111
	  Development Board (Nepon).

config CONFIG_SA1100_CERF
	bool "CerfBoard"
	select CONFIG_ARM_SA1110_CPUFREQ
	select CONFIG_LEDS_GPIO_REGISTER
	help
	  The Intrinsyc CerfBoard is based on the StrongARM 1110 (Discontinued).
	  More information is available at:
	  <http://www.intrinsyc.com/products/cerfboard/>.

	  Say Y if configuring for an Intrinsyc CerfBoard.
	  Say N otherwise.

choice
	prompt "Cerf Flash available"
	depends on CONFIG_SA1100_CERF
	default CONFIG_SA1100_CERF_FLASH_8MB

config CONFIG_SA1100_CERF_FLASH_8MB
	bool "8MB"

config CONFIG_SA1100_CERF_FLASH_16MB
	bool "16MB"

config CONFIG_SA1100_CERF_FLASH_32MB
	bool "32MB"

endchoice

config CONFIG_SA1100_COLLIE
	bool "Sharp Zaurus SL5500"
	# FIXME: select ARM_SA11x0_CPUFREQ
	select CONFIG_SHARP_LOCOMO
	select CONFIG_SHARP_PARAM
	select CONFIG_SHARP_SCOOP
	help
	  Say Y here to support the Sharp Zaurus SL5500 PDAs.

config CONFIG_SA1100_H3100
	bool "Compaq iPAQ H3100"
	select CONFIG_ARM_SA1110_CPUFREQ
	select CONFIG_HTC_EGPIO
	select CONFIG_MFD_IPAQ_MICRO
	help
	  Say Y here if you intend to run this kernel on the Compaq iPAQ
	  H3100 handheld computer.

config CONFIG_SA1100_H3600
	bool "Compaq iPAQ H3600/H3700"
	select CONFIG_ARM_SA1110_CPUFREQ
	select CONFIG_HTC_EGPIO
	select CONFIG_MFD_IPAQ_MICRO
	help
	  Say Y here if you intend to run this kernel on the Compaq iPAQ
	  H3600 and H3700 handheld computers.

config CONFIG_SA1100_BADGE4
	bool "HP Labs BadgePAD 4"
	select CONFIG_ARM_SA1100_CPUFREQ
	select CONFIG_SA1111
	help
	  Say Y here if you want to build a kernel for the HP Laboratories
	  BadgePAD 4.

config CONFIG_SA1100_JORNADA720
	bool "HP Jornada 720"
	# FIXME: select ARM_SA11x0_CPUFREQ
	select CONFIG_SA1111
	help
	  Say Y here if you want to build a kernel for the HP Jornada 720
	  handheld computer.  See 
	  <http://h10025.www1.hp.com/ewfrf/wc/product?product=61677&cc=us&lc=en&dlc=en&product=61677#> 

config CONFIG_SA1100_JORNADA720_SSP
	bool "HP Jornada 720 Extended SSP driver"
	depends on CONFIG_SA1100_JORNADA720
	select CONFIG_SA1100_SSP
	help
	  Say Y here if you have a HP Jornada 7xx handheld computer and you
	  want to access devices connected to the MCU. Those include the
	  keyboard, touchscreen, backlight and battery. This driver also activates
	  the generic SSP which it extends.

config CONFIG_SA1100_HACKKIT
	bool "HackKit Core CPU Board"
	select CONFIG_ARM_SA1100_CPUFREQ
	help
	  Say Y here to support the HackKit Core CPU Board
	  <http://hackkit.eletztrick.de>;

config CONFIG_SA1100_LART
	bool "LART"
	select CONFIG_ARM_SA1100_CPUFREQ
	help
	  Say Y here if you are using the Linux Advanced Radio Terminal
	  (also known as the LART).  See <http://www.lartmaker.nl/> for
	  information on the LART.

config CONFIG_SA1100_NANOENGINE
	bool "nanoEngine"
	select CONFIG_ARM_SA1110_CPUFREQ
	select CONFIG_FORCE_PCI
	select CONFIG_PCI_NANOENGINE
	help
	  Say Y here if you are using the Bright Star Engineering nanoEngine.
	  See <http://www.brightstareng.com/arm/nanoeng.htm> for information
	  on the BSE nanoEngine.

config CONFIG_SA1100_PLEB
	bool "PLEB"
	select CONFIG_ARM_SA1100_CPUFREQ
	help
	  Say Y here if you are using version 1 of the Portable Linux
	  Embedded Board (also known as PLEB).
	  See <http://www.disy.cse.unsw.edu.au/Hardware/PLEB/>
	  for more information.

config CONFIG_SA1100_SHANNON
	bool "Shannon"
	select CONFIG_ARM_SA1100_CPUFREQ
	select CONFIG_REGULATOR
	select CONFIG_REGULATOR_FIXED_VOLTAGE
	help
	  The Shannon (also known as a Tuxscreen, and also as a IS2630) was a
	  limited edition webphone produced by Philips. The Shannon is a SA1100
	  platform with a 640x480 LCD, touchscreen, CIR keyboard, CONFIG_PCMCIA slots,
	  and a telco interface.

config CONFIG_SA1100_SIMPAD
	bool "Simpad"
	select CONFIG_ARM_SA1110_CPUFREQ
	help
	  The SIEMENS webpad SIMpad is based on the StrongARM 1110. There
	  are two different versions CL4 and SL4. CL4 has 32MB RAM and 16MB
	  FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a
	  CONFIG_PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same
	  like CL4 in additional it has a CONFIG_PCMCIA-Slot. For more information
	  visit <http://www.usa.siemens.com/> or <http://www.siemens.ch/>.

config CONFIG_SA1100_SSP
	tristate "Generic PIO SSP"
	help
	  Say Y here to enable support for the generic PIO SSP driver.
	  This isn't for audio support, but for attached sensors and
	  other devices, eg for BadgePAD 4 sensor support.

endmenu

endif