Merge branch 'x86-eficross-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / serial / Kconfig
1 config 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
7 config 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
13 config SERIAL_68360
14 bool
15 depends on SERIAL_68360_SMC || SERIAL_68360_SCC
16 default y