xref: /linux/arch/powerpc/platforms/44x/Kconfig (revision 8c1449bdb4c7e9c4492ba18ded70fd8669eeffae)
1*8c1449bdSJosh Boyerconfig BAMBOO
2*8c1449bdSJosh Boyer	bool "Bamboo"
3*8c1449bdSJosh Boyer	depends on 44x
4*8c1449bdSJosh Boyer	default n
5*8c1449bdSJosh Boyer	select 440EP
6*8c1449bdSJosh Boyer	help
7*8c1449bdSJosh Boyer	  This option enables support for the IBM PPC440EP evaluation board.
8f6dfc805SDavid Gibson
9f6dfc805SDavid Gibsonconfig EBONY
10f6dfc805SDavid Gibson	bool "Ebony"
11f6dfc805SDavid Gibson	depends on 44x
12f6dfc805SDavid Gibson	default y
13f6dfc805SDavid Gibson	select 440GP
14f6dfc805SDavid Gibson	help
15f6dfc805SDavid Gibson	  This option enables support for the IBM PPC440GP evaluation board.
16f6dfc805SDavid Gibson
17f6dfc805SDavid Gibson#config LUAN
18f6dfc805SDavid Gibson#	bool "Luan"
19f6dfc805SDavid Gibson#	depends on 44x
20f6dfc805SDavid Gibson#	default n
21f6dfc805SDavid Gibson#	select 440SP
22f6dfc805SDavid Gibson#	help
23f6dfc805SDavid Gibson#	  This option enables support for the IBM PPC440SP evaluation board.
24f6dfc805SDavid Gibson
25f6dfc805SDavid Gibson#config OCOTEA
26f6dfc805SDavid Gibson#	bool "Ocotea"
27f6dfc805SDavid Gibson#	depends on 44x
28f6dfc805SDavid Gibson#	default n
29f6dfc805SDavid Gibson#	select 440GX
30f6dfc805SDavid Gibson#	help
31f6dfc805SDavid Gibson#	  This option enables support for the IBM PPC440GX evaluation board.
32f6dfc805SDavid Gibson
33f6dfc805SDavid Gibson# 44x specific CPU modules, selected based on the board above.
34f6dfc805SDavid Gibsonconfig 440EP
35f6dfc805SDavid Gibson	bool
36f6dfc805SDavid Gibson	select PPC_FPU
37f6dfc805SDavid Gibson	select IBM440EP_ERR42
38*8c1449bdSJosh Boyer#	select IBM_NEW_EMAC_ZMII
39f6dfc805SDavid Gibson
40f6dfc805SDavid Gibsonconfig 440GP
41f6dfc805SDavid Gibson	bool
42e38e3458STony Breeds# Disabled until the new EMAC Driver is merged.
43e38e3458STony Breeds#	select IBM_NEW_EMAC_ZMII
44f6dfc805SDavid Gibson
45f6dfc805SDavid Gibsonconfig 440GX
46f6dfc805SDavid Gibson	bool
47f6dfc805SDavid Gibson
48f6dfc805SDavid Gibsonconfig 440SP
49f6dfc805SDavid Gibson	bool
50f6dfc805SDavid Gibson
51f6dfc805SDavid Gibsonconfig 440A
52f6dfc805SDavid Gibson	bool
53f6dfc805SDavid Gibson	depends on 440GX
54f6dfc805SDavid Gibson	default y
55f6dfc805SDavid Gibson
56f6dfc805SDavid Gibson# 44x errata/workaround config symbols, selected by the CPU models above
57f6dfc805SDavid Gibsonconfig IBM440EP_ERR42
58f6dfc805SDavid Gibson	bool
59