89 lines
2.4 KiB
Plaintext
89 lines
2.4 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig ARCH_SA1100
|
|
bool "SA11x0 Implementations"
|
|
depends on ARCH_MULTI_V4 && !(ARCH_MULTI_V4T || ARCH_MULTI_V5)
|
|
depends on !(ARCH_MOXART || ARCH_GEMINI)
|
|
depends on ATAGS
|
|
depends on CPU_LITTLE_ENDIAN
|
|
depends on MMU
|
|
select ARCH_NO_SG_CHAIN
|
|
select ARCH_MTD_XIP
|
|
select CLKSRC_MMIO
|
|
select CLKSRC_PXA
|
|
select CPU_FREQ
|
|
select CPU_SA1100
|
|
select GPIOLIB
|
|
select IRQ_DOMAIN
|
|
select ISA
|
|
select NEED_MACH_MEMORY_H
|
|
help
|
|
Support for StrongARM 11x0 based boards.
|
|
|
|
if ARCH_SA1100
|
|
|
|
config SA1100_ASSABET
|
|
bool "Assabet"
|
|
select ARM_SA1110_CPUFREQ
|
|
select GPIO_REG
|
|
select LEDS_GPIO_REGISTER
|
|
select REGULATOR
|
|
select 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 ASSABET_NEPONSET
|
|
bool "Include support for Neponset"
|
|
depends on SA1100_ASSABET
|
|
select 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 SA1100_COLLIE
|
|
bool "Sharp Zaurus SL5500"
|
|
# FIXME: select ARM_SA11x0_CPUFREQ
|
|
select SHARP_LOCOMO
|
|
select SHARP_PARAM
|
|
select SHARP_SCOOP
|
|
help
|
|
Say Y here to support the Sharp Zaurus SL5500 PDAs.
|
|
|
|
config SA1100_H3600
|
|
bool "Compaq iPAQ H3600/H3700"
|
|
select ARM_SA1110_CPUFREQ
|
|
select HTC_EGPIO
|
|
select MFD_IPAQ_MICRO
|
|
help
|
|
Say Y here if you intend to run this kernel on the Compaq iPAQ
|
|
H3600 and H3700 handheld computers.
|
|
|
|
config SA1100_JORNADA720
|
|
bool "HP Jornada 720"
|
|
# FIXME: select ARM_SA11x0_CPUFREQ
|
|
select 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 SA1100_JORNADA720_SSP
|
|
bool "HP Jornada 720 Extended SSP driver"
|
|
depends on SA1100_JORNADA720
|
|
select 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 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.
|
|
|
|
endif
|