Skip to content

Commit d20c96d

Browse files
palimpe
authored andcommitted
powerpc/85xx: Fix description of MPC85xx and P1/P2 boards options
More MPC85xx and P1/P2 boards options have incorrect description. Fix them to include list of all boards for which they enable/disable support. Signed-off-by: Pali Rohár <[email protected]> Acked-by: Scott Wood <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2454a7a commit d20c96d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

arch/powerpc/platforms/85xx/Kconfig

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ config MPC85xx_CDS
6262
This option enables support for the MPC85xx CDS board
6363

6464
config MPC85xx_MDS
65-
bool "Freescale MPC85xx MDS"
65+
bool "Freescale MPC8568 MDS / MPC8569 MDS / P1021 MDS"
6666
select DEFAULT_UIMAGE
6767
select PHYLIB if NETDEVICES
6868
select HAVE_RAPIDIO
6969
select SWIOTLB
7070
help
71-
This option enables support for the MPC85xx MDS board
71+
This option enables support for the MPC8568 MDS, MPC8569 MDS and P1021 MDS boards
7272

7373
config MPC8536_DS
7474
bool "Freescale MPC8536 DS"
@@ -78,28 +78,30 @@ config MPC8536_DS
7878
This option enables support for the MPC8536 DS board
7979

8080
config MPC85xx_DS
81-
bool "Freescale MPC85xx DS"
81+
bool "Freescale MPC8544 DS / MPC8572 DS / P2020 DS"
8282
select PPC_I8259
8383
select DEFAULT_UIMAGE
8484
select FSL_ULI1575 if PCI
8585
select SWIOTLB
8686
help
87-
This option enables support for the MPC85xx DS (MPC8544 DS) board
87+
This option enables support for the MPC8544 DS, MPC8572 DS and P2020 DS boards
8888

8989
config MPC85xx_RDB
90-
bool "Freescale MPC85xx RDB"
90+
bool "Freescale P102x MBG/UTM/RDB and P2020 RDB"
9191
select PPC_I8259
9292
select DEFAULT_UIMAGE
9393
select FSL_ULI1575 if PCI
9494
select SWIOTLB
9595
help
96-
This option enables support for the MPC85xx RDB (P2020 RDB) board
96+
This option enables support for the P1020 MBG PC, P1020 UTM PC,
97+
P1020 RDB PC, P1020 RDB PD, P1020 RDB, P1021 RDB PC, P1024 RDB,
98+
P1025 RDB, P2020 RDB and P2020 RDB PC boards
9799

98100
config P1010_RDB
99-
bool "Freescale P1010RDB"
101+
bool "Freescale P1010 RDB"
100102
select DEFAULT_UIMAGE
101103
help
102-
This option enables support for the MPC85xx RDB (P1010 RDB) board
104+
This option enables support for the P1010 RDB board
103105

104106
P1010RDB contains P1010Si, which provides CPU performance up to 800
105107
MHz and 1600 DMIPS, additional functionality and faster interfaces

0 commit comments

Comments
 (0)