提交 f08243a4 编写于 作者: A Al Viro 提交者: Linus Torvalds

[PATCH] Kconfig fix (ppc 4xx and early serial)

a bunch of ppc 4xx variants unconditionally calls early_serial_setup() and
therefore needs SERIAL_8250
Signed-off-by: NAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 c4457fb9
...@@ -3,6 +3,11 @@ config 4xx ...@@ -3,6 +3,11 @@ config 4xx
depends on 40x || 44x depends on 40x || 44x
default y default y
config WANT_EARLY_SERIAL
bool
select SERIAL_8250
default n
menu "IBM 4xx options" menu "IBM 4xx options"
depends on 4xx depends on 4xx
...@@ -18,6 +23,7 @@ config ASH ...@@ -18,6 +23,7 @@ config ASH
config BUBINGA config BUBINGA
bool "Bubinga" bool "Bubinga"
select WANT_EARLY_SERIAL
help help
This option enables support for the IBM 405EP evaluation board. This option enables support for the IBM 405EP evaluation board.
...@@ -70,21 +76,25 @@ choice ...@@ -70,21 +76,25 @@ choice
config BAMBOO config BAMBOO
bool "Bamboo" bool "Bamboo"
select WANT_EARLY_SERIAL
help help
This option enables support for the IBM PPC440EP evaluation board. This option enables support for the IBM PPC440EP evaluation board.
config EBONY config EBONY
bool "Ebony" bool "Ebony"
select WANT_EARLY_SERIAL
help help
This option enables support for the IBM PPC440GP evaluation board. This option enables support for the IBM PPC440GP evaluation board.
config LUAN config LUAN
bool "Luan" bool "Luan"
select WANT_EARLY_SERIAL
help help
This option enables support for the IBM PPC440SP evaluation board. This option enables support for the IBM PPC440SP evaluation board.
config OCOTEA config OCOTEA
bool "Ocotea" bool "Ocotea"
select WANT_EARLY_SERIAL
help help
This option enables support for the IBM PPC440GX evaluation board. This option enables support for the IBM PPC440GX evaluation board.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册