Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5957
b: refs/heads/master
c: f08243a
h: refs/heads/master
i:
  5955: 2ca8351
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Aug 24, 2005
1 parent 4797822 commit e5373a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4457fb9010765620faebccf4daf83b288295154
refs/heads/master: f08243a491f3e21feabbb04476a03fb0cbc975ff
10 changes: 10 additions & 0 deletions trunk/arch/ppc/platforms/4xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ config 4xx
depends on 40x || 44x
default y

config WANT_EARLY_SERIAL
bool
select SERIAL_8250
default n

menu "IBM 4xx options"
depends on 4xx

Expand All @@ -18,6 +23,7 @@ config ASH

config BUBINGA
bool "Bubinga"
select WANT_EARLY_SERIAL
help
This option enables support for the IBM 405EP evaluation board.

Expand Down Expand Up @@ -70,21 +76,25 @@ choice

config BAMBOO
bool "Bamboo"
select WANT_EARLY_SERIAL
help
This option enables support for the IBM PPC440EP evaluation board.

config EBONY
bool "Ebony"
select WANT_EARLY_SERIAL
help
This option enables support for the IBM PPC440GP evaluation board.

config LUAN
bool "Luan"
select WANT_EARLY_SERIAL
help
This option enables support for the IBM PPC440SP evaluation board.

config OCOTEA
bool "Ocotea"
select WANT_EARLY_SERIAL
help
This option enables support for the IBM PPC440GX evaluation board.

Expand Down

0 comments on commit e5373a5

Please sign in to comment.