diff options
Diffstat (limited to 'arch/powerpc/platforms/83xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/83xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig index 071f53b0c0a0..ff0c69dfdf1a 100644 --- a/arch/powerpc/platforms/83xx/Kconfig +++ b/arch/powerpc/platforms/83xx/Kconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | menuconfig PPC_83xx | 2 | menuconfig PPC_83xx |
3 | bool "83xx-based boards" | 3 | bool "83xx-based boards" |
4 | depends on 6xx | 4 | depends on PPC_BOOK3S_32 |
5 | select PPC_UDBG_16550 | 5 | select PPC_UDBG_16550 |
6 | select PPC_PCI_CHOICE | 6 | select PPC_PCI_CHOICE |
7 | select FSL_PCI if PCI | 7 | select FSL_PCI if PCI |