Commit 8f5c43ea authored by Greg Ungerer's avatar Greg Ungerer Committed by Christoph Hellwig

[PATCH] fix m68knommu/68360 Kconfig wrong define

This patch fixes a wrong m68knommu/68360 config define,
CONFIG_68630_SCC -> CONFIG_68360_SCC.
parent 54e5f854
......@@ -412,9 +412,10 @@ config SERIAL_68360_SCC
help
This driver supports the SCC serial ports of the Motorola 68360 CPU.
config 68360_SERIAL
config SERIAL_68360
bool
depends on SERIAL_68360_SMC || SERIAL_68630_SCC
depends on SERIAL_68360_SMC || SERIAL_68360_SCC
default y
endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment