1config SERIAL_68360_SMC 2 bool "68360 SMC uart support" 3 depends on M68360 4 help 5 This driver supports the SMC serial ports of the Motorola 68360 CPU. 6 7config SERIAL_68360_SCC 8 bool "68360 SCC uart support" 9 depends on M68360 10 help 11 This driver supports the SCC serial ports of the Motorola 68360 CPU. 12 13config SERIAL_68360 14 bool 15 depends on SERIAL_68360_SMC || SERIAL_68360_SCC 16 default y 17