Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
Pull ia64 updates from Tony Luck: "The big change here is removal of support for SGI Altix" * tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux: (33 commits) genirq: remove the is_affinity_mask_valid hook ia64: remove CONFIG_SWIOTLB ifdefs ia64: remove support for machvecs ia64: move the screen_info setup to common code ia64: move the ROOT_DEV setup to common code ia64: rework iommu probing ia64: remove the unused sn_coherency_id symbol ia64: remove the SGI UV simulator support ia64: remove the zx1 swiotlb machvec ia64: remove CONFIG_ACPI ifdefs ia64: remove CONFIG_PCI ifdefs ia64: remove the hpsim platform ia64: remove now unused machvec indirections ia64: remove support for the SGI SN2 platform drivers: remove the SGI SN2 IOC4 base support drivers: remove the SGI SN2 IOC3 base support qla2xxx: remove SGI SN2 support qla1280: remove SGI SN2 support misc/sgi-xp: remove SGI SN2 support char/mspec: remove SGI SN2 support ...
This commit is contained in:
@@ -855,16 +855,6 @@ config SERIAL_CPM_CONSOLE
|
||||
your boot loader (lilo or loadlin) about how to pass options to the
|
||||
kernel at boot time.)
|
||||
|
||||
config SERIAL_SGI_L1_CONSOLE
|
||||
bool "SGI Altix L1 serial console support"
|
||||
depends on IA64_GENERIC || IA64_SGI_SN2
|
||||
select SERIAL_CORE
|
||||
select SERIAL_CORE_CONSOLE
|
||||
help
|
||||
If you have an SGI Altix and you would like to use the system
|
||||
controller serial port as your console (you want this!),
|
||||
say Y. Otherwise, say N.
|
||||
|
||||
config SERIAL_PIC32
|
||||
tristate "Microchip PIC32 serial support"
|
||||
depends on MACH_PIC32
|
||||
@@ -982,23 +972,6 @@ config SERIAL_JSM
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called jsm.
|
||||
|
||||
config SERIAL_SGI_IOC4
|
||||
tristate "SGI IOC4 controller serial support"
|
||||
depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC4
|
||||
select SERIAL_CORE
|
||||
help
|
||||
If you have an SGI Altix with an IOC4 based Base IO card
|
||||
and wish to use the serial ports on this card, say Y.
|
||||
Otherwise, say N.
|
||||
|
||||
config SERIAL_SGI_IOC3
|
||||
tristate "SGI Altix IOC3 serial support"
|
||||
depends on (IA64_GENERIC || IA64_SGI_SN2) && SGI_IOC3
|
||||
select SERIAL_CORE
|
||||
help
|
||||
If you have an SGI Altix with an IOC3 serial card,
|
||||
say Y or M. Otherwise, say N.
|
||||
|
||||
config SERIAL_MSM
|
||||
tristate "MSM on-chip serial port support"
|
||||
depends on ARCH_QCOM
|
||||
|
@@ -41,7 +41,6 @@ obj-$(CONFIG_SERIAL_HS_LPC32XX) += lpc32xx_hs.o
|
||||
obj-$(CONFIG_SERIAL_DZ) += dz.o
|
||||
obj-$(CONFIG_SERIAL_ZS) += zs.o
|
||||
obj-$(CONFIG_SERIAL_SH_SCI) += sh-sci.o
|
||||
obj-$(CONFIG_SERIAL_SGI_L1_CONSOLE) += sn_console.o
|
||||
obj-$(CONFIG_SERIAL_CPM) += cpm_uart/
|
||||
obj-$(CONFIG_SERIAL_IMX) += imx.o
|
||||
obj-$(CONFIG_SERIAL_MPC52xx) += mpc52xx_uart.o
|
||||
@@ -53,8 +52,6 @@ obj-$(CONFIG_SERIAL_SC16IS7XX_CORE) += sc16is7xx.o
|
||||
obj-$(CONFIG_SERIAL_JSM) += jsm/
|
||||
obj-$(CONFIG_SERIAL_TXX9) += serial_txx9.o
|
||||
obj-$(CONFIG_SERIAL_VR41XX) += vr41xx_siu.o
|
||||
obj-$(CONFIG_SERIAL_SGI_IOC4) += ioc4_serial.o
|
||||
obj-$(CONFIG_SERIAL_SGI_IOC3) += ioc3_serial.o
|
||||
obj-$(CONFIG_SERIAL_ATMEL) += atmel_serial.o
|
||||
obj-$(CONFIG_SERIAL_UARTLITE) += uartlite.o
|
||||
obj-$(CONFIG_SERIAL_MSM) += msm_serial.o
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user