forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/mips/bcm47xx/Kconfig
....@@ -15,9 +15,9 @@
1515 select SSB_DRIVER_GPIO
1616 default y
1717 help
18
- Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.
18
+ Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.
1919
20
- This will generate an image with support for SSB and MIPS32 R1 instruction set.
20
+ This will generate an image with support for SSB and MIPS32 R1 instruction set.
2121
2222 config BCM47XX_BCMA
2323 bool "BCMA Support for Broadcom BCM47XX"
....@@ -32,8 +32,8 @@
3232 select BCMA_DRIVER_GPIO
3333 default y
3434 help
35
- Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.
35
+ Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.
3636
37
- This will generate an image with support for BCMA and MIPS32 R2 instruction set.
37
+ This will generate an image with support for BCMA and MIPS32 R2 instruction set.
3838
3939 endif